diff --git a/.spdev.yaml b/.spdev.yaml index 2659f5d25..c42a48bd1 100644 --- a/.spdev.yaml +++ b/.spdev.yaml @@ -1,37 +1,45 @@ -version: 1.13.4.3 +version: 1.13.5.0 # release notes are used when creating gitlab tags/releases # for this project, and are required to be updated with # each change to the version number release_notes: | - * fix: Zero derivs for interactive params when needed (#1700) + * build(deps): Raise minimum CMake dependency from 3.12 to 3.15 (#1724) + * Change RendererServices::get_texture_handle back to ustring (#1726) + * The recently added SS::find_symloc can have const args (#1723) + * perf(gpu): Move qualifying GroupData params onto stack (#1710) + * OptiX PTX pipeline overhaul (#1680) + * Fix default fmt logic changing in latest openimageio release (#1725) + * feat: Add API for building attribute getter free functions. (#1704) + * fix: Handle mixed string casting that plagues optix codegen (#1718) + * Rs fmt specification - Journaling Algorithm for error, warning, fprintf (#1702) toolchain: - kind: Rez - kind: CCache components: - # - kind: SPKPackage - # name: spk - # version: 1.13.4.3 - # spec_file: osl.spk.yaml - # ci_config: - # parallel: true - # - kind: RezCppPackage - # name: rez - # version: 1.13.4.3 - # ci_config: - # parallel: true - # tags: ["proxy"] + - kind: SPKPackage + name: spk + version: 1.13.5.0 + spec_file: osl.spk.yaml + ci_config: + parallel: true + - kind: RezCppPackage + name: rez + version: 1.13.5.0 + ci_config: + parallel: true + tags: ["proxy"] - kind: SPKPackage name: spk-sparnold - version: 1.13.4.3 + version: 1.13.5.0 spec_file: osl-sparnold.spk.yaml ci_config: parallel: true - kind: RezCppPackage name: rez-sparnold - version: 1.13.4.3 + version: 1.13.5.0 location: rez-sparnold ci_config: parallel: true diff --git a/OpenShadingLanguage b/OpenShadingLanguage index b4f0517f0..a569d4f0b 160000 --- a/OpenShadingLanguage +++ b/OpenShadingLanguage @@ -1 +1 @@ -Subproject commit b4f0517f0c3a8cea4a7c6d7309d411690fb9a2f2 +Subproject commit a569d4f0bec54077d595eecdf6c5f054bf5c7148 diff --git a/abi/abi-liboslexec-ref.dump b/abi/abi-liboslexec.dump similarity index 80% rename from abi/abi-liboslexec-ref.dump rename to abi/abi-liboslexec.dump index 959a9bee8..498bba6d3 100644 --- a/abi/abi-liboslexec-ref.dump +++ b/abi/abi-liboslexec.dump @@ -10,7 +10,9 @@ $VAR1 = { 'accum.h' => 1, 'device_ptr.h' => 1, 'device_string.h' => 1, + 'encodedtypes.h' => 1, 'genclosure.h' => 1, + 'journal.h' => 1, 'llvm_util.h' => 1, 'mask.h' => 1, 'optautomata.h' => 1, @@ -21,36 +23,39 @@ $VAR1 = { 'oslquery.h' => 1, 'rendererservices.h' => 1, 'shaderglobals.h' => 1, - 'strdecls.h' => 1 + 'strdecls.h' => 1, + 'variant.h' => 1 }, 'Language' => 'C++', - 'LibraryName' => 'liboslexec.so.1.13.4', + 'LibraryName' => 'liboslexec.so.1.13.5', 'LibraryVersion' => undef, 'MissedOffsets' => '1', 'MissedRegs' => '1', 'NameSpaces' => { 'Imath_3_1' => 1, - 'OSL_v1_13_4' => 1, - 'OSL_v1_13_4::Strings' => 1, - 'OSL_v1_13_4::lpexp' => 1, - 'OSL_v1_13_4::pvt' => 1, - 'OSL_v1_13_4::pvt::Spline' => 1, - 'OSL_v1_13_4::pvt::sfm' => 1, - 'OSL_v1_13_4::pvt::sfm::fast_grad2' => 1, - 'OSL_v1_13_4::pvt::sfm::fast_grad3' => 1, - 'OSL_v1_13_4::pvt::sfm::fast_grad4' => 1, - 'OSL_v1_13_4::pvt::sfm::fast_simplex' => 1, - 'OpenImageIO_v2_5_1' => 1, - 'OpenImageIO_v2_5_1::Filesystem' => 1, - 'OpenImageIO_v2_5_1::ImageBufAlgo' => 1, - 'OpenImageIO_v2_5_1::Strutil' => 1, - 'OpenImageIO_v2_5_1::Strutil::fmt' => 1, - 'OpenImageIO_v2_5_1::Sysutil' => 1, - 'OpenImageIO_v2_5_1::Tex' => 1, - 'OpenImageIO_v2_5_1::bjhash' => 1, - 'OpenImageIO_v2_5_1::farmhash::inlined' => 1, - 'OpenImageIO_v2_5_1::pvt' => 1, - 'OpenImageIO_v2_5_1::simd' => 1, + 'OSL_v1_13_5' => 1, + 'OSL_v1_13_5::Strings' => 1, + 'OSL_v1_13_5::journal' => 1, + 'OSL_v1_13_5::journal::pvt' => 1, + 'OSL_v1_13_5::lpexp' => 1, + 'OSL_v1_13_5::pvt' => 1, + 'OSL_v1_13_5::pvt::Spline' => 1, + 'OSL_v1_13_5::pvt::sfm' => 1, + 'OSL_v1_13_5::pvt::sfm::fast_grad2' => 1, + 'OSL_v1_13_5::pvt::sfm::fast_grad3' => 1, + 'OSL_v1_13_5::pvt::sfm::fast_grad4' => 1, + 'OSL_v1_13_5::pvt::sfm::fast_simplex' => 1, + 'OpenImageIO_v2_6_0' => 1, + 'OpenImageIO_v2_6_0::Filesystem' => 1, + 'OpenImageIO_v2_6_0::ImageBufAlgo' => 1, + 'OpenImageIO_v2_6_0::Strutil' => 1, + 'OpenImageIO_v2_6_0::Strutil::fmt' => 1, + 'OpenImageIO_v2_6_0::Sysutil' => 1, + 'OpenImageIO_v2_6_0::Tex' => 1, + 'OpenImageIO_v2_6_0::bjhash' => 1, + 'OpenImageIO_v2_6_0::farmhash::inlined' => 1, + 'OpenImageIO_v2_6_0::pvt' => 1, + 'OpenImageIO_v2_6_0::simd' => 1, 'Partio' => 1, '__gnu_cxx' => 1, '__gnu_cxx::__ops' => 1, @@ -139,8 +144,8 @@ $VAR1 = { 'Needed' => { 'ld-linux-x86-64.so.2' => 1, 'libImath-3_1.so.29' => 1, - 'libOpenImageIO.so.2.5.1' => 1, - 'libOpenImageIO_Util.so.2.5.1' => 1, + 'libOpenImageIO.so.2.6.0' => 1, + 'libOpenImageIO_Util.so.2.6.0' => 1, 'libboost_atomic.so.1.73.0' => 1, 'libboost_chrono.so.1.73.0' => 1, 'libboost_date_time.so.1.73.0' => 1, @@ -151,8 +156,8 @@ $VAR1 = { 'libdl.so.2' => 1, 'libgcc_s.so.1' => 1, 'libm.so.6' => 1, - 'liboslnoise.so.1.13.4' => 1, - 'liboslquery.so.1.13.4' => 1, + 'liboslnoise.so.1.13.5' => 1, + 'liboslquery.so.1.13.5' => 1, 'libpartio.so.1' => 1, 'libpthread.so.0' => 1, 'libpugixml.so.1' => 1, @@ -167,7 +172,9 @@ $VAR1 = { 'automata.cpp' => 1, 'closure.cpp' => 1, 'dictionary.cpp' => 1, + 'journal.cpp' => 1, 'llvm_util.cpp' => 1, + 'opfmt.cpp' => 1, 'oslcomp.cpp' => 1, 'pointcloud.cpp' => 1, 'rendservices.cpp' => 1, @@ -175,36 +182,51 @@ $VAR1 = { 'shadingsys.cpp' => 1 }, 'SymbolInfo' => { - '1166704' => { + '10497551' => { + 'Header' => 'shaderglobals.h', + 'MnglName' => '_ZN11OSL_v1_13_53pvt27get_max_warnings_per_threadEPv', + 'NameSpace' => 'OSL_v1_13_5::pvt', + 'Param' => { + '0' => { + 'name' => 'oec', + 'type' => '852554' + } + }, + 'Return' => '178', + 'ShortName' => 'get_max_warnings_per_thread', + 'Source' => 'opfmt.cpp', + 'SourceLine' => '103' + }, + '1190746' => { 'Artificial' => 1, - 'Class' => '827988', + 'Class' => '846648', 'Destructor' => 1, 'Header' => 'oslquery.h', 'InLine' => 1, 'Line' => '87', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQuery9ParameterD2Ev', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQuery9ParameterD2Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1096988' + 'type' => '1117155' } }, 'ShortName' => 'Parameter' }, - '1822402' => { - 'Class' => '827975', + '1840146' => { + 'Class' => '846635', 'Constructor' => 1, 'Header' => 'oslquery.h', 'Line' => '130', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQueryC2EPKNS_11ShaderGroupEi', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQueryC2EPKNS_11ShaderGroupEi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1097254' + 'type' => '1117421' }, '1' => { 'name' => 'group', - 'type' => '1083953' + 'type' => '1094495' }, '2' => { 'name' => 'layernum', @@ -213,22 +235,22 @@ $VAR1 = { }, 'ShortName' => 'OSLQuery', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '4297' + 'SourceLine' => '4460' }, - '1822403' => { - 'Class' => '827975', + '1840147' => { + 'Class' => '846635', 'Constructor' => 1, 'Header' => 'oslquery.h', 'Line' => '130', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQueryC1EPKNS_11ShaderGroupEi', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQueryC1EPKNS_11ShaderGroupEi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1097254' + 'type' => '1117421' }, '1' => { 'name' => 'group', - 'type' => '1083953' + 'type' => '1094495' }, '2' => { 'name' => 'layernum', @@ -237,29 +259,29 @@ $VAR1 = { }, 'ShortName' => 'OSLQuery', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '4297' + 'SourceLine' => '4460' }, - '26481038' => { - 'Class' => '817673', + '26373687' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'Line' => '364', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices16pointcloud_writeEPNS_13ShaderGlobalsEN18OpenImageIO_v2_5_111ustringhashERKN9Imath_3_14Vec3IfEEiPKNS3_7ustringEPKNS3_8TypeDescEPPKv', + 'Line' => '456', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices16pointcloud_writeEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashERKN9Imath_3_14Vec3IfEEiPKNS3_7ustringEPKNS3_8TypeDescEPPKv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'p1', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { 'name' => 'filename', - 'type' => '677335' + 'type' => '689777' }, '3' => { 'name' => 'pos', - 'type' => '1106947' + 'type' => '1127581' }, '4' => { 'name' => 'nattribs', @@ -267,45 +289,45 @@ $VAR1 = { }, '5' => { 'name' => 'names', - 'type' => '26947754' + 'type' => '26841209' }, '6' => { 'name' => 'types', - 'type' => '769225' + 'type' => '783092' }, '7' => { 'name' => 'data', - 'type' => '1090694' + 'type' => '1110861' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'pointcloud_write', 'Source' => 'pointcloud.cpp', 'SourceLine' => '293', 'Virt' => 1, - 'VirtPos' => '25' + 'VirtPos' => '31' }, - '26481113' => { - 'Class' => '817673', + '26373762' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'Line' => '356', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices14pointcloud_getEPNS_13ShaderGlobalsEN18OpenImageIO_v2_5_111ustringhashEPmiS4_NS3_8TypeDescEPv', + 'Line' => '448', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices14pointcloud_getEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashEPmiS4_NS3_8TypeDescEPv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { 'name' => 'filename', - 'type' => '677335' + 'type' => '689777' }, '3' => { 'name' => 'indices', - 'type' => '1767242' + 'type' => '1798406' }, '4' => { 'name' => 'count', @@ -313,11 +335,11 @@ $VAR1 = { }, '5' => { 'name' => 'attr_name', - 'type' => '677335' + 'type' => '689777' }, '6' => { 'name' => 'attr_type', - 'type' => '670837' + 'type' => '687140' }, '7' => { 'name' => 'out_data', @@ -329,29 +351,29 @@ $VAR1 = { 'Source' => 'pointcloud.cpp', 'SourceLine' => '198', 'Virt' => 1, - 'VirtPos' => '24' + 'VirtPos' => '30' }, - '26481188' => { - 'Class' => '817673', + '26373837' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'Line' => '346', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices17pointcloud_searchEPNS_13ShaderGlobalsEN18OpenImageIO_v2_5_111ustringhashERKN9Imath_3_14Vec3IfEEfibPmPfi', + 'Line' => '438', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices17pointcloud_searchEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashERKN9Imath_3_14Vec3IfEEfibPmPfi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { 'name' => 'filename', - 'type' => '677335' + 'type' => '689777' }, '3' => { 'name' => 'center', - 'type' => '1106947' + 'type' => '1127581' }, '4' => { 'name' => 'radius', @@ -363,15 +385,15 @@ $VAR1 = { }, '6' => { 'name' => 'sort', - 'type' => '638960' + 'type' => '655503' }, '7' => { 'name' => 'out_indices', - 'type' => '1767242' + 'type' => '1798406' }, '8' => { 'name' => 'out_distances', - 'type' => '768524' + 'type' => '782385' }, '9' => { 'name' => 'derivs_offset', @@ -383,276 +405,276 @@ $VAR1 = { 'Source' => 'pointcloud.cpp', 'SourceLine' => '83', 'Virt' => 1, - 'VirtPos' => '23' + 'VirtPos' => '29' }, - '27588896' => { - 'Class' => '817673', + '27495307' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', 'InLine' => 2, - 'Line' => '67', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKvf', + 'Line' => '85', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKvf', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { 'name' => 'result', - 'type' => '27624560' + 'type' => '27532537' }, '3' => { 'name' => 'xform', - 'type' => '817994' + 'type' => '836329' }, '4' => { 'name' => 'time', 'type' => '50' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'get_matrix', 'Virt' => 1, 'VirtPos' => '3' }, - '27588956' => { - 'Class' => '817673', + '27495367' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKvf', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKvf', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { 'name' => 'result', - 'type' => '27624560' + 'type' => '27532537' }, '3' => { 'name' => 'xform', - 'type' => '817994' + 'type' => '836329' }, '4' => { 'name' => 'time', 'type' => '50' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'get_inverse_matrix', 'Source' => 'rendservices.cpp', - 'SourceLine' => '69', + 'SourceLine' => '71', 'Virt' => 1, 'VirtPos' => '4' }, - '27589016' => { - 'Class' => '817673', + '27495427' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', 'InLine' => 2, - 'Line' => '85', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKv', + 'Line' => '103', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { 'name' => 'result', - 'type' => '27624560' + 'type' => '27532537' }, '3' => { 'name' => 'xform', - 'type' => '817994' + 'type' => '836329' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'get_matrix', 'Virt' => 1, 'VirtPos' => '5' }, - '27589071' => { - 'Class' => '817673', + '27495482' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKv', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { 'name' => 'result', - 'type' => '27624560' + 'type' => '27532537' }, '3' => { 'name' => 'xform', - 'type' => '817994' + 'type' => '836329' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'get_inverse_matrix', 'Source' => 'rendservices.cpp', - 'SourceLine' => '81', + 'SourceLine' => '83', 'Virt' => 1, 'VirtPos' => '6' }, - '27589126' => { - 'Class' => '817673', + '27495537' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_5_111ustringhashEf', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_6_011ustringhashEf', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { 'name' => 'result', - 'type' => '27624560' + 'type' => '27532537' }, '3' => { 'name' => 'from', - 'type' => '677335' + 'type' => '689777' }, '4' => { 'name' => 'time', 'type' => '50' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'get_matrix', 'Source' => 'rendservices.cpp', - 'SourceLine' => '51', + 'SourceLine' => '53', 'Virt' => 1, 'VirtPos' => '7' }, - '27589186' => { - 'Class' => '817673', + '27495597' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_5_111ustringhashEf', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_6_011ustringhashEf', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { 'name' => 'result', - 'type' => '27624560' + 'type' => '27532537' }, '3' => { 'name' => 'to', - 'type' => '677335' + 'type' => '689777' }, '4' => { 'name' => 'time', 'type' => '50' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'get_inverse_matrix', 'Source' => 'rendservices.cpp', - 'SourceLine' => '93', + 'SourceLine' => '95', 'Virt' => 1, 'VirtPos' => '8' }, - '27589246' => { - 'Class' => '817673', + '27495657' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_5_111ustringhashE', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_6_011ustringhashE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { 'name' => 'result', - 'type' => '27624560' + 'type' => '27532537' }, '3' => { 'name' => 'from', - 'type' => '677335' + 'type' => '689777' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'get_matrix', 'Source' => 'rendservices.cpp', - 'SourceLine' => '60', + 'SourceLine' => '62', 'Virt' => 1, 'VirtPos' => '9' }, - '27589301' => { - 'Class' => '817673', + '27495712' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_5_111ustringhashE', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_6_011ustringhashE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { 'name' => 'result', - 'type' => '27624560' + 'type' => '27532537' }, '3' => { 'name' => 'to', - 'type' => '677335' + 'type' => '689777' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'get_inverse_matrix', 'Source' => 'rendservices.cpp', - 'SourceLine' => '106', + 'SourceLine' => '108', 'Virt' => 1, 'VirtPos' => '10' }, - '27589356' => { - 'Class' => '817673', + '27495767' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices16transform_pointsEPNS_13ShaderGlobalsEN18OpenImageIO_v2_5_111ustringhashES4_fPKN9Imath_3_14Vec3IfEEPS7_iNS3_8TypeDesc12VECSEMANTICSE', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices16transform_pointsEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashES4_fPKN9Imath_3_14Vec3IfEEPS7_iNS3_8TypeDesc12VECSEMANTICSE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { 'name' => 'from', - 'type' => '677335' + 'type' => '689777' }, '3' => { 'name' => 'to', - 'type' => '677335' + 'type' => '689777' }, '4' => { 'name' => 'time', @@ -660,11 +682,11 @@ $VAR1 = { }, '5' => { 'name' => 'Pin', - 'type' => '25687868' + 'type' => '25566778' }, '6' => { 'name' => 'Pout', - 'type' => '26997525' + 'type' => '26890980' }, '7' => { 'name' => 'npoints', @@ -672,85 +694,306 @@ $VAR1 = { }, '8' => { 'name' => 'vectype', - 'type' => '671072' + 'type' => '687381' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'transform_points', 'Source' => 'rendservices.cpp', - 'SourceLine' => '119', + 'SourceLine' => '121', 'Virt' => 1, 'VirtPos' => '11' }, - '27589436' => { - 'Class' => '817673', + '27495847' => { + 'Class' => '836008', + 'Header' => 'rendererservices.h', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices8errorfmtEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashEiPKNS_11EncodedTypeEjPh', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '1094313' + }, + '1' => { + 'name' => 'sg', + 'type' => '1105674' + }, + '2' => { + 'name' => 'fmt_specification', + 'type' => '689777' + }, + '3' => { + 'name' => 'arg_count', + 'type' => '571169' + }, + '4' => { + 'name' => 'arg_types', + 'type' => '11021328' + }, + '5' => { + 'name' => 'p5', + 'type' => '655826' + }, + '6' => { + 'name' => 'arg_values', + 'type' => '1104159' + } + }, + 'Return' => '1', + 'ShortName' => 'errorfmt', + 'Source' => 'rendservices.cpp', + 'SourceLine' => '171', + 'Virt' => 1, + 'VirtPos' => '12' + }, + '27495913' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices13get_attributeEPNS_13ShaderGlobalsEbN18OpenImageIO_v2_5_111ustringhashENS3_8TypeDescES4_Pv', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices10warningfmtEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashEiPKNS_11EncodedTypeEjPh', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { + 'name' => 'fmt_specification', + 'type' => '689777' + }, + '3' => { + 'name' => 'arg_count', + 'type' => '571169' + }, + '4' => { + 'name' => 'arg_types', + 'type' => '11021328' + }, + '5' => { + 'name' => 'p5', + 'type' => '655826' + }, + '6' => { + 'name' => 'arg_values', + 'type' => '1104159' + } + }, + 'Return' => '1', + 'ShortName' => 'warningfmt', + 'Source' => 'rendservices.cpp', + 'SourceLine' => '186', + 'Virt' => 1, + 'VirtPos' => '13' + }, + '27495979' => { + 'Class' => '836008', + 'Header' => 'rendererservices.h', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices8printfmtEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashEiPKNS_11EncodedTypeEjPh', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '1094313' + }, + '1' => { + 'name' => 'sg', + 'type' => '1105674' + }, + '2' => { + 'name' => 'fmt_specification', + 'type' => '689777' + }, + '3' => { + 'name' => 'arg_count', + 'type' => '571169' + }, + '4' => { + 'name' => 'arg_types', + 'type' => '11021328' + }, + '5' => { + 'name' => 'p5', + 'type' => '655826' + }, + '6' => { + 'name' => 'arg_values', + 'type' => '1104159' + } + }, + 'Return' => '1', + 'ShortName' => 'printfmt', + 'Source' => 'rendservices.cpp', + 'SourceLine' => '202', + 'Virt' => 1, + 'VirtPos' => '14' + }, + '27496045' => { + 'Class' => '836008', + 'Header' => 'rendererservices.h', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices7filefmtEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashES4_iPKNS_11EncodedTypeEjPh', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '1094313' + }, + '1' => { + 'name' => 'sg', + 'type' => '1105674' + }, + '2' => { + 'name' => 'filename_hash', + 'type' => '689777' + }, + '3' => { + 'name' => 'fmt_specification', + 'type' => '689777' + }, + '4' => { + 'name' => 'arg_count', + 'type' => '571169' + }, + '5' => { + 'name' => 'arg_types', + 'type' => '11021328' + }, + '6' => { + 'name' => 'p6', + 'type' => '655826' + }, + '7' => { + 'name' => 'arg_values', + 'type' => '1104159' + } + }, + 'Return' => '1', + 'ShortName' => 'filefmt', + 'Source' => 'rendservices.cpp', + 'SourceLine' => '216', + 'Virt' => 1, + 'VirtPos' => '15' + }, + '27496116' => { + 'Class' => '836008', + 'Header' => 'rendererservices.h', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices22build_attribute_getterERKNS_11ShaderGroupEbPKN18OpenImageIO_v2_6_07ustringES7_bPKiNS4_8TypeDescEbRNS_12FunctionSpecINS_10ArgVariantINS_23AttributeSpecBuiltinArgEEEEE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '1094313' + }, + '1' => { + 'name' => 'group', + 'type' => '1094443' + }, + '2' => { + 'name' => 'is_object_lookup', + 'type' => '655503' + }, + '3' => { + 'name' => 'object_name', + 'type' => '783318' + }, + '4' => { + 'name' => 'attribute_name', + 'type' => '783318' + }, + '5' => { + 'name' => 'is_array_lookup', + 'type' => '655503' + }, + '6' => { + 'name' => 'array_index', + 'type' => '571105' + }, + '7' => { + 'name' => 'type', + 'type' => '687140' + }, + '8' => { 'name' => 'derivatives', - 'type' => '638960' + 'type' => '655503' + }, + '9' => { + 'name' => 'spec', + 'type' => '27532561' + } + }, + 'Return' => '1', + 'ShortName' => 'build_attribute_getter', + 'Source' => 'rendservices.cpp', + 'SourceLine' => '132', + 'Virt' => 1, + 'VirtPos' => '16' + }, + '27496197' => { + 'Class' => '836008', + 'Header' => 'rendererservices.h', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices13get_attributeEPNS_13ShaderGlobalsEbN18OpenImageIO_v2_6_011ustringhashENS3_8TypeDescES4_Pv', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '1094313' + }, + '1' => { + 'name' => 'sg', + 'type' => '1105674' + }, + '2' => { + 'name' => 'derivatives', + 'type' => '655503' }, '3' => { 'name' => 'object', - 'type' => '677335' + 'type' => '689777' }, '4' => { 'name' => 'type', - 'type' => '670837' + 'type' => '687140' }, '5' => { 'name' => 'name', - 'type' => '677335' + 'type' => '689777' }, '6' => { 'name' => 'val', 'type' => '258' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'get_attribute', 'Source' => 'rendservices.cpp', - 'SourceLine' => '130', + 'SourceLine' => '142', 'Virt' => 1, - 'VirtPos' => '12' + 'VirtPos' => '17' }, - '27589506' => { - 'Class' => '817673', + '27496267' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices19get_array_attributeEPNS_13ShaderGlobalsEbN18OpenImageIO_v2_5_111ustringhashENS3_8TypeDescES4_iPv', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices19get_array_attributeEPNS_13ShaderGlobalsEbN18OpenImageIO_v2_6_011ustringhashENS3_8TypeDescES4_iPv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { 'name' => 'derivatives', - 'type' => '638960' + 'type' => '655503' }, '3' => { 'name' => 'object', - 'type' => '677335' + 'type' => '689777' }, '4' => { 'name' => 'type', - 'type' => '670837' + 'type' => '687140' }, '5' => { 'name' => 'name', - 'type' => '677335' + 'type' => '689777' }, '6' => { 'name' => 'index', @@ -761,133 +1004,162 @@ $VAR1 = { 'type' => '258' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'get_array_attribute', 'Source' => 'rendservices.cpp', - 'SourceLine' => '140', + 'SourceLine' => '152', 'Virt' => 1, - 'VirtPos' => '13' + 'VirtPos' => '18' }, - '27589581' => { - 'Class' => '817673', + '27496342' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices12get_userdataEbN18OpenImageIO_v2_5_111ustringhashENS1_8TypeDescEPNS_13ShaderGlobalsEPv', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices12get_userdataEbN18OpenImageIO_v2_6_011ustringhashENS1_8TypeDescEPNS_13ShaderGlobalsEPv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'derivatives', - 'type' => '638960' + 'type' => '655503' }, '2' => { 'name' => 'name', - 'type' => '677335' + 'type' => '689777' }, '3' => { 'name' => 'type', - 'type' => '670837' + 'type' => '687140' }, '4' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '5' => { 'name' => 'val', 'type' => '258' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'get_userdata', 'Source' => 'rendservices.cpp', - 'SourceLine' => '150', + 'SourceLine' => '162', 'Virt' => 1, - 'VirtPos' => '14' + 'VirtPos' => '19' }, - '27589659' => { - 'Class' => '817673', + '27496420' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices18get_texture_handleEN18OpenImageIO_v2_5_111ustringhashEPNS_14ShadingContextEPKNS1_10TextureOptE', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices18get_texture_handleEN18OpenImageIO_v2_6_07ustringEPNS_14ShadingContextEPKNS1_10TextureOptE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'filename', - 'type' => '677335' + 'type' => '690782' }, '2' => { 'name' => 'context', - 'type' => '1074798' + 'type' => '1094296' }, '3' => { 'name' => 'options', - 'type' => '1106977' + 'type' => '1127611' } }, - 'Return' => '27624578', + 'Return' => '27532567', 'ShortName' => 'get_texture_handle', 'Source' => 'rendservices.cpp', - 'SourceLine' => '160', + 'SourceLine' => '234', 'Virt' => 1, - 'VirtPos' => '15' + 'VirtPos' => '20' + }, + '27496475' => { + 'Class' => '836008', + 'Header' => 'rendererservices.h', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices18get_texture_handleEN18OpenImageIO_v2_6_011ustringhashEPNS_14ShadingContextEPKNS1_10TextureOptE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '1094313' + }, + '1' => { + 'name' => 'filename', + 'type' => '689777' + }, + '2' => { + 'name' => 'context', + 'type' => '1094296' + }, + '3' => { + 'name' => 'options', + 'type' => '1127611' + } + }, + 'Return' => '27532567', + 'ShortName' => 'get_texture_handle', + 'Source' => 'rendservices.cpp', + 'SourceLine' => '250', + 'Virt' => 1, + 'VirtPos' => '21' }, - '27589714' => { - 'Class' => '817673', + '27496530' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices4goodEPN18OpenImageIO_v2_5_113TextureSystem13TextureHandleE', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices4goodEPN18OpenImageIO_v2_6_013TextureSystem13TextureHandleE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'texture_handle', - 'type' => '27624578' + 'type' => '27532567' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'good', 'Source' => 'rendservices.cpp', - 'SourceLine' => '177', + 'SourceLine' => '260', 'Virt' => 1, - 'VirtPos' => '16' + 'VirtPos' => '22' }, - '27589759' => { - 'Class' => '817673', + '27496575' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices7is_udimEPN18OpenImageIO_v2_5_113TextureSystem13TextureHandleE', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices7is_udimEPN18OpenImageIO_v2_6_013TextureSystem13TextureHandleE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'texture_handle', - 'type' => '27624578' + 'type' => '27532567' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'is_udim', 'Source' => 'rendservices.cpp', - 'SourceLine' => '184', + 'SourceLine' => '267', 'Virt' => 1, - 'VirtPos' => '17' + 'VirtPos' => '23' }, - '27589804' => { - 'Class' => '817673', + '27496620' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices7textureEN18OpenImageIO_v2_5_111ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadERNS1_10TextureOptEPNS_13ShaderGlobalsEffffffiPfSC_SC_PS2_', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices7textureEN18OpenImageIO_v2_6_011ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadERNS1_10TextureOptEPNS_13ShaderGlobalsEffffffiPfSC_SC_PS2_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'filename', - 'type' => '677335' + 'type' => '689777' }, '10' => { 'name' => 'dsdy', @@ -903,35 +1175,35 @@ $VAR1 = { }, '13' => { 'name' => 'result', - 'type' => '768524' + 'type' => '782385' }, '14' => { 'name' => 'dresultds', - 'type' => '768524' + 'type' => '782385' }, '15' => { 'name' => 'dresultdt', - 'type' => '768524' + 'type' => '782385' }, '16' => { 'name' => 'errormessage', - 'type' => '769498' + 'type' => '783370' }, '2' => { 'name' => 'texture_handle', - 'type' => '27624578' + 'type' => '27532567' }, '3' => { 'name' => 'texture_thread_info', - 'type' => '27624590' + 'type' => '27532579' }, '4' => { 'name' => 'options', - 'type' => '1106983' + 'type' => '1127617' }, '5' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '6' => { 'name' => 's', @@ -950,25 +1222,25 @@ $VAR1 = { 'type' => '50' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'texture', 'Source' => 'rendservices.cpp', - 'SourceLine' => '192', + 'SourceLine' => '275', 'Virt' => 1, - 'VirtPos' => '18' + 'VirtPos' => '24' }, - '27589937' => { - 'Class' => '817673', + '27496753' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices9texture3dEN18OpenImageIO_v2_5_111ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadERNS1_10TextureOptEPNS_13ShaderGlobalsERKN9Imath_3_14Vec3IfEESG_SG_SG_iPfSH_SH_SH_PS2_', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices9texture3dEN18OpenImageIO_v2_6_011ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadERNS1_10TextureOptEPNS_13ShaderGlobalsERKN9Imath_3_14Vec3IfEESG_SG_SG_iPfSH_SH_SH_PS2_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'filename', - 'type' => '677335' + 'type' => '689777' }, '10' => { 'name' => 'nchannels', @@ -976,157 +1248,157 @@ $VAR1 = { }, '11' => { 'name' => 'result', - 'type' => '768524' + 'type' => '782385' }, '12' => { 'name' => 'dresultds', - 'type' => '768524' + 'type' => '782385' }, '13' => { 'name' => 'dresultdt', - 'type' => '768524' + 'type' => '782385' }, '14' => { 'name' => 'dresultdr', - 'type' => '768524' + 'type' => '782385' }, '15' => { 'name' => 'errormessage', - 'type' => '769498' + 'type' => '783370' }, '2' => { 'name' => 'texture_handle', - 'type' => '27624578' + 'type' => '27532567' }, '3' => { 'name' => 'texture_thread_info', - 'type' => '27624590' + 'type' => '27532579' }, '4' => { 'name' => 'options', - 'type' => '1106983' + 'type' => '1127617' }, '5' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '6' => { 'name' => 'P', - 'type' => '1106947' + 'type' => '1127581' }, '7' => { 'name' => 'dPdx', - 'type' => '1106947' + 'type' => '1127581' }, '8' => { 'name' => 'dPdy', - 'type' => '1106947' + 'type' => '1127581' }, '9' => { 'name' => 'dPdz', - 'type' => '1106947' + 'type' => '1127581' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'texture3d', 'Source' => 'rendservices.cpp', - 'SourceLine' => '234', + 'SourceLine' => '317', 'Virt' => 1, - 'VirtPos' => '19' + 'VirtPos' => '25' }, - '27590052' => { - 'Class' => '817673', + '27496868' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices11environmentEN18OpenImageIO_v2_5_111ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadERNS1_10TextureOptEPNS_13ShaderGlobalsERKN9Imath_3_14Vec3IfEESG_SG_iPfSH_SH_PS2_', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices11environmentEN18OpenImageIO_v2_6_011ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadERNS1_10TextureOptEPNS_13ShaderGlobalsERKN9Imath_3_14Vec3IfEESG_SG_iPfSH_SH_PS2_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'filename', - 'type' => '677335' + 'type' => '689777' }, '10' => { 'name' => 'result', - 'type' => '768524' + 'type' => '782385' }, '11' => { 'name' => 'dresultds', - 'type' => '768524' + 'type' => '782385' }, '12' => { 'name' => 'dresultdt', - 'type' => '768524' + 'type' => '782385' }, '13' => { 'name' => 'errormessage', - 'type' => '769498' + 'type' => '783370' }, '2' => { 'name' => 'texture_handle', - 'type' => '27624578' + 'type' => '27532567' }, '3' => { 'name' => 'texture_thread_info', - 'type' => '27624590' + 'type' => '27532579' }, '4' => { 'name' => 'options', - 'type' => '1106983' + 'type' => '1127617' }, '5' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '6' => { 'name' => 'R', - 'type' => '1106947' + 'type' => '1127581' }, '7' => { 'name' => 'dRdx', - 'type' => '1106947' + 'type' => '1127581' }, '8' => { 'name' => 'dRdy', - 'type' => '1106947' + 'type' => '1127581' }, '9' => { 'name' => 'nchannels', 'type' => '178' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'environment', 'Source' => 'rendservices.cpp', - 'SourceLine' => '277', + 'SourceLine' => '360', 'Virt' => 1, - 'VirtPos' => '20' + 'VirtPos' => '26' }, - '27590157' => { - 'Class' => '817673', + '27496973' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices16get_texture_infoEN18OpenImageIO_v2_5_111ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadEPNS_14ShadingContextEiS2_NS1_8TypeDescEPvPS2_', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices16get_texture_infoEN18OpenImageIO_v2_6_011ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadEPNS_13ShaderGlobalsEiS2_NS1_8TypeDescEPvPS2_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'filename', - 'type' => '677335' + 'type' => '689777' }, '2' => { 'name' => 'texture_handle', - 'type' => '27624578' + 'type' => '27532567' }, '3' => { 'name' => 'texture_thread_info', - 'type' => '27624590' + 'type' => '27532579' }, '4' => { - 'name' => 'shading_context', - 'type' => '1074798' + 'name' => 'sg', + 'type' => '1105674' }, '5' => { 'name' => 'subimage', @@ -1134,11 +1406,11 @@ $VAR1 = { }, '6' => { 'name' => 'dataname', - 'type' => '677335' + 'type' => '689777' }, '7' => { 'name' => 'datatype', - 'type' => '670837' + 'type' => '687140' }, '8' => { 'name' => 'data', @@ -1146,28 +1418,28 @@ $VAR1 = { }, '9' => { 'name' => 'errormessage', - 'type' => '769498' + 'type' => '783370' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'get_texture_info', 'Source' => 'rendservices.cpp', - 'SourceLine' => '319', + 'SourceLine' => '401', 'Virt' => 1, - 'VirtPos' => '21' + 'VirtPos' => '27' }, - '27590242' => { - 'Class' => '817673', + '27497058' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices16get_texture_infoEN18OpenImageIO_v2_5_111ustringhashEPNS1_13TextureSystem13TextureHandleEffPNS3_9PerthreadEPNS_14ShadingContextEiS2_NS1_8TypeDescEPvPS2_', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices16get_texture_infoEN18OpenImageIO_v2_6_011ustringhashEPNS1_13TextureSystem13TextureHandleEffPNS3_9PerthreadEPNS_13ShaderGlobalsEiS2_NS1_8TypeDescEPvPS2_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'filename', - 'type' => '677335' + 'type' => '689777' }, '10' => { 'name' => 'data', @@ -1175,11 +1447,11 @@ $VAR1 = { }, '11' => { 'name' => 'errormessage', - 'type' => '769498' + 'type' => '783370' }, '2' => { 'name' => 'texture_handle', - 'type' => '27624578' + 'type' => '27532567' }, '3' => { 'name' => 's', @@ -1191,11 +1463,11 @@ $VAR1 = { }, '5' => { 'name' => 'texture_thread_info', - 'type' => '27624590' + 'type' => '27532579' }, '6' => { - 'name' => 'shading_context', - 'type' => '1074798' + 'name' => 'sg', + 'type' => '1105674' }, '7' => { 'name' => 'subimage', @@ -1203,93 +1475,93 @@ $VAR1 = { }, '8' => { 'name' => 'dataname', - 'type' => '677335' + 'type' => '689777' }, '9' => { 'name' => 'datatype', - 'type' => '670837' + 'type' => '687140' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'get_texture_info', 'Source' => 'rendservices.cpp', - 'SourceLine' => '356', + 'SourceLine' => '439', 'Virt' => 1, - 'VirtPos' => '22' + 'VirtPos' => '28' }, - '27590572' => { - 'Class' => '817673', + '27497388' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices5traceERNS0_8TraceOptEPNS_13ShaderGlobalsERKN9Imath_3_14Vec3IfEES9_S9_S9_S9_S9_', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices5traceERNS0_8TraceOptEPNS_13ShaderGlobalsERKN9Imath_3_14Vec3IfEES9_S9_S9_S9_S9_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'options', - 'type' => '27624626' + 'type' => '27532615' }, '2' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '3' => { 'name' => 'P', - 'type' => '1106947' + 'type' => '1127581' }, '4' => { 'name' => 'dPdx', - 'type' => '1106947' + 'type' => '1127581' }, '5' => { 'name' => 'dPdy', - 'type' => '1106947' + 'type' => '1127581' }, '6' => { 'name' => 'R', - 'type' => '1106947' + 'type' => '1127581' }, '7' => { 'name' => 'dRdx', - 'type' => '1106947' + 'type' => '1127581' }, '8' => { 'name' => 'dRdy', - 'type' => '1106947' + 'type' => '1127581' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'trace', 'Source' => 'rendservices.cpp', - 'SourceLine' => '390', + 'SourceLine' => '474', 'Virt' => 1, - 'VirtPos' => '26' + 'VirtPos' => '32' }, - '27590652' => { - 'Class' => '817673', + '27497468' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices10getmessageEPNS_13ShaderGlobalsEN18OpenImageIO_v2_5_111ustringhashES4_NS3_8TypeDescEPvb', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices10getmessageEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashES4_NS3_8TypeDescEPvb', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'sg', - 'type' => '1085507' + 'type' => '1105674' }, '2' => { 'name' => 'source', - 'type' => '677335' + 'type' => '689777' }, '3' => { 'name' => 'name', - 'type' => '677335' + 'type' => '689777' }, '4' => { 'name' => 'type', - 'type' => '670837' + 'type' => '687140' }, '5' => { 'name' => 'val', @@ -1297,412 +1569,271 @@ $VAR1 = { }, '6' => { 'name' => 'derivatives', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'getmessage', 'Source' => 'rendservices.cpp', - 'SourceLine' => '401', + 'SourceLine' => '485', 'Virt' => 1, - 'VirtPos' => '27' + 'VirtPos' => '33' }, - '27590722' => { - 'Class' => '817673', + '27497538' => { + 'Class' => '836008', 'Const' => 1, 'Header' => 'rendererservices.h', - 'MnglName' => '_ZNK11OSL_v1_13_416RendererServices10texturesysEv', + 'MnglName' => '_ZNK11OSL_v1_13_516RendererServices10texturesysEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '2826860' + 'type' => '2925221' } }, - 'Return' => '1074859', + 'Return' => '1094357', 'ShortName' => 'texturesys', 'Source' => 'rendservices.cpp', - 'SourceLine' => '43', + 'SourceLine' => '45', 'Virt' => 1, - 'VirtPos' => '28' + 'VirtPos' => '34' }, - '27590904' => { - 'Class' => '817673', + '27497720' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices7batchedENS_7WidthOfILi16EEE', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices7batchedENS_7WidthOfILi16EEE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'p1', - 'type' => '27597983' + 'type' => '27504920' } }, - 'Return' => '27624632', + 'Return' => '27532621', 'ShortName' => 'batched', 'Source' => 'rendservices.cpp', - 'SourceLine' => '411', + 'SourceLine' => '495', 'Virt' => 1, - 'VirtPos' => '32' + 'VirtPos' => '38' }, - '27590949' => { - 'Class' => '817673', + '27497765' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices7batchedENS_7WidthOfILi8EEE', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices7batchedENS_7WidthOfILi8EEE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'p1', - 'type' => '27598007' + 'type' => '27504944' } }, - 'Return' => '27624638', + 'Return' => '27532627', 'ShortName' => 'batched', 'Source' => 'rendservices.cpp', - 'SourceLine' => '418', + 'SourceLine' => '502', 'Virt' => 1, - 'VirtPos' => '33' + 'VirtPos' => '39' }, - '27926375' => { - 'Class' => '817673', + '27848337' => { + 'Class' => '836008', 'Constructor' => 1, 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServicesC2EPN18OpenImageIO_v2_5_113TextureSystemE', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServicesC2EPN18OpenImageIO_v2_6_013TextureSystemE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'texsys', - 'type' => '1074859' + 'type' => '1094357' } }, 'ShortName' => 'RendererServices', 'Source' => 'rendservices.cpp', - 'SourceLine' => '21' + 'SourceLine' => '23' }, - '27926376' => { - 'Class' => '817673', + '27848338' => { + 'Class' => '836008', 'Constructor' => 1, 'Header' => 'rendererservices.h', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServicesC1EPN18OpenImageIO_v2_5_113TextureSystemE', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServicesC1EPN18OpenImageIO_v2_6_013TextureSystemE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'texsys', - 'type' => '1074859' + 'type' => '1094357' } }, 'ShortName' => 'RendererServices', 'Source' => 'rendservices.cpp', - 'SourceLine' => '21' + 'SourceLine' => '23' }, - '27927274' => { + '27849260' => { 'Artificial' => 1, - 'Class' => '817673', + 'Class' => '836008', 'Destructor' => 1, 'Header' => 'rendererservices.h', 'InLine' => 1, - 'Line' => '49', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServicesD0Ev', + 'Line' => '66', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServicesD0Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' } }, 'ShortName' => 'RendererServices', 'Virt' => 1 }, - '27927275' => { + '27849261' => { 'Artificial' => 1, - 'Class' => '817673', + 'Class' => '836008', 'Destructor' => 1, 'Header' => 'rendererservices.h', 'InLine' => 1, - 'Line' => '49', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServicesD1Ev', + 'Line' => '66', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServicesD1Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' } }, 'ShortName' => 'RendererServices', 'Virt' => 1 }, - '27927403' => { + '27849389' => { 'Artificial' => 1, - 'Class' => '817673', + 'Class' => '836008', 'Destructor' => 1, 'Header' => 'rendererservices.h', 'InLine' => 1, - 'Line' => '49', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServicesD2Ev', + 'Line' => '66', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServicesD2Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' } }, 'ShortName' => 'RendererServices', 'Virt' => 1 }, - '2820704' => { - 'Class' => '820673', + '2918847' => { + 'Class' => '839008', 'Destructor' => 1, 'Header' => 'oslexec.h', 'Line' => '180', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystemD2Ev', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystemD2Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' } }, 'ShortName' => 'ShadingSystem', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '70' + 'SourceLine' => '78' }, - '2820860' => { - 'Class' => '820673', + '2919003' => { + 'Class' => '839008', 'Constructor' => 1, 'Header' => 'oslexec.h', 'Line' => '177', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystemC2EPNS_16RendererServicesEPN18OpenImageIO_v2_5_113TextureSystemEPNS3_12ErrorHandlerE', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystemC2EPNS_16RendererServicesEPN18OpenImageIO_v2_6_013TextureSystemEPNS3_12ErrorHandlerE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'renderer', - 'type' => '1074809' + 'type' => '1094307' }, '2' => { 'name' => 'texturesystem', - 'type' => '1074859' + 'type' => '1094357' }, '3' => { 'name' => 'err', - 'type' => '1074865' + 'type' => '1094363' } }, 'ShortName' => 'ShadingSystem', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '55' + 'SourceLine' => '63' }, - '2820861' => { - 'Class' => '820673', + '2919004' => { + 'Class' => '839008', 'Constructor' => 1, 'Header' => 'oslexec.h', 'Line' => '177', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystemC1EPNS_16RendererServicesEPN18OpenImageIO_v2_5_113TextureSystemEPNS3_12ErrorHandlerE', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystemC1EPNS_16RendererServicesEPN18OpenImageIO_v2_6_013TextureSystemEPNS3_12ErrorHandlerE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'renderer', - 'type' => '1074809' + 'type' => '1094307' }, '2' => { 'name' => 'texturesystem', - 'type' => '1074859' + 'type' => '1094357' }, '3' => { 'name' => 'err', - 'type' => '1074865' + 'type' => '1094363' } }, 'ShortName' => 'ShadingSystem', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '55' - }, - '3422415' => { - 'Class' => '3347269', - 'Data' => 1, - 'Header' => 'oslclosure.h', - 'Line' => '22', - 'MnglName' => '_ZN11OSL_v1_13_46Labels4NONEE', - 'Return' => '677330', - 'ShortName' => 'NONE', - 'Source' => 'closure.cpp', - 'SourceLine' => '21' - }, - '3422437' => { - 'Class' => '3347269', - 'Data' => 1, - 'Header' => 'oslclosure.h', - 'Line' => '24', - 'MnglName' => '_ZN11OSL_v1_13_46Labels6CAMERAE', - 'Return' => '677330', - 'ShortName' => 'CAMERA', - 'Source' => 'closure.cpp', - 'SourceLine' => '22' - }, - '3422459' => { - 'Class' => '3347269', - 'Data' => 1, - 'Header' => 'oslclosure.h', - 'Line' => '25', - 'MnglName' => '_ZN11OSL_v1_13_46Labels5LIGHTE', - 'Return' => '677330', - 'ShortName' => 'LIGHT', - 'Source' => 'closure.cpp', - 'SourceLine' => '23' - }, - '3422481' => { - 'Class' => '3347269', - 'Data' => 1, - 'Header' => 'oslclosure.h', - 'Line' => '26', - 'MnglName' => '_ZN11OSL_v1_13_46Labels10BACKGROUNDE', - 'Return' => '677330', - 'ShortName' => 'BACKGROUND', - 'Source' => 'closure.cpp', - 'SourceLine' => '24' - }, - '3422503' => { - 'Class' => '3347269', - 'Data' => 1, - 'Header' => 'oslclosure.h', - 'Line' => '29', - 'MnglName' => '_ZN11OSL_v1_13_46Labels6VOLUMEE', - 'Return' => '677330', - 'ShortName' => 'VOLUME', - 'Source' => 'closure.cpp', - 'SourceLine' => '25' - }, - '3422525' => { - 'Class' => '3347269', - 'Data' => 1, - 'Header' => 'oslclosure.h', - 'Line' => '30', - 'MnglName' => '_ZN11OSL_v1_13_46Labels6OBJECTE', - 'Return' => '677330', - 'ShortName' => 'OBJECT', - 'Source' => 'closure.cpp', - 'SourceLine' => '26' - }, - '3422547' => { - 'Class' => '3347269', - 'Data' => 1, - 'Header' => 'oslclosure.h', - 'Line' => '27', - 'MnglName' => '_ZN11OSL_v1_13_46Labels8TRANSMITE', - 'Return' => '677330', - 'ShortName' => 'TRANSMIT', - 'Source' => 'closure.cpp' - }, - '3422569' => { - 'Class' => '3347269', - 'Data' => 1, - 'Header' => 'oslclosure.h', - 'Line' => '28', - 'MnglName' => '_ZN11OSL_v1_13_46Labels7REFLECTE', - 'Return' => '677330', - 'ShortName' => 'REFLECT', - 'Source' => 'closure.cpp' - }, - '3422591' => { - 'Class' => '3347269', - 'Data' => 1, - 'Header' => 'oslclosure.h', - 'Line' => '32', - 'MnglName' => '_ZN11OSL_v1_13_46Labels7DIFFUSEE', - 'Return' => '677330', - 'ShortName' => 'DIFFUSE', - 'Source' => 'closure.cpp', - 'SourceLine' => '29' - }, - '3422613' => { - 'Class' => '3347269', - 'Data' => 1, - 'Header' => 'oslclosure.h', - 'Line' => '33', - 'MnglName' => '_ZN11OSL_v1_13_46Labels6GLOSSYE', - 'Return' => '677330', - 'ShortName' => 'GLOSSY', - 'Source' => 'closure.cpp', - 'SourceLine' => '30' - }, - '3422635' => { - 'Class' => '3347269', - 'Data' => 1, - 'Header' => 'oslclosure.h', - 'Line' => '34', - 'MnglName' => '_ZN11OSL_v1_13_46Labels8SINGULARE', - 'Return' => '677330', - 'ShortName' => 'SINGULAR', - 'Source' => 'closure.cpp', - 'SourceLine' => '31' - }, - '3422657' => { - 'Class' => '3347269', - 'Data' => 1, - 'Header' => 'oslclosure.h', - 'Line' => '35', - 'MnglName' => '_ZN11OSL_v1_13_46Labels8STRAIGHTE', - 'Return' => '677330', - 'ShortName' => 'STRAIGHT', - 'Source' => 'closure.cpp', - 'SourceLine' => '32' - }, - '3422679' => { - 'Class' => '3347269', - 'Data' => 1, - 'Header' => 'oslclosure.h', - 'Line' => '37', - 'MnglName' => '_ZN11OSL_v1_13_46Labels4STOPE', - 'Return' => '677330', - 'ShortName' => 'STOP', - 'Source' => 'closure.cpp', - 'SourceLine' => '33' + 'SourceLine' => '63' }, - '34413047' => { - 'Class' => '34413032', + '34365844' => { + 'Class' => '34365829', 'Header' => 'optautomata.h', 'Line' => '62', - 'MnglName' => '_ZN11OSL_v1_13_419DfOptimizedAutomata10Transition10trans_compERKS1_S3_', + 'MnglName' => '_ZN11OSL_v1_13_519DfOptimizedAutomata10Transition10trans_compERKS1_S3_', 'Param' => { '0' => { 'name' => 'a', - 'type' => '34510503' + 'type' => '34463544' }, '1' => { 'name' => 'b', - 'type' => '34510503' + 'type' => '34463544' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'trans_comp', 'Source' => 'automata.cpp', 'SourceLine' => '643', 'Static' => 1 }, - '34413219' => { - 'Class' => '34412933', + '34366016' => { + 'Class' => '34365730', 'Header' => 'optautomata.h', 'Line' => '27', - 'MnglName' => '_ZN11OSL_v1_13_419DfOptimizedAutomata11compileFromERKNS_10DfAutomataE', + 'MnglName' => '_ZN11OSL_v1_13_519DfOptimizedAutomata11compileFromERKNS_10DfAutomataE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '34511023' + 'type' => '34464064' }, '1' => { 'name' => 'dfautomata', - 'type' => '34511028' + 'type' => '34464069' } }, 'Return' => '1', @@ -1710,38 +1841,38 @@ $VAR1 = { 'Source' => 'automata.cpp', 'SourceLine' => '653' }, - '35379393' => { - 'Class' => '35379343', + '35332641' => { + 'Class' => '35332591', 'Const' => 1, 'Header' => 'accum.h', 'Line' => '77', - 'MnglName' => '_ZNK11OSL_v1_13_49AccumRule5accumERKN9Imath_3_16Color3IfEERSt6vectorINS_9AovOutputESaIS7_EE', + 'MnglName' => '_ZNK11OSL_v1_13_59AccumRule5accumERKN9Imath_3_16Color3IfEERSt6vectorINS_9AovOutputESaIS7_EE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35394950' + 'type' => '35348203' }, '1' => { 'name' => 'color', - 'type' => '1075050' + 'type' => '1094694' }, '2' => { 'name' => 'outputs', - 'type' => '35394961' + 'type' => '35348214' } }, 'Return' => '1', 'ShortName' => 'accum' }, - '35380832' => { - 'Class' => '35380723', + '35334080' => { + 'Class' => '35333971', 'Header' => 'accum.h', 'Line' => '119', - 'MnglName' => '_ZN11OSL_v1_13_413AccumAutomata7addRuleEPKcib', + 'MnglName' => '_ZN11OSL_v1_13_513AccumAutomata7addRuleEPKcib', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35395792' + 'type' => '35349045' }, '1' => { 'name' => 'pattern', @@ -1753,36 +1884,36 @@ $VAR1 = { }, '3' => { 'name' => 'toalpha', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '35394933', + 'Return' => '35348186', 'ShortName' => 'addRule' }, - '35380878' => { - 'Class' => '35380723', + '35334126' => { + 'Class' => '35333971', 'Header' => 'accum.h', 'Line' => '122', - 'MnglName' => '_ZN11OSL_v1_13_413AccumAutomata7compileEv', + 'MnglName' => '_ZN11OSL_v1_13_513AccumAutomata7compileEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35395792' + 'type' => '35349045' } }, 'Return' => '1', 'ShortName' => 'compile' }, - '35380905' => { - 'Class' => '35380723', + '35334153' => { + 'Class' => '35333971', 'Const' => 1, 'Header' => 'accum.h', 'Line' => '125', - 'MnglName' => '_ZNK11OSL_v1_13_413AccumAutomata5accumEiRKN9Imath_3_16Color3IfEERSt6vectorINS_9AovOutputESaIS7_EE', + 'MnglName' => '_ZNK11OSL_v1_13_513AccumAutomata5accumEiRKN9Imath_3_16Color3IfEERSt6vectorINS_9AovOutputESaIS7_EE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35395803' + 'type' => '35349056' }, '1' => { 'name' => 'state', @@ -1790,11 +1921,11 @@ $VAR1 = { }, '2' => { 'name' => 'color', - 'type' => '1075050' + 'type' => '1094694' }, '3' => { 'name' => 'outputs', - 'type' => '35394961' + 'type' => '35348214' } }, 'Return' => '1', @@ -1802,15 +1933,15 @@ $VAR1 = { 'Source' => 'accum.cpp', 'SourceLine' => '94' }, - '35381176' => { - 'Class' => '35381131', + '35334424' => { + 'Class' => '35334379', 'Header' => 'accum.h', 'Line' => '169', - 'MnglName' => '_ZN11OSL_v1_13_411Accumulator6setAovEiPNS_3AovEbb', + 'MnglName' => '_ZN11OSL_v1_13_511Accumulator6setAovEiPNS_3AovEbb', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35396449' + 'type' => '35349702' }, '1' => { 'name' => 'outidx', @@ -1818,15 +1949,15 @@ $VAR1 = { }, '2' => { 'name' => 'aov', - 'type' => '35394927' + 'type' => '35348180' }, '3' => { 'name' => 'neg_color', - 'type' => '638960' + 'type' => '655503' }, '4' => { 'name' => 'neg_alpha', - 'type' => '638960' + 'type' => '655503' } }, 'Return' => '1', @@ -1834,15 +1965,15 @@ $VAR1 = { 'Source' => 'accum.cpp', 'SourceLine' => '125' }, - '35381254' => { - 'Class' => '35381131', + '35334502' => { + 'Class' => '35334379', 'Header' => 'accum.h', 'Line' => '174', - 'MnglName' => '_ZN11OSL_v1_13_411Accumulator9pushStateEv', + 'MnglName' => '_ZN11OSL_v1_13_511Accumulator9pushStateEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35396449' + 'type' => '35349702' } }, 'Return' => '1', @@ -1850,15 +1981,15 @@ $VAR1 = { 'Source' => 'accum.cpp', 'SourceLine' => '136' }, - '35381281' => { - 'Class' => '35381131', + '35334529' => { + 'Class' => '35334379', 'Header' => 'accum.h', 'Line' => '175', - 'MnglName' => '_ZN11OSL_v1_13_411Accumulator8popStateEv', + 'MnglName' => '_ZN11OSL_v1_13_511Accumulator8popStateEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35396449' + 'type' => '35349702' } }, 'Return' => '1', @@ -1866,19 +1997,19 @@ $VAR1 = { 'Source' => 'accum.cpp', 'SourceLine' => '145' }, - '35381308' => { - 'Class' => '35381131', + '35334556' => { + 'Class' => '35334379', 'Header' => 'accum.h', 'Line' => '178', - 'MnglName' => '_ZN11OSL_v1_13_411Accumulator4moveEN18OpenImageIO_v2_5_17ustringE', + 'MnglName' => '_ZN11OSL_v1_13_511Accumulator4moveEN18OpenImageIO_v2_6_07ustringE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35396449' + 'type' => '35349702' }, '1' => { 'name' => 'symbol', - 'type' => '673440' + 'type' => '690782' } }, 'Return' => '1', @@ -1886,19 +2017,19 @@ $VAR1 = { 'Source' => 'accum.cpp', 'SourceLine' => '155' }, - '35381340' => { - 'Class' => '35381131', + '35334588' => { + 'Class' => '35334379', 'Header' => 'accum.h', 'Line' => '181', - 'MnglName' => '_ZN11OSL_v1_13_411Accumulator4moveEPKN18OpenImageIO_v2_5_17ustringE', + 'MnglName' => '_ZN11OSL_v1_13_511Accumulator4moveEPKN18OpenImageIO_v2_6_07ustringE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35396449' + 'type' => '35349702' }, '1' => { 'name' => 'symbols', - 'type' => '769446' + 'type' => '783318' } }, 'Return' => '1', @@ -1906,31 +2037,31 @@ $VAR1 = { 'Source' => 'accum.cpp', 'SourceLine' => '164' }, - '35381372' => { - 'Class' => '35381131', + '35334620' => { + 'Class' => '35334379', 'Header' => 'accum.h', 'Line' => '186', - 'MnglName' => '_ZN11OSL_v1_13_411Accumulator4moveEN18OpenImageIO_v2_5_17ustringES2_PKS2_S2_', + 'MnglName' => '_ZN11OSL_v1_13_511Accumulator4moveEN18OpenImageIO_v2_6_07ustringES2_PKS2_S2_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35396449' + 'type' => '35349702' }, '1' => { 'name' => 'event', - 'type' => '673440' + 'type' => '690782' }, '2' => { 'name' => 'scatt', - 'type' => '673440' + 'type' => '690782' }, '3' => { 'name' => 'custom', - 'type' => '769446' + 'type' => '783318' }, '4' => { 'name' => 'stop', - 'type' => '673440' + 'type' => '690782' } }, 'Return' => '1', @@ -1938,15 +2069,15 @@ $VAR1 = { 'Source' => 'accum.cpp', 'SourceLine' => '173' }, - '35381470' => { - 'Class' => '35381131', + '35334718' => { + 'Class' => '35334379', 'Header' => 'accum.h', 'Line' => '203', - 'MnglName' => '_ZN11OSL_v1_13_411Accumulator5beginEv', + 'MnglName' => '_ZN11OSL_v1_13_511Accumulator5beginEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35396449' + 'type' => '35349702' } }, 'Return' => '1', @@ -1954,15 +2085,15 @@ $VAR1 = { 'Source' => 'accum.cpp', 'SourceLine' => '189' }, - '35381497' => { - 'Class' => '35381131', + '35334745' => { + 'Class' => '35334379', 'Header' => 'accum.h', 'Line' => '206', - 'MnglName' => '_ZN11OSL_v1_13_411Accumulator3endEPv', + 'MnglName' => '_ZN11OSL_v1_13_511Accumulator3endEPv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35396449' + 'type' => '35349702' }, '1' => { 'name' => 'flush_data', @@ -1974,135 +2105,276 @@ $VAR1 = { 'Source' => 'accum.cpp', 'SourceLine' => '198' }, - '35431688' => { - 'Class' => '35381131', + '35384941' => { + 'Class' => '35334379', 'Constructor' => 1, 'Header' => 'accum.h', 'Line' => '167', - 'MnglName' => '_ZN11OSL_v1_13_411AccumulatorC2EPKNS_13AccumAutomataE', + 'MnglName' => '_ZN11OSL_v1_13_511AccumulatorC2EPKNS_13AccumAutomataE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35396449' + 'type' => '35349702' }, '1' => { 'name' => 'accauto', - 'type' => '35395797' + 'type' => '35349050' } }, 'ShortName' => 'Accumulator', 'Source' => 'accum.cpp', 'SourceLine' => '108' }, - '35431689' => { - 'Class' => '35381131', + '35384942' => { + 'Class' => '35334379', 'Constructor' => 1, 'Header' => 'accum.h', 'Line' => '167', - 'MnglName' => '_ZN11OSL_v1_13_411AccumulatorC1EPKNS_13AccumAutomataE', + 'MnglName' => '_ZN11OSL_v1_13_511AccumulatorC1EPKNS_13AccumAutomataE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35396449' + 'type' => '35349702' }, '1' => { 'name' => 'accauto', - 'type' => '35395797' + 'type' => '35349050' } }, 'ShortName' => 'Accumulator', 'Source' => 'accum.cpp', 'SourceLine' => '108' }, - '35451136' => { - 'Class' => '35380723', + '3539519' => { + 'Class' => '3461431', + 'Data' => 1, + 'Header' => 'oslclosure.h', + 'Line' => '22', + 'MnglName' => '_ZN11OSL_v1_13_56Labels4NONEE', + 'Return' => '694624', + 'ShortName' => 'NONE', + 'Source' => 'closure.cpp', + 'SourceLine' => '21' + }, + '3539542' => { + 'Class' => '3461431', + 'Data' => 1, + 'Header' => 'oslclosure.h', + 'Line' => '24', + 'MnglName' => '_ZN11OSL_v1_13_56Labels6CAMERAE', + 'Return' => '694624', + 'ShortName' => 'CAMERA', + 'Source' => 'closure.cpp', + 'SourceLine' => '22' + }, + '3539565' => { + 'Class' => '3461431', + 'Data' => 1, + 'Header' => 'oslclosure.h', + 'Line' => '25', + 'MnglName' => '_ZN11OSL_v1_13_56Labels5LIGHTE', + 'Return' => '694624', + 'ShortName' => 'LIGHT', + 'Source' => 'closure.cpp', + 'SourceLine' => '23' + }, + '3539588' => { + 'Class' => '3461431', + 'Data' => 1, + 'Header' => 'oslclosure.h', + 'Line' => '26', + 'MnglName' => '_ZN11OSL_v1_13_56Labels10BACKGROUNDE', + 'Return' => '694624', + 'ShortName' => 'BACKGROUND', + 'Source' => 'closure.cpp', + 'SourceLine' => '24' + }, + '3539611' => { + 'Class' => '3461431', + 'Data' => 1, + 'Header' => 'oslclosure.h', + 'Line' => '29', + 'MnglName' => '_ZN11OSL_v1_13_56Labels6VOLUMEE', + 'Return' => '694624', + 'ShortName' => 'VOLUME', + 'Source' => 'closure.cpp', + 'SourceLine' => '25' + }, + '3539634' => { + 'Class' => '3461431', + 'Data' => 1, + 'Header' => 'oslclosure.h', + 'Line' => '30', + 'MnglName' => '_ZN11OSL_v1_13_56Labels6OBJECTE', + 'Return' => '694624', + 'ShortName' => 'OBJECT', + 'Source' => 'closure.cpp', + 'SourceLine' => '26' + }, + '3539657' => { + 'Class' => '3461431', + 'Data' => 1, + 'Header' => 'oslclosure.h', + 'Line' => '27', + 'MnglName' => '_ZN11OSL_v1_13_56Labels8TRANSMITE', + 'Return' => '694624', + 'ShortName' => 'TRANSMIT', + 'Source' => 'closure.cpp' + }, + '3539679' => { + 'Class' => '3461431', + 'Data' => 1, + 'Header' => 'oslclosure.h', + 'Line' => '28', + 'MnglName' => '_ZN11OSL_v1_13_56Labels7REFLECTE', + 'Return' => '694624', + 'ShortName' => 'REFLECT', + 'Source' => 'closure.cpp' + }, + '3539701' => { + 'Class' => '3461431', + 'Data' => 1, + 'Header' => 'oslclosure.h', + 'Line' => '32', + 'MnglName' => '_ZN11OSL_v1_13_56Labels7DIFFUSEE', + 'Return' => '694624', + 'ShortName' => 'DIFFUSE', + 'Source' => 'closure.cpp', + 'SourceLine' => '29' + }, + '3539724' => { + 'Class' => '3461431', + 'Data' => 1, + 'Header' => 'oslclosure.h', + 'Line' => '33', + 'MnglName' => '_ZN11OSL_v1_13_56Labels6GLOSSYE', + 'Return' => '694624', + 'ShortName' => 'GLOSSY', + 'Source' => 'closure.cpp', + 'SourceLine' => '30' + }, + '3539747' => { + 'Class' => '3461431', + 'Data' => 1, + 'Header' => 'oslclosure.h', + 'Line' => '34', + 'MnglName' => '_ZN11OSL_v1_13_56Labels8SINGULARE', + 'Return' => '694624', + 'ShortName' => 'SINGULAR', + 'Source' => 'closure.cpp', + 'SourceLine' => '31' + }, + '3539770' => { + 'Class' => '3461431', + 'Data' => 1, + 'Header' => 'oslclosure.h', + 'Line' => '35', + 'MnglName' => '_ZN11OSL_v1_13_56Labels8STRAIGHTE', + 'Return' => '694624', + 'ShortName' => 'STRAIGHT', + 'Source' => 'closure.cpp', + 'SourceLine' => '32' + }, + '3539793' => { + 'Class' => '3461431', + 'Data' => 1, + 'Header' => 'oslclosure.h', + 'Line' => '37', + 'MnglName' => '_ZN11OSL_v1_13_56Labels4STOPE', + 'Return' => '694624', + 'ShortName' => 'STOP', + 'Source' => 'closure.cpp', + 'SourceLine' => '33' + }, + '35404389' => { + 'Class' => '35333971', 'Destructor' => 1, 'Header' => 'accum.h', 'Line' => '102', - 'MnglName' => '_ZN11OSL_v1_13_413AccumAutomataD2Ev', + 'MnglName' => '_ZN11OSL_v1_13_513AccumAutomataD2Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35395792' + 'type' => '35349045' } }, 'ShortName' => 'AccumAutomata', 'Source' => 'accum.cpp', 'SourceLine' => '47' }, - '36044816' => { + '36019913' => { 'Header' => 'oslexec.h', - 'MnglName' => '_ZN11OSL_v1_13_411shade_imageERNS_13ShadingSystemERNS_11ShaderGroupEPKNS_13ShaderGlobalsERN18OpenImageIO_v2_5_18ImageBufENS7_4spanIKNS7_7ustringELln1EEENS_19ShadeImageLocationsENS7_3ROIENS7_16parallel_optionsE', - 'NameSpace' => 'OSL_v1_13_4', + 'MnglName' => '_ZN11OSL_v1_13_511shade_imageERNS_13ShadingSystemERNS_11ShaderGroupEPKNS_13ShaderGlobalsERN18OpenImageIO_v2_6_08ImageBufENS7_4spanIKNS7_7ustringELln1EEENS_19ShadeImageLocationsENS7_3ROIENS7_16parallel_optionsE', + 'NameSpace' => 'OSL_v1_13_5', 'Param' => { '0' => { 'name' => 'shadingsys', - 'type' => '36322843' + 'type' => '36298207' }, '1' => { 'name' => 'group', - 'type' => '1074893' + 'type' => '1094391' }, '2' => { 'name' => 'defaultsg', - 'type' => '36322861' + 'type' => '36298225' }, '3' => { 'name' => 'buf', - 'type' => '36322111' + 'type' => '36297457' }, '4' => { 'name' => 'outputs', - 'type' => '698105' + 'type' => '714485' }, '5' => { 'name' => 'shadelocations', - 'type' => '36044783' + 'type' => '36019880' }, '6' => { 'name' => 'roi', - 'type' => '683759' + 'type' => '700124' }, '7' => { 'name' => 'popt', - 'type' => '36272115' + 'type' => '36247450' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'shade_image', 'Source' => 'shadeimage.cpp', 'SourceLine' => '26' }, - '46300897' => { - 'Class' => '782246', + '46531611' => { + 'Class' => '796138', 'Destructor' => 1, 'Header' => 'llvm_util.h', - 'Line' => '89', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_UtilD2Ev', + 'Line' => '91', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_UtilD2Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'ShortName' => 'LLVM_Util', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '518' + 'SourceLine' => '523' }, - '46314681' => { - 'Class' => '782246', + '46545395' => { + 'Class' => '796138', 'Constructor' => 1, 'Header' => 'llvm_util.h', - 'Line' => '87', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_UtilC2ERKNS1_13PerThreadInfoEii', + 'Line' => '89', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_UtilC2ERKNS1_13PerThreadInfoEii', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'per_thread_info', - 'type' => '1074516' + 'type' => '1094008' }, '2' => { 'name' => 'debuglevel', @@ -2117,20 +2389,20 @@ $VAR1 = { 'Source' => 'llvm_util.cpp', 'SourceLine' => '365' }, - '46314682' => { - 'Class' => '782246', + '46545396' => { + 'Class' => '796138', 'Constructor' => 1, 'Header' => 'llvm_util.h', - 'Line' => '87', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_UtilC1ERKNS1_13PerThreadInfoEii', + 'Line' => '89', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_UtilC1ERKNS1_13PerThreadInfoEii', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'per_thread_info', - 'type' => '1074516' + 'type' => '1094008' }, '2' => { 'name' => 'debuglevel', @@ -2145,329 +2417,754 @@ $VAR1 = { 'Source' => 'llvm_util.cpp', 'SourceLine' => '365' }, - '46348374' => { - 'Class' => '782261', + '46579147' => { + 'Class' => '796153', 'Destructor' => 1, 'Header' => 'llvm_util.h', - 'Line' => '78', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13PerThreadInfoD2Ev', + 'Line' => '80', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13PerThreadInfoD2Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848788' + 'type' => '867881' } }, 'ShortName' => 'PerThreadInfo', 'Source' => 'llvm_util.cpp', 'SourceLine' => '211' }, - '46348706' => { - 'Class' => '782387', + '46579479' => { + 'Class' => '796279', 'Destructor' => 1, 'Header' => 'llvm_util.h', - 'Line' => '98', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util19ScopedJitMemoryUserD2Ev', + 'Line' => '100', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util19ScopedJitMemoryUserD2Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '44210644' + 'type' => '44444548' } }, 'ShortName' => 'ScopedJitMemoryUser', 'Source' => 'llvm_util.cpp', 'SourceLine' => '182' }, - '46351212' => { - 'Class' => '782387', + '46581985' => { + 'Class' => '796279', 'Constructor' => 1, 'Header' => 'llvm_util.h', - 'Line' => '97', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util19ScopedJitMemoryUserC2Ev', + 'Line' => '99', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util19ScopedJitMemoryUserC2Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '44210644' + 'type' => '44444548' } }, 'ShortName' => 'ScopedJitMemoryUser', 'Source' => 'llvm_util.cpp', 'SourceLine' => '171' }, - '46351213' => { - 'Class' => '782387', + '46581986' => { + 'Class' => '796279', 'Constructor' => 1, 'Header' => 'llvm_util.h', - 'Line' => '97', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util19ScopedJitMemoryUserC1Ev', + 'Line' => '99', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util19ScopedJitMemoryUserC1Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '44210644' + 'type' => '44444548' } }, 'ShortName' => 'ScopedJitMemoryUser', 'Source' => 'llvm_util.cpp', 'SourceLine' => '171' }, - '49621834' => { - 'Class' => '49621757', + '46911031' => { + 'Class' => '46910971', + 'Header' => 'journal.h', + 'Line' => '134', + 'MnglName' => '_ZN11OSL_v1_13_57journal21TrackRecentlyReported17shouldReportErrorERKN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47199555' + }, + '1' => { + 'name' => 'message', + 'type' => '47199560' + } + }, + 'Return' => '655503', + 'ShortName' => 'shouldReportError' + }, + '46911067' => { + 'Class' => '46910971', + 'Header' => 'journal.h', + 'Line' => '135', + 'MnglName' => '_ZN11OSL_v1_13_57journal21TrackRecentlyReported19shouldReportWarningERKN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47199555' + }, + '1' => { + 'name' => 'message', + 'type' => '47199560' + } + }, + 'Return' => '655503', + 'ShortName' => 'shouldReportWarning' + }, + '46911238' => { + 'Class' => '46911188', + 'Header' => 'journal.h', + 'Line' => '174', + 'MnglName' => '_ZN11OSL_v1_13_57journal6Reader7processEv', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47199572' + } + }, + 'Return' => '1', + 'ShortName' => 'process' + }, + '46911265' => { + 'Class' => '46911188', + 'Header' => 'journal.h', + 'Line' => '177', + 'MnglName' => '_ZN11OSL_v1_13_57journal6Reader26process_entries_for_threadEi', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47199572' + }, + '1' => { + 'name' => 'thread_index', + 'type' => '178' + } + }, + 'Private' => 1, + 'Return' => '1', + 'ShortName' => 'process_entries_for_thread' + }, + '46911806' => { + 'Class' => '46911683', + 'Header' => 'journal.h', + 'MnglName' => '_ZN11OSL_v1_13_57journal19Report2ErrorHandler12report_errorEiiRKN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47201036' + }, + '1' => { + 'name' => 'thread_index', + 'type' => '178' + }, + '2' => { + 'name' => 'shade_index', + 'type' => '178' + }, + '3' => { + 'name' => 'message', + 'type' => '47199560' + } + }, + 'Return' => '1', + 'ShortName' => 'report_error', + 'Source' => 'journal.cpp', + 'SourceLine' => '285', + 'Virt' => 1, + 'VirtPos' => '2' + }, + '46911858' => { + 'Class' => '46911683', + 'Header' => 'journal.h', + 'MnglName' => '_ZN11OSL_v1_13_57journal19Report2ErrorHandler14report_warningEiiRKN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47201036' + }, + '1' => { + 'name' => 'thread_index', + 'type' => '178' + }, + '2' => { + 'name' => 'shade_index', + 'type' => '178' + }, + '3' => { + 'name' => 'message', + 'type' => '47199560' + } + }, + 'Return' => '1', + 'ShortName' => 'report_warning', + 'Source' => 'journal.cpp', + 'SourceLine' => '294', + 'Virt' => 1, + 'VirtPos' => '3' + }, + '46911910' => { + 'Class' => '46911683', + 'Header' => 'journal.h', + 'MnglName' => '_ZN11OSL_v1_13_57journal19Report2ErrorHandler12report_printEiiRKN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47201036' + }, + '1' => { + 'name' => 'thread_index', + 'type' => '178' + }, + '2' => { + 'name' => 'shade_index', + 'type' => '178' + }, + '3' => { + 'name' => 'message', + 'type' => '47199560' + } + }, + 'Return' => '1', + 'ShortName' => 'report_print', + 'Source' => 'journal.cpp', + 'SourceLine' => '303', + 'Virt' => 1, + 'VirtPos' => '4' + }, + '46911962' => { + 'Class' => '46911683', + 'Header' => 'journal.h', + 'MnglName' => '_ZN11OSL_v1_13_57journal19Report2ErrorHandler17report_file_printEiiRKN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES8_', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47201036' + }, + '1' => { + 'name' => 'thread_index', + 'type' => '178' + }, + '2' => { + 'name' => 'shade_index', + 'type' => '178' + }, + '3' => { + 'name' => 'filename', + 'type' => '47199560' + }, + '4' => { + 'name' => 'message', + 'type' => '47199560' + } + }, + 'Return' => '1', + 'ShortName' => 'report_file_print', + 'Source' => 'journal.cpp', + 'SourceLine' => '310', + 'Virt' => 1, + 'VirtPos' => '5' + }, + '46912084' => { + 'Header' => 'journal.h', + 'MnglName' => '_ZN11OSL_v1_13_57journal17initialize_bufferEPhjji', + 'NameSpace' => 'OSL_v1_13_5::journal', + 'Param' => { + '0' => { + 'name' => 'buffer', + 'type' => '47199618' + }, + '1' => { + 'name' => 'buf_size', + 'type' => '655826' + }, + '2' => { + 'name' => 'page_size', + 'type' => '655826' + }, + '3' => { + 'name' => 'thread_count', + 'type' => '178' + } + }, + 'Return' => '655503', + 'ShortName' => 'initialize_buffer', + 'Source' => 'journal.cpp', + 'SourceLine' => '201' + }, + '47204705' => { + 'Artificial' => 1, + 'Class' => '46911683', + 'Destructor' => 1, + 'Header' => 'journal.h', + 'InLine' => 1, + 'Line' => '147', + 'MnglName' => '_ZN11OSL_v1_13_57journal19Report2ErrorHandlerD0Ev', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47201036' + } + }, + 'ShortName' => 'Report2ErrorHandler', + 'Virt' => 1 + }, + '47204706' => { + 'Artificial' => 1, + 'Class' => '46911683', + 'Destructor' => 1, + 'Header' => 'journal.h', + 'InLine' => 1, + 'Line' => '147', + 'MnglName' => '_ZN11OSL_v1_13_57journal19Report2ErrorHandlerD1Ev', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47201036' + } + }, + 'ShortName' => 'Report2ErrorHandler', + 'Virt' => 1 + }, + '47204882' => { + 'Artificial' => 1, + 'Class' => '46911683', + 'Destructor' => 1, + 'Header' => 'journal.h', + 'InLine' => 1, + 'Line' => '147', + 'MnglName' => '_ZN11OSL_v1_13_57journal19Report2ErrorHandlerD2Ev', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47201036' + } + }, + 'ShortName' => 'Report2ErrorHandler', + 'Virt' => 1 + }, + '47506499' => { + 'Class' => '46911188', + 'Constructor' => 1, + 'Header' => 'journal.h', + 'Line' => '173', + 'MnglName' => '_ZN11OSL_v1_13_57journal6ReaderC2EPKhRNS0_8ReporterE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47199572' + }, + '1' => { + 'name' => 'buffer_', + 'type' => '47199577' + }, + '2' => { + 'name' => 'reporter', + 'type' => '47199588' + } + }, + 'ShortName' => 'Reader', + 'Source' => 'journal.cpp', + 'SourceLine' => '322' + }, + '47506500' => { + 'Class' => '46911188', + 'Constructor' => 1, + 'Header' => 'journal.h', + 'Line' => '173', + 'MnglName' => '_ZN11OSL_v1_13_57journal6ReaderC1EPKhRNS0_8ReporterE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47199572' + }, + '1' => { + 'name' => 'buffer_', + 'type' => '47199577' + }, + '2' => { + 'name' => 'reporter', + 'type' => '47199588' + } + }, + 'ShortName' => 'Reader', + 'Source' => 'journal.cpp', + 'SourceLine' => '322' + }, + '47516571' => { + 'Class' => '46911683', + 'Constructor' => 1, + 'Header' => 'journal.h', + 'MnglName' => '_ZN11OSL_v1_13_57journal19Report2ErrorHandlerC2EPN18OpenImageIO_v2_6_012ErrorHandlerERNS0_21TrackRecentlyReportedE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47201036' + }, + '1' => { + 'name' => 'eh', + 'type' => '1094363' + }, + '2' => { + 'name' => 'tracker', + 'type' => '47201064' + } + }, + 'ShortName' => 'Report2ErrorHandler', + 'Source' => 'journal.cpp', + 'SourceLine' => '278' + }, + '47516572' => { + 'Class' => '46911683', + 'Constructor' => 1, + 'Header' => 'journal.h', + 'MnglName' => '_ZN11OSL_v1_13_57journal19Report2ErrorHandlerC1EPN18OpenImageIO_v2_6_012ErrorHandlerERNS0_21TrackRecentlyReportedE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47201036' + }, + '1' => { + 'name' => 'eh', + 'type' => '1094363' + }, + '2' => { + 'name' => 'tracker', + 'type' => '47201064' + } + }, + 'ShortName' => 'Report2ErrorHandler', + 'Source' => 'journal.cpp', + 'SourceLine' => '278' + }, + '47527813' => { + 'Class' => '46910971', + 'Constructor' => 1, + 'Header' => 'journal.h', + 'Line' => '129', + 'MnglName' => '_ZN11OSL_v1_13_57journal21TrackRecentlyReportedC2Ebibi', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47199555' + }, + '1' => { + 'name' => 'limit_errors', + 'type' => '655503' + }, + '2' => { + 'name' => 'error_history_capacity', + 'type' => '178' + }, + '3' => { + 'name' => 'limit_warnings', + 'type' => '655503' + }, + '4' => { + 'name' => 'warning_history_capacity', + 'type' => '178' + } + }, + 'ShortName' => 'TrackRecentlyReported', + 'Source' => 'journal.cpp', + 'SourceLine' => '233' + }, + '47527814' => { + 'Class' => '46910971', + 'Constructor' => 1, + 'Header' => 'journal.h', + 'Line' => '129', + 'MnglName' => '_ZN11OSL_v1_13_57journal21TrackRecentlyReportedC1Ebibi', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '47199555' + }, + '1' => { + 'name' => 'limit_errors', + 'type' => '655503' + }, + '2' => { + 'name' => 'error_history_capacity', + 'type' => '178' + }, + '3' => { + 'name' => 'limit_warnings', + 'type' => '655503' + }, + '4' => { + 'name' => 'warning_history_capacity', + 'type' => '178' + } + }, + 'ShortName' => 'TrackRecentlyReported', + 'Source' => 'journal.cpp', + 'SourceLine' => '233' + }, + '50506695' => { + 'Class' => '50506618', 'Header' => 'oslcomp.h', 'Line' => '26', - 'MnglName' => '_ZN11OSL_v1_13_411OSLCompiler7compileEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEERKSt6vectorISsSaISsEES5_', + 'MnglName' => '_ZN11OSL_v1_13_511OSLCompiler7compileEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEERKSt6vectorISsSaISsEES5_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '49650413' + 'type' => '50535279' }, '1' => { 'name' => 'filename', - 'type' => '662969' + 'type' => '679557' }, '2' => { 'name' => 'options', - 'type' => '773660' + 'type' => '787537' }, '3' => { 'name' => 'stdoslpath', - 'type' => '662969' + 'type' => '679557' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'compile', 'Source' => 'oslcomp.cpp', 'SourceLine' => '53' }, - '49621880' => { - 'Class' => '49621757', + '50506741' => { + 'Class' => '50506618', 'Header' => 'oslcomp.h', 'Line' => '36', - 'MnglName' => '_ZN11OSL_v1_13_411OSLCompiler14compile_bufferEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEERSsRKSt6vectorISsSaISsEES5_S5_', + 'MnglName' => '_ZN11OSL_v1_13_511OSLCompiler14compile_bufferEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEERSsRKSt6vectorISsSaISsEES5_S5_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '49650413' + 'type' => '50535279' }, '1' => { 'name' => 'sourcecode', - 'type' => '662969' + 'type' => '679557' }, '2' => { 'name' => 'osobuffer', - 'type' => '770112' + 'type' => '783989' }, '3' => { 'name' => 'options', - 'type' => '773660' + 'type' => '787537' }, '4' => { 'name' => 'stdoslpath', - 'type' => '662969' + 'type' => '679557' }, '5' => { 'name' => 'filename', - 'type' => '662969' + 'type' => '679557' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'compile_buffer', 'Source' => 'oslcomp.cpp', 'SourceLine' => '63' }, - '49621936' => { - 'Class' => '49621757', + '50506797' => { + 'Class' => '50506618', 'Const' => 1, 'Header' => 'oslcomp.h', 'Line' => '43', - 'MnglName' => '_ZNK11OSL_v1_13_411OSLCompiler15output_filenameEv', + 'MnglName' => '_ZNK11OSL_v1_13_511OSLCompiler15output_filenameEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '49650435' + 'type' => '50535301' } }, - 'Return' => '662969', + 'Return' => '679557', 'ShortName' => 'output_filename', 'Source' => 'oslcomp.cpp', 'SourceLine' => '74' }, - '51133255' => { - 'Class' => '49621757', + '52018158' => { + 'Class' => '50506618', 'Destructor' => 1, 'Header' => 'oslcomp.h', 'Line' => '21', - 'MnglName' => '_ZN11OSL_v1_13_411OSLCompilerD2Ev', + 'MnglName' => '_ZN11OSL_v1_13_511OSLCompilerD2Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '49650413' + 'type' => '50535279' } }, 'ShortName' => 'OSLCompiler', 'Source' => 'oslcomp.cpp', 'SourceLine' => '45' }, - '51133388' => { - 'Class' => '49621757', + '52018291' => { + 'Class' => '50506618', 'Constructor' => 1, 'Header' => 'oslcomp.h', 'Line' => '20', - 'MnglName' => '_ZN11OSL_v1_13_411OSLCompilerC2EPN18OpenImageIO_v2_5_112ErrorHandlerE', + 'MnglName' => '_ZN11OSL_v1_13_511OSLCompilerC2EPN18OpenImageIO_v2_6_012ErrorHandlerE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '49650413' + 'type' => '50535279' }, '1' => { 'name' => 'errhandler', - 'type' => '1074865' + 'type' => '1094363' } }, 'ShortName' => 'OSLCompiler', 'Source' => 'oslcomp.cpp', 'SourceLine' => '38' }, - '51133389' => { - 'Class' => '49621757', + '52018292' => { + 'Class' => '50506618', 'Constructor' => 1, 'Header' => 'oslcomp.h', 'Line' => '20', - 'MnglName' => '_ZN11OSL_v1_13_411OSLCompilerC1EPN18OpenImageIO_v2_5_112ErrorHandlerE', + 'MnglName' => '_ZN11OSL_v1_13_511OSLCompilerC1EPN18OpenImageIO_v2_6_012ErrorHandlerE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '49650413' + 'type' => '50535279' }, '1' => { 'name' => 'errhandler', - 'type' => '1074865' + 'type' => '1094363' } }, 'ShortName' => 'OSLCompiler', 'Source' => 'oslcomp.cpp', 'SourceLine' => '38' }, - '55969229' => { + '56856168' => { 'Artificial' => 1, - 'Class' => '827988', + 'Class' => '846648', 'Destructor' => 1, 'Header' => 'oslquery.h', 'InLine' => 1, 'Line' => '87', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQuery9ParameterD1Ev', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQuery9ParameterD1Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1096988' + 'type' => '1117155' } }, 'ShortName' => 'Parameter' }, - '55969245' => { - 'Class' => '820673', + '56856184' => { + 'Class' => '839008', 'Destructor' => 1, 'Header' => 'oslexec.h', 'Line' => '180', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystemD1Ev', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystemD1Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' } }, 'ShortName' => 'ShadingSystem', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '70' + 'SourceLine' => '78' }, - '55969296' => { - 'Class' => '35380723', + '56856235' => { + 'Class' => '35333971', 'Destructor' => 1, 'Header' => 'accum.h', 'Line' => '102', - 'MnglName' => '_ZN11OSL_v1_13_413AccumAutomataD1Ev', + 'MnglName' => '_ZN11OSL_v1_13_513AccumAutomataD1Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '35395792' + 'type' => '35349045' } }, 'ShortName' => 'AccumAutomata', 'Source' => 'accum.cpp', 'SourceLine' => '47' }, - '55969326' => { - 'Class' => '782246', + '56856267' => { + 'Class' => '796138', 'Destructor' => 1, 'Header' => 'llvm_util.h', - 'Line' => '89', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_UtilD1Ev', + 'Line' => '91', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_UtilD1Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'ShortName' => 'LLVM_Util', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '518' + 'SourceLine' => '523' }, - '55969332' => { - 'Class' => '782261', + '56856273' => { + 'Class' => '796153', 'Destructor' => 1, 'Header' => 'llvm_util.h', - 'Line' => '78', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13PerThreadInfoD1Ev', + 'Line' => '80', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13PerThreadInfoD1Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848788' + 'type' => '867881' } }, 'ShortName' => 'PerThreadInfo', 'Source' => 'llvm_util.cpp', 'SourceLine' => '211' }, - '55969334' => { - 'Class' => '782387', + '56856275' => { + 'Class' => '796279', 'Destructor' => 1, 'Header' => 'llvm_util.h', - 'Line' => '98', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util19ScopedJitMemoryUserD1Ev', + 'Line' => '100', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util19ScopedJitMemoryUserD1Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '44210644' + 'type' => '44444548' } }, 'ShortName' => 'ScopedJitMemoryUser', 'Source' => 'llvm_util.cpp', 'SourceLine' => '182' }, - '55969365' => { - 'Class' => '49621757', + '56856307' => { + 'Class' => '50506618', 'Destructor' => 1, 'Header' => 'oslcomp.h', 'Line' => '21', - 'MnglName' => '_ZN11OSL_v1_13_411OSLCompilerD1Ev', + 'MnglName' => '_ZN11OSL_v1_13_511OSLCompilerD1Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '49650413' + 'type' => '50535279' } }, 'ShortName' => 'OSLCompiler', 'Source' => 'oslcomp.cpp', 'SourceLine' => '45' }, - '6782522' => { - 'Class' => '817673', + '6942794' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', 'InLine' => 2, - 'Line' => '418', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices11device_freeEPv', + 'Line' => '510', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices11device_freeEPv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'ptr', @@ -2477,18 +3174,18 @@ $VAR1 = { 'Return' => '1', 'ShortName' => 'device_free', 'Virt' => 1, - 'VirtPos' => '30' + 'VirtPos' => '36' }, - '6782564' => { - 'Class' => '817673', + '6942836' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', 'InLine' => 2, - 'Line' => '405', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices12device_allocEm', + 'Line' => '497', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices12device_allocEm', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'size', @@ -2498,73 +3195,73 @@ $VAR1 = { 'Return' => '258', 'ShortName' => 'device_alloc', 'Virt' => 1, - 'VirtPos' => '29' + 'VirtPos' => '35' }, - '782353' => { - 'Class' => '782261', + '796245' => { + 'Class' => '796153', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '84', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util13PerThreadInfo3getEv', + 'Line' => '86', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util13PerThreadInfo3getEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '44210633' + 'type' => '44444537' } }, 'Private' => 1, - 'Return' => '848793', + 'Return' => '867886', 'ShortName' => 'get', 'Source' => 'llvm_util.cpp', 'SourceLine' => '221' }, - '783370' => { - 'Class' => '782246', + '797262' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '115', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11ustring_repENS1_10UstringRepE', + 'Line' => '117', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11ustring_repENS1_10UstringRepE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'rep', - 'type' => '782457' + 'type' => '796349' } }, 'Return' => '1', 'ShortName' => 'ustring_rep', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '499' + 'SourceLine' => '504' }, - '783496' => { - 'Class' => '782246', + '797388' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '138', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util10new_moduleEPKc', + 'Line' => '140', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util10new_moduleEPKc', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', 'type' => '1175' } }, - 'Return' => '1074534', + 'Return' => '1094026', 'ShortName' => 'new_module' }, - '783532' => { - 'Class' => '782246', + '797424' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '143', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util19module_from_bitcodeEPKcmRKSsPSs', + 'Line' => '145', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util19module_from_bitcodeEPKcmRKSsPSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', @@ -2576,42 +3273,42 @@ $VAR1 = { }, '3' => { 'name' => 'p3', - 'type' => '644659' + 'type' => '661202' }, '4' => { 'name' => 'p4', - 'type' => '1074540' + 'type' => '1094032' } }, - 'Return' => '1074534', + 'Return' => '1094026', 'ShortName' => 'module_from_bitcode' }, - '783583' => { - 'Class' => '782246', + '797475' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '147', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util16debug_is_enabledEv', + 'Line' => '149', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util16debug_is_enabledEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'debug_is_enabled', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '590' + 'SourceLine' => '595' }, - '783614' => { - 'Class' => '782246', + '797506' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '148', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util28debug_setup_compilation_unitEPKc', + 'Line' => '150', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util28debug_setup_compilation_unitEPKc', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'compile_unit_name', @@ -2621,25 +3318,25 @@ $VAR1 = { 'Return' => '1', 'ShortName' => 'debug_setup_compilation_unit', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '598' + 'SourceLine' => '603' }, - '783646' => { - 'Class' => '782246', + '797538' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '149', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util19debug_push_functionERKSsN18OpenImageIO_v2_5_17ustringEi', + 'Line' => '151', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util19debug_push_functionERKSsN18OpenImageIO_v2_6_07ustringEi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'function_name', - 'type' => '644659' + 'type' => '661202' }, '2' => { 'name' => 'sourcefile', - 'type' => '673440' + 'type' => '690782' }, '3' => { 'name' => 'sourceline', @@ -2649,39 +3346,39 @@ $VAR1 = { 'Return' => '1', 'ShortName' => 'debug_push_function', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '632' + 'SourceLine' => '637' }, - '783688' => { - 'Class' => '782246', + '797580' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '151', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util18debug_pop_functionEv', + 'Line' => '153', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util18debug_pop_functionEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' } }, 'Return' => '1', 'ShortName' => 'debug_pop_function' }, - '783715' => { - 'Class' => '782246', + '797607' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '152', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util27debug_push_inlined_functionEN18OpenImageIO_v2_5_17ustringES3_i', + 'Line' => '154', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util27debug_push_inlined_functionEN18OpenImageIO_v2_6_07ustringES3_i', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '673440' + 'type' => '690782' }, '2' => { 'name' => 'p2', - 'type' => '673440' + 'type' => '690782' }, '3' => { 'name' => 'p3', @@ -2691,33 +3388,33 @@ $VAR1 = { 'Return' => '1', 'ShortName' => 'debug_push_inlined_function' }, - '783757' => { - 'Class' => '782246', + '797649' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '154', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util26debug_pop_inlined_functionEv', + 'Line' => '156', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util26debug_pop_inlined_functionEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' } }, 'Return' => '1', 'ShortName' => 'debug_pop_inlined_function' }, - '783784' => { - 'Class' => '782246', + '797676' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '155', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util18debug_set_locationEN18OpenImageIO_v2_5_17ustringEi', + 'Line' => '157', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util18debug_set_locationEN18OpenImageIO_v2_6_07ustringEi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '673440' + 'type' => '690782' }, '2' => { 'name' => 'p2', @@ -2727,53 +3424,53 @@ $VAR1 = { 'Return' => '1', 'ShortName' => 'debug_set_location' }, - '783821' => { - 'Class' => '782246', + '797713' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '159', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13make_functionERKSsbPN4llvm4TypeEN18OpenImageIO_v2_5_14spanIKS6_Lln1EEEb', + 'Line' => '161', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13make_functionERKSsbPN4llvm4TypeEN18OpenImageIO_v2_6_04spanIKS6_Lln1EEEb', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '644659' + 'type' => '661202' }, '2' => { 'name' => 'p2', - 'type' => '638960' + 'type' => '655503' }, '3' => { 'name' => 'p3', - 'type' => '1074552' + 'type' => '1094044' }, '4' => { 'name' => 'p4', - 'type' => '698105' + 'type' => '714485' }, '5' => { 'name' => 'p5', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '1074546', + 'Return' => '1094038', 'ShortName' => 'make_function' }, - '783877' => { - 'Class' => '782246', + '797769' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '166', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util20add_function_mappingEPN4llvm8FunctionEPv', + 'Line' => '168', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util20add_function_mappingEPN4llvm8FunctionEPv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'func', - 'type' => '1074546' + 'type' => '1094038' }, '2' => { 'name' => 'addr', @@ -2783,146 +3480,146 @@ $VAR1 = { 'Return' => '1', 'ShortName' => 'add_function_mapping', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2478' + 'SourceLine' => '2526' }, - '783977' => { - 'Class' => '782246', + '797869' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '176', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util20current_function_argEi', + 'Line' => '178', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util20current_function_argEi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', 'type' => '178' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'current_function_arg', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2486' + 'SourceLine' => '2534' }, - '784013' => { - 'Class' => '782246', + '797905' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '182', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11new_builderEPN4llvm10BasicBlockE', + 'Line' => '184', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11new_builderEPN4llvm10BasicBlockE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '848865' + 'type' => '867958' } }, 'Return' => '1', 'ShortName' => 'new_builder' }, - '784045' => { - 'Class' => '782246', + '797937' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '185', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11end_builderEv', + 'Line' => '187', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11end_builderEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'end_builder', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1090' + 'SourceLine' => '1095' }, - '784072' => { - 'Class' => '782246', + '797964' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '197', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util19make_jit_execengineEPSsNS0_9TargetISAEbb', + 'Line' => '199', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util19make_jit_execengineEPSsNS0_9TargetISAEbb', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1074540' + 'type' => '1094032' }, '2' => { 'name' => 'p2', - 'type' => '782158' + 'type' => '796044' }, '3' => { 'name' => 'p3', - 'type' => '638960' + 'type' => '655503' }, '4' => { 'name' => 'p4', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '1074563', + 'Return' => '1094055', 'ShortName' => 'make_jit_execengine' }, - '784309' => { - 'Class' => '782246', + '798233' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '219', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util12supports_isaENS0_9TargetISAE', + 'Line' => '224', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util12supports_isaENS0_9TargetISAE', 'Param' => { '0' => { 'name' => 'target', - 'type' => '782158' + 'type' => '796044' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'supports_isa', 'Static' => 1 }, - '784337' => { - 'Class' => '782246', + '798261' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '224', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util18lookup_isa_by_nameEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEE', + 'Line' => '229', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util18lookup_isa_by_nameEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE', 'Param' => { '0' => { 'name' => 'target_name', - 'type' => '662969' + 'type' => '679557' } }, - 'Return' => '782158', + 'Return' => '796044', 'ShortName' => 'lookup_isa_by_name', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1250', + 'SourceLine' => '1255', 'Static' => 1 }, - '784365' => { - 'Class' => '782246', + '798289' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '227', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util15target_isa_nameENS0_9TargetISAE', + 'Line' => '232', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util15target_isa_nameENS0_9TargetISAE', 'Param' => { '0' => { 'name' => 'isa', - 'type' => '782158' + 'type' => '796044' } }, 'Return' => '1175', 'ShortName' => 'target_isa_name', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1273', + 'SourceLine' => '1278', 'Static' => 1 }, - '784393' => { - 'Class' => '782246', + '798317' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '231', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util18add_global_mappingEPKcPv', + 'Line' => '236', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util18add_global_mappingEPKcPv', 'Param' => { '0' => { 'name' => 'global_var_name', @@ -2936,176 +3633,190 @@ $VAR1 = { 'Return' => '1', 'ShortName' => 'add_global_mapping', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1741', + 'SourceLine' => '1789', 'Static' => 1 }, - '784422' => { - 'Class' => '782246', + '798346' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '237', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util24validate_global_mappingsERSt6vectorISsSaISsEE', + 'Line' => '242', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util24validate_global_mappingsERSt6vectorISsSaISsEE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '773672' + 'type' => '787549' } }, 'Return' => '1', 'ShortName' => 'validate_global_mappings' }, - '784454' => { - 'Class' => '782246', + '798378' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '244', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util19detect_cpu_featuresENS0_9TargetISAEb', + 'Line' => '249', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util19detect_cpu_featuresENS0_9TargetISAEb', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'requestedISA', - 'type' => '782158' + 'type' => '796044' }, '2' => { 'name' => 'no_fma', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'detect_cpu_features' }, - '784495' => { - 'Class' => '782246', + '798419' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '247', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util23dump_struct_data_layoutEPN4llvm4TypeE', + 'Line' => '252', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util23dump_struct_data_layoutEPN4llvm4TypeE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'Ty', - 'type' => '1074552' + 'type' => '1094044' } }, 'Return' => '1', 'ShortName' => 'dump_struct_data_layout', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1605' + 'SourceLine' => '1610' }, - '784527' => { - 'Class' => '782246', + '798451' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '248', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util27validate_struct_data_layoutEPN4llvm4TypeERKSt6vectorIjSaIjEE', + 'Line' => '253', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util27validate_struct_data_layoutEPN4llvm4TypeERKSt6vectorIjSaIjEE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'Ty', - 'type' => '1074552' + 'type' => '1094044' }, '2' => { 'name' => 'expected_offset_by_index', - 'type' => '1074569' + 'type' => '1094061' } }, 'Return' => '1', 'ShortName' => 'validate_struct_data_layout', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1637' + 'SourceLine' => '1642' }, - '784595' => { - 'Class' => '782246', + '798520' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '264', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util10execengineEPN4llvm15ExecutionEngineE', + 'Line' => '269', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util10execengineEPN4llvm15ExecutionEngineE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'exec', - 'type' => '1074563' + 'type' => '1094055' } }, 'Return' => '1', 'ShortName' => 'execengine', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1685' + 'SourceLine' => '1690' }, - '784628' => { - 'Class' => '782246', + '798553' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '278', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util28prune_and_internalize_moduleESt13unordered_setIPN4llvm8FunctionESt4hashIS5_ESt8equal_toIS5_ESaIS5_EENS1_7LinkageEPSs', + 'Line' => '273', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util20nvptx_target_machineEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' + } + }, + 'Return' => '1094067', + 'ShortName' => 'nvptx_target_machine' + }, + '798585' => { + 'Class' => '796138', + 'Header' => 'llvm_util.h', + 'Line' => '287', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util28prune_and_internalize_moduleESt13unordered_setIPN4llvm8FunctionESt4hashIS5_ESt8equal_toIS5_ESaIS5_EENS1_7LinkageEPSs', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '241778' + 'type' => '246402' }, '2' => { 'name' => 'p2', - 'type' => '782490' + 'type' => '796382' }, '3' => { 'name' => 'p3', - 'type' => '1074540' + 'type' => '1094032' } }, 'Return' => '1', 'ShortName' => 'prune_and_internalize_module' }, - '784671' => { - 'Class' => '782246', + '798628' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '284', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util28internalize_module_functionsERKSsRKSt6vectorISsSaISsEES8_', + 'Line' => '293', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util28internalize_module_functionsERKSsRKSt6vectorISsSaISsEES8_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'prefix', - 'type' => '644659' + 'type' => '661202' }, '2' => { 'name' => 'exceptions', - 'type' => '773660' + 'type' => '787537' }, '3' => { 'name' => 'moreexceptions', - 'type' => '773660' + 'type' => '787537' } }, 'Return' => '1', 'ShortName' => 'internalize_module_functions', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2438' + 'SourceLine' => '2486' }, - '784714' => { - 'Class' => '782246', + '798671' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '290', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util25setup_optimization_passesEib', + 'Line' => '299', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util25setup_optimization_passesEib', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', @@ -3113,1240 +3824,1312 @@ $VAR1 = { }, '2' => { 'name' => 'p2', - 'type' => '638960' + 'type' => '655503' } }, 'Return' => '1', 'ShortName' => 'setup_optimization_passes' }, - '784752' => { - 'Class' => '782246', + '798709' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '293', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11do_optimizeEPSs', + 'Line' => '302', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11do_optimizeEPSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1074540' + 'type' => '1094032' } }, 'Return' => '1', 'ShortName' => 'do_optimize' }, - '784785' => { - 'Class' => '782246', + '798742' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '298', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util20getPointerToFunctionEPN4llvm8FunctionE', + 'Line' => '307', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util20getPointerToFunctionEPN4llvm8FunctionE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'func', - 'type' => '1074546' + 'type' => '1094038' } }, 'Return' => '258', 'ShortName' => 'getPointerToFunction', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1716' + 'SourceLine' => '1764' }, - '784822' => { - 'Class' => '782246', + '798779' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '301', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util26InstallLazyFunctionCreatorEPFPvRKSsE', + 'Line' => '310', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util26InstallLazyFunctionCreatorEPFPvRKSsE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'P', - 'type' => '1074575' + 'type' => '1094073' } }, 'Return' => '1', 'ShortName' => 'InstallLazyFunctionCreator', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1748' + 'SourceLine' => '1796' }, - '784855' => { - 'Class' => '782246', + '798812' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '306', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util15new_basic_blockERKSs', + 'Line' => '315', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util15new_basic_blockERKSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '644659' + 'type' => '661202' } }, - 'Return' => '848865', + 'Return' => '867958', 'ShortName' => 'new_basic_block' }, - '784892' => { - 'Class' => '782246', + '798849' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '311', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13push_functionEPN4llvm10BasicBlockE', + 'Line' => '320', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13push_functionEPN4llvm10BasicBlockE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '848865' + 'type' => '867958' } }, - 'Return' => '848865', + 'Return' => '867958', 'ShortName' => 'push_function' }, - '784929' => { - 'Class' => '782246', + '798886' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '316', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util12pop_functionEv', + 'Line' => '325', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util12pop_functionEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'pop_function', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2529' + 'SourceLine' => '2577' }, - '784957' => { - 'Class' => '782246', + '798914' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '319', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util15inside_functionEv', + 'Line' => '328', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util15inside_functionEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'inside_function', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2521' + 'SourceLine' => '2569' }, - '784989' => { - 'Class' => '782246', + '798946' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '393', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util18push_function_maskEPN4llvm5ValueE', + 'Line' => '402', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util18push_function_maskEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' } }, 'Return' => '1', 'ShortName' => 'push_function_mask' }, - '785022' => { - 'Class' => '782246', + '798979' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '394', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util17pop_function_maskEv', + 'Line' => '403', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util17pop_function_maskEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'pop_function_mask', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '983' + 'SourceLine' => '988' }, - '785050' => { - 'Class' => '782246', + '799007' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '396', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util16push_masked_loopEPN4llvm5ValueES4_', + 'Line' => '405', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util16push_masked_loopEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'location_of_control_mask', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'location_of_continue_mask', - 'type' => '1073819' + 'type' => '1093311' } }, 'Return' => '1', 'ShortName' => 'push_masked_loop', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '992' + 'SourceLine' => '997' }, - '785088' => { - 'Class' => '782246', + '799045' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '398', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util15pop_masked_loopEv', + 'Line' => '407', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util15pop_masked_loopEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'pop_masked_loop', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1032' + 'SourceLine' => '1037' }, - '785116' => { - 'Class' => '782246', + '799073' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '399', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util24is_innermost_loop_maskedEv', + 'Line' => '408', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util24is_innermost_loop_maskedEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'is_innermost_loop_masked', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1004' + 'SourceLine' => '1009' }, - '785148' => { - 'Class' => '782246', + '799105' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '401', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util20push_shader_instanceEPN4llvm5ValueE', + 'Line' => '410', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util20push_shader_instanceEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'startMaskValue', - 'type' => '1073819' + 'type' => '1093311' } }, 'Return' => '1', 'ShortName' => 'push_shader_instance', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1040' + 'SourceLine' => '1045' }, - '785181' => { - 'Class' => '782246', + '799138' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '402', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util19pop_shader_instanceEv', + 'Line' => '411', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util19pop_shader_instanceEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'pop_shader_instance', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1047' + 'SourceLine' => '1052' }, - '785209' => { - 'Class' => '782246', + '799166' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '405', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util17masked_exit_countEv', + 'Line' => '414', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util17masked_exit_countEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' } }, 'Return' => '178', 'ShortName' => 'masked_exit_count', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '974' + 'SourceLine' => '979' }, - '785241' => { - 'Class' => '782246', + '799198' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '409', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util19masked_return_countEv', + 'Line' => '418', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util19masked_return_countEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' } }, 'Return' => '178', 'ShortName' => 'masked_return_count', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '968' + 'SourceLine' => '973' }, - '785273' => { - 'Class' => '782246', + '799230' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '413', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util18masked_break_countEv', + 'Line' => '422', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util18masked_break_countEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' } }, 'Return' => '178', 'ShortName' => 'masked_break_count', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1013' + 'SourceLine' => '1018' }, - '785305' => { - 'Class' => '782246', + '799262' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '417', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util21masked_continue_countEv', + 'Line' => '426', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util21masked_continue_countEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' } }, 'Return' => '178', 'ShortName' => 'masked_continue_count', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1022' + 'SourceLine' => '1027' }, - '785337' => { - 'Class' => '782246', + '799294' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '422', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9push_maskEPN4llvm5ValueEbb', + 'Line' => '431', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9push_maskEPN4llvm5ValueEbb', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'mask', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'negate', - 'type' => '638960' + 'type' => '655503' }, '3' => { 'name' => 'absolute', - 'type' => '638960' + 'type' => '655503' } }, 'Return' => '1', 'ShortName' => 'push_mask', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '4783' + 'SourceLine' => '4866' }, - '785380' => { - 'Class' => '782246', + '799337' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '424', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util8pop_maskEv', + 'Line' => '433', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util8pop_maskEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'pop_mask', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '4989' + 'SourceLine' => '5072' }, - '785408' => { - 'Class' => '782246', + '799365' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '426', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util24apply_exit_to_mask_stackEv', + 'Line' => '435', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util24apply_exit_to_mask_stackEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'apply_exit_to_mask_stack', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '4849' + 'SourceLine' => '4932' }, - '785436' => { - 'Class' => '782246', + '799393' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '427', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util26apply_return_to_mask_stackEv', + 'Line' => '436', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util26apply_return_to_mask_stackEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'apply_return_to_mask_stack', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '4894' + 'SourceLine' => '4977' }, - '785464' => { - 'Class' => '782246', + '799421' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '428', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util25apply_break_to_mask_stackEv', + 'Line' => '437', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util25apply_break_to_mask_stackEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'apply_break_to_mask_stack', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '4921' + 'SourceLine' => '5004' }, - '785492' => { - 'Class' => '782246', + '799449' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '429', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util28apply_continue_to_mask_stackEv', + 'Line' => '438', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util28apply_continue_to_mask_stackEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'apply_continue_to_mask_stack', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '4945' + 'SourceLine' => '5028' }, - '785520' => { - 'Class' => '782246', + '799477' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '431', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util12current_maskEv', + 'Line' => '440', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util12current_maskEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'current_mask', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '4999' + 'SourceLine' => '5082' }, - '785552' => { - 'Class' => '782246', + '799509' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '432', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util15apply_return_toEPN4llvm5ValueE', + 'Line' => '441', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util15apply_return_toEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'existing_mask', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'apply_return_to', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '4974' + 'SourceLine' => '5057' }, - '785589' => { - 'Class' => '782246', + '799546' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '436', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11shader_maskEv', + 'Line' => '445', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11shader_maskEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'shader_mask', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '4840' + 'SourceLine' => '4923' }, - '785621' => { - 'Class' => '782246', + '799578' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '438', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util15op_masked_breakEv', + 'Line' => '447', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util15op_masked_breakEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'op_masked_break', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5016' + 'SourceLine' => '5099' }, - '785649' => { - 'Class' => '782246', + '799606' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '439', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util18op_masked_continueEv', + 'Line' => '448', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util18op_masked_continueEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'op_masked_continue', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5054' + 'SourceLine' => '5137' }, - '785677' => { - 'Class' => '782246', + '799634' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '441', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util14op_masked_exitEv', + 'Line' => '450', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util14op_masked_exitEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'op_masked_exit', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5095' + 'SourceLine' => '5178' }, - '785705' => { - 'Class' => '782246', + '799662' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '442', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util16op_masked_returnEv', + 'Line' => '451', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util16op_masked_returnEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'op_masked_return', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5166' + 'SourceLine' => '5249' }, - '785733' => { - 'Class' => '782246', + '799690' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '444', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util24push_masked_return_blockEPN4llvm10BasicBlockE', + 'Line' => '453', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util24push_masked_return_blockEPN4llvm10BasicBlockE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'test_return', - 'type' => '848865' + 'type' => '867958' } }, 'Return' => '1', 'ShortName' => 'push_masked_return_block', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2540' + 'SourceLine' => '2588' }, - '785766' => { - 'Class' => '782246', + '799723' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '445', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util23pop_masked_return_blockEv', + 'Line' => '454', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util23pop_masked_return_blockEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'pop_masked_return_block', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2548' + 'SourceLine' => '2596' }, - '785794' => { - 'Class' => '782246', + '799751' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '446', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util23has_masked_return_blockEv', + 'Line' => '455', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util23has_masked_return_blockEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'has_masked_return_block', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2555' + 'SourceLine' => '2603' }, - '785826' => { - 'Class' => '782246', + '799783' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '447', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util19masked_return_blockEv', + 'Line' => '456', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util19masked_return_blockEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' } }, - 'Return' => '848865', + 'Return' => '867958', 'ShortName' => 'masked_return_block', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2561' + 'SourceLine' => '2609' }, - '785927' => { - 'Class' => '782246', + '799884' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '510', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util12return_blockEv', + 'Line' => '519', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util12return_blockEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' } }, - 'Return' => '848865', + 'Return' => '867958', 'ShortName' => 'return_block', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2569' + 'SourceLine' => '2617' }, - '785959' => { - 'Class' => '782246', + '799916' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '513', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9push_loopEPN4llvm10BasicBlockES4_', + 'Line' => '522', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9push_loopEPN4llvm10BasicBlockES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'step', - 'type' => '848865' + 'type' => '867958' }, '2' => { 'name' => 'after', - 'type' => '848865' + 'type' => '867958' } }, 'Return' => '1', 'ShortName' => 'push_loop', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2578' + 'SourceLine' => '2626' }, - '785997' => { - 'Class' => '782246', + '799954' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '516', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util8pop_loopEv', + 'Line' => '525', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util8pop_loopEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Return' => '1', 'ShortName' => 'pop_loop', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2587' + 'SourceLine' => '2635' }, - '786025' => { - 'Class' => '782246', + '799982' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '519', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util15loop_step_blockEv', + 'Line' => '528', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util15loop_step_blockEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' } }, - 'Return' => '848865', + 'Return' => '867958', 'ShortName' => 'loop_step_block', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2597' + 'SourceLine' => '2645' }, - '786057' => { - 'Class' => '782246', + '800014' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '522', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util16loop_after_blockEv', + 'Line' => '531', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util16loop_after_blockEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' } }, - 'Return' => '848865', + 'Return' => '867958', 'ShortName' => 'loop_after_block', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2606' + 'SourceLine' => '2654' }, - '787369' => { - 'Class' => '782246', + '801422' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '604', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9llvm_typeERKN18OpenImageIO_v2_5_18TypeDescE', + 'Line' => '616', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9llvm_typeERKN18OpenImageIO_v2_6_08TypeDescE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'typedesc', - 'type' => '769219' + 'type' => '783086' } }, - 'Return' => '1074552', + 'Return' => '1094044', 'ShortName' => 'llvm_type', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3436' + 'SourceLine' => '3519' }, - '787406' => { - 'Class' => '782246', + '801459' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '608', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util16llvm_vector_typeERKN18OpenImageIO_v2_5_18TypeDescE', + 'Line' => '620', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util16llvm_vector_typeERKN18OpenImageIO_v2_6_08TypeDescE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'typedesc', - 'type' => '769219' + 'type' => '783086' } }, - 'Return' => '1074552', + 'Return' => '1094044', 'ShortName' => 'llvm_vector_type', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3482' + 'SourceLine' => '3565' }, - '787443' => { - 'Class' => '782246', + '801496' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '611', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util16llvm_vector_typeEPN4llvm4TypeEj', + 'Line' => '623', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util16llvm_vector_typeEPN4llvm4TypeEj', 'Param' => { '0' => { 'name' => 'elementtype', - 'type' => '1074552' + 'type' => '1094044' }, '1' => { 'name' => 'numelements', 'type' => '74' } }, - 'Return' => '1074603', + 'Return' => '1094101', 'ShortName' => 'llvm_vector_type', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3470', + 'SourceLine' => '3553', 'Static' => 1 }, - '787476' => { - 'Class' => '782246', + '801529' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '616', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util10type_unionEN18OpenImageIO_v2_5_14spanIKPN4llvm4TypeELln1EEE', + 'Line' => '628', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util10type_unionEN18OpenImageIO_v2_6_04spanIKPN4llvm4TypeELln1EEE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '698105' + 'type' => '714485' } }, - 'Return' => '1074552', + 'Return' => '1094044', 'ShortName' => 'type_union' }, - '787513' => { - 'Class' => '782246', + '801566' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '620', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11type_structEN18OpenImageIO_v2_5_14spanIKPN4llvm4TypeELln1EEERKSsb', + 'Line' => '632', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11type_structEN18OpenImageIO_v2_6_04spanIKPN4llvm4TypeELln1EEERKSsb', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'types', - 'type' => '698105' + 'type' => '714485' }, '2' => { 'name' => 'name', - 'type' => '644659' + 'type' => '661202' }, '3' => { 'name' => 'is_packed', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '1074552', + 'Return' => '1094044', 'ShortName' => 'type_struct', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2649' + 'SourceLine' => '2697' }, - '787560' => { - 'Class' => '782246', + '801613' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '625', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util8type_ptrEPN4llvm4TypeE', + 'Line' => '637', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util8type_ptrEPN4llvm4TypeE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'type', - 'type' => '1074552' + 'type' => '1094044' } }, - 'Return' => '1074597', + 'Return' => '1094095', 'ShortName' => 'type_ptr', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2659' + 'SourceLine' => '2707' }, - '787597' => { - 'Class' => '782246', + '801650' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '628', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9type_wideEPN4llvm4TypeE', + 'Line' => '640', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9type_wideEPN4llvm4TypeE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'type', - 'type' => '1074552' + 'type' => '1094044' } }, - 'Return' => '1074552', + 'Return' => '1094044', 'ShortName' => 'type_wide', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2665' + 'SourceLine' => '2713' }, - '787634' => { - 'Class' => '782246', + '801687' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '632', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util10type_arrayEPN4llvm4TypeEi', + 'Line' => '644', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util10type_arrayEPN4llvm4TypeEi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'type', - 'type' => '1074552' + 'type' => '1094044' }, '2' => { 'name' => 'n', 'type' => '178' } }, - 'Return' => '1074552', + 'Return' => '1094044', 'ShortName' => 'type_array', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2672' + 'SourceLine' => '2720' }, - '787676' => { - 'Class' => '782246', + '801729' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '635', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13is_type_arrayEPN4llvm4TypeE', + 'Line' => '647', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13is_type_arrayEPN4llvm4TypeE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'type', - 'type' => '1074552' + 'type' => '1094044' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'is_type_array', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2678' + 'SourceLine' => '2726' }, - '787713' => { - 'Class' => '782246', + '801766' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '638', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util15element_type_ofEPN4llvm4TypeE', + 'Line' => '650', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util15element_type_ofEPN4llvm4TypeE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'array_type', - 'type' => '1074552' + 'type' => '1094044' } }, - 'Return' => '1074552', + 'Return' => '1094044', 'ShortName' => 'element_type_of', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2684' + 'SourceLine' => '2732' }, - '787750' => { - 'Class' => '782246', + '801803' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '643', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13type_functionEPN4llvm4TypeEN18OpenImageIO_v2_5_14spanIKS4_Lln1EEEb', + 'Line' => '655', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13type_functionEPN4llvm4TypeEN18OpenImageIO_v2_6_04spanIKS4_Lln1EEEb', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'rettype', - 'type' => '1074552' + 'type' => '1094044' }, '2' => { 'name' => 'params', - 'type' => '698105' + 'type' => '714485' }, '3' => { 'name' => 'varargs', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '1074609', + 'Return' => '1094107', 'ShortName' => 'type_function', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2691' + 'SourceLine' => '2739' }, - '787797' => { - 'Class' => '782246', + '801850' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '649', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util17type_function_ptrEPN4llvm4TypeEN18OpenImageIO_v2_5_14spanIKS4_Lln1EEEb', + 'Line' => '661', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util17type_function_ptrEPN4llvm4TypeEN18OpenImageIO_v2_6_04spanIKS4_Lln1EEEb', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'rettype', - 'type' => '1074552' + 'type' => '1094044' }, '2' => { 'name' => 'params', - 'type' => '698105' + 'type' => '714485' }, '3' => { 'name' => 'varargs', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '1074597', + 'Return' => '1094095', 'ShortName' => 'type_function_ptr', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2700' + 'SourceLine' => '2748' }, - '787844' => { - 'Class' => '782246', + '801897' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '654', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util13llvm_typenameEPN4llvm4TypeE', + 'Line' => '666', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util13llvm_typenameEPN4llvm4TypeE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074522' + 'type' => '1094014' }, '1' => { 'name' => 'p1', - 'type' => '1074552' + 'type' => '1094044' } }, - 'Return' => '43892', + 'Return' => '43980', 'ShortName' => 'llvm_typename' }, - '787881' => { - 'Class' => '782246', + '801934' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '657', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util11llvm_typeofEPN4llvm5ValueE', + 'Line' => '669', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util11llvm_typeofEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' }, '1' => { 'name' => 'val', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1074552', + 'Return' => '1094044', 'ShortName' => 'llvm_typeof', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2721' + 'SourceLine' => '2769' }, - '787918' => { - 'Class' => '782246', + '801971' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '660', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util15llvm_typenameofEPN4llvm5ValueE', + 'Line' => '672', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util15llvm_typenameofEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' }, '1' => { 'name' => 'val', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '43892', + 'Return' => '43980', 'ShortName' => 'llvm_typenameof', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2729' + 'SourceLine' => '2777' }, - '787955' => { - 'Class' => '782246', + '802008' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '663', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util8constantEf', + 'Line' => '675', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util8constantEf', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', 'type' => '50' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'constant' }, - '787992' => { - 'Class' => '782246', + '802045' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '666', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util8constantEi', + 'Line' => '678', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util10constant64Ed', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '178' + 'type' => '58' + } + }, + 'Return' => '1094113', + 'ShortName' => 'constant64' + }, + '802082' => { + 'Class' => '796138', + 'Header' => 'llvm_util.h', + 'Line' => '681', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util8constantEi', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '867934' + }, + '1' => { + 'name' => 'p1', + 'type' => '571169' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'constant' }, - '788029' => { - 'Class' => '782246', + '802119' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '669', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9constant8Ei', + 'Line' => '682', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util8constantEj', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '178' + 'type' => '655826' } }, - 'Return' => '1074615', + 'Return' => '1094113', + 'ShortName' => 'constant' + }, + '802156' => { + 'Class' => '796138', + 'Header' => 'llvm_util.h', + 'Line' => '685', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9constant8Ea', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '867934' + }, + '1' => { + 'name' => 'p1', + 'type' => '571140' + } + }, + 'Return' => '1094113', + 'ShortName' => 'constant8' + }, + '802193' => { + 'Class' => '796138', + 'Header' => 'llvm_util.h', + 'Line' => '686', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9constant8Eh', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '867934' + }, + '1' => { + 'name' => 'p1', + 'type' => '655797' + } + }, + 'Return' => '1094113', 'ShortName' => 'constant8' }, - '788066' => { - 'Class' => '782246', + '802230' => { + 'Class' => '796138', + 'Header' => 'llvm_util.h', + 'Line' => '687', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util10constant16Es', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '867934' + }, + '1' => { + 'name' => 'p1', + 'type' => '571152' + } + }, + 'Return' => '1094113', + 'ShortName' => 'constant16' + }, + '802267' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '670', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util10constant16Et', + 'Line' => '688', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util10constant16Et', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '639266' + 'type' => '655809' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'constant16' }, - '788103' => { - 'Class' => '782246', + '802304' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '671', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util10constant64Em', + 'Line' => '689', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util10constant64Em', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '639300' + 'type' => '655843' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'constant64' }, - '788140' => { - 'Class' => '782246', + '802341' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '672', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11constant128Em', + 'Line' => '690', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11constant128Em', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '639300' + 'type' => '655843' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'constant128' }, - '788177' => { - 'Class' => '782246', + '802378' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '673', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11constant128Emm', + 'Line' => '691', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11constant128Emm', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '639300' + 'type' => '655843' }, '2' => { 'name' => 'p2', - 'type' => '639300' + 'type' => '655843' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'constant128' }, - '788219' => { - 'Class' => '782246', + '802420' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '676', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11constanti64El', + 'Line' => '694', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11constanti64El', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '555447' + 'type' => '571186' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'constanti64' }, - '788256' => { - 'Class' => '782246', + '802457' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '679', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util8constantEm', + 'Line' => '697', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util8constantEm', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', 'type' => '82' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'constant' }, - '788293' => { - 'Class' => '782246', + '802494' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '683', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13constant_boolEb', + 'Line' => '701', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13constant_boolEb', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'constant_bool' }, - '788330' => { - 'Class' => '782246', + '802531' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '687', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util12constant_ptrEPvPN4llvm11PointerTypeE', + 'Line' => '705', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util12constant_ptrEPvPN4llvm11PointerTypeE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'p', @@ -4354,411 +5137,411 @@ $VAR1 = { }, '2' => { 'name' => 'type', - 'type' => '1074597' + 'type' => '1094095' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'constant_ptr', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2850' + 'SourceLine' => '2924' }, - '788372' => { - 'Class' => '782246', + '802573' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '691', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util8constantEN18OpenImageIO_v2_5_17ustringE', + 'Line' => '709', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util8constantEN18OpenImageIO_v2_6_07ustringE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 's', - 'type' => '673440' + 'type' => '690782' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'constant' }, - '788446' => { - 'Class' => '782246', + '802647' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '694', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util19llvm_mask_to_nativeEPN4llvm5ValueE', + 'Line' => '712', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util19llvm_mask_to_nativeEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'llvm_mask_to_native' }, - '788483' => { - 'Class' => '782246', + '802684' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '695', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util19native_to_llvm_maskEPN4llvm5ValueE', + 'Line' => '713', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util19native_to_llvm_maskEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'native_mask', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'native_to_llvm_mask' }, - '788520' => { - 'Class' => '782246', + '802721' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '697', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11mask_as_intEPN4llvm5ValueE', + 'Line' => '715', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11mask_as_intEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'mask', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'mask_as_int', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2924' + 'SourceLine' => '2999' }, - '788557' => { - 'Class' => '782246', + '802758' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '698', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util12mask_as_int8EPN4llvm5ValueE', + 'Line' => '716', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util12mask_as_int8EPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'mask', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'mask_as_int8', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3137' + 'SourceLine' => '3212' }, - '788594' => { - 'Class' => '782246', + '802795' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '699', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13mask4_as_int8EPN4llvm5ValueE', + 'Line' => '717', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13mask4_as_int8EPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'mask', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'mask4_as_int8', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3144' + 'SourceLine' => '3219' }, - '788631' => { - 'Class' => '782246', + '802832' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '700', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13mask_as_int16EPN4llvm5ValueE', + 'Line' => '718', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13mask_as_int16EPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'mask', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'mask_as_int16', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3128' + 'SourceLine' => '3203' }, - '788668' => { - 'Class' => '782246', + '802869' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '701', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11int_as_maskEPN4llvm5ValueE', + 'Line' => '719', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11int_as_maskEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'int_as_mask' }, - '788705' => { - 'Class' => '782246', + '802906' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '702', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util24test_if_mask_is_non_zeroEPN4llvm5ValueE', + 'Line' => '720', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util24test_if_mask_is_non_zeroEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'test_if_mask_is_non_zero' }, - '788742' => { - 'Class' => '782246', + '802943' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '704', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util14test_mask_laneEPN4llvm5ValueEi', + 'Line' => '722', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util14test_mask_laneEPN4llvm5ValueEi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', 'type' => '178' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'test_mask_lane' }, - '788784' => { - 'Class' => '782246', + '802985' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '705', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util14test_mask_laneEPN4llvm5ValueES4_', + 'Line' => '723', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util14test_mask_laneEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'test_mask_lane' }, - '788826' => { - 'Class' => '782246', + '803027' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '706', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11widen_valueEPN4llvm5ValueE', + 'Line' => '724', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11widen_valueEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'val', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'widen_value', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3352' + 'SourceLine' => '3427' }, - '788863' => { - 'Class' => '782246', + '803064' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '707', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11negate_maskEPN4llvm5ValueE', + 'Line' => '725', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11negate_maskEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'mask', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'negate_mask', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3360' + 'SourceLine' => '3435' }, - '788900' => { - 'Class' => '782246', + '803101' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '711', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util8constantERKN18OpenImageIO_v2_5_18TypeDescE', + 'Line' => '729', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util8constantERKN18OpenImageIO_v2_6_08TypeDescE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '769219' + 'type' => '783086' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'constant' }, - '788937' => { - 'Class' => '782246', + '803138' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '715', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_constantEf', + 'Line' => '733', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_constantEf', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'f', 'type' => '50' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'wide_constant', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2754' + 'SourceLine' => '2808' }, - '788974' => { - 'Class' => '782246', + '803175' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '716', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_constantEi', + 'Line' => '734', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_constantEi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'value', 'type' => '178' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'wide_constant', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2816' + 'SourceLine' => '2890' }, - '789011' => { - 'Class' => '782246', + '803212' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '717', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_constantEm', + 'Line' => '735', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_constantEm', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', 'type' => '82' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'wide_constant' }, - '789048' => { - 'Class' => '782246', + '803249' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '718', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util18wide_constant_boolEb', + 'Line' => '736', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util18wide_constant_boolEb', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'wide_constant_bool' }, - '789085' => { - 'Class' => '782246', + '803286' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '719', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_constantEN18OpenImageIO_v2_5_17ustringE', + 'Line' => '737', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_constantEN18OpenImageIO_v2_6_07ustringE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 's', - 'type' => '673440' + 'type' => '690782' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'wide_constant', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2885' + 'SourceLine' => '2960' }, - '789159' => { - 'Class' => '782246', + '803360' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '727', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_constantEPN4llvm8ConstantE', + 'Line' => '745', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_constantEPN4llvm8ConstantE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'constant_val', - 'type' => '1074615' + 'type' => '1094113' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'wide_constant', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2735' + 'SourceLine' => '2783' }, - '789196' => { - 'Class' => '782246', + '803397' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '730', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_constantEii', + 'Line' => '748', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_constantEii', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'width', @@ -4769,20 +5552,20 @@ $VAR1 = { 'type' => '178' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'wide_constant', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2810' + 'SourceLine' => '2884' }, - '789238' => { - 'Class' => '782246', + '803439' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '731', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_constantEif', + 'Line' => '749', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_constantEif', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'width', @@ -4793,190 +5576,210 @@ $VAR1 = { 'type' => '50' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'wide_constant', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '2748' + 'SourceLine' => '2802' }, - '789280' => { - 'Class' => '782246', + '803481' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '734', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13void_ptr_nullEv', + 'Line' => '752', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13void_ptr_nullEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, - 'Return' => '1074615', + 'Return' => '1094113', 'ShortName' => 'void_ptr_null', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3378' + 'SourceLine' => '3453' }, - '789312' => { - 'Class' => '782246', + '803513' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '738', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util8ptr_castEPN4llvm5ValueEPNS2_4TypeERKSs', + 'Line' => '756', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util8ptr_castEPN4llvm5ValueEPNS2_4TypeERKSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'val', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'type', - 'type' => '1074552' + 'type' => '1094044' }, '3' => { 'name' => 'llname', - 'type' => '644659' + 'type' => '661202' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'ptr_cast', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3396' + 'SourceLine' => '3471' }, - '789406' => { - 'Class' => '782246', + '803607' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '748', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11ptr_to_castEPN4llvm5ValueEPNS2_4TypeERKSs', + 'Line' => '766', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11ptr_to_castEPN4llvm5ValueEPNS2_4TypeERKSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'val', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'type', - 'type' => '1074552' + 'type' => '1094044' }, '3' => { 'name' => 'llname', - 'type' => '644659' + 'type' => '661202' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'ptr_to_cast', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3386' + 'SourceLine' => '3461' }, - '789453' => { - 'Class' => '782246', + '803654' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '753', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util8ptr_castEPN4llvm5ValueERKN18OpenImageIO_v2_5_18TypeDescERKSs', + 'Line' => '771', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util8ptr_castEPN4llvm5ValueERKN18OpenImageIO_v2_6_08TypeDescERKSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'val', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'type', - 'type' => '769219' + 'type' => '783086' }, '3' => { 'name' => 'llname', - 'type' => '644659' + 'type' => '661202' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'ptr_cast', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3405' + 'SourceLine' => '3480' }, - '789500' => { - 'Class' => '782246', + '803701' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '756', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_ptr_castEPN4llvm5ValueERKN18OpenImageIO_v2_5_18TypeDescE', + 'Line' => '774', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_ptr_castEPN4llvm5ValueERKN18OpenImageIO_v2_6_08TypeDescE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '769219' + 'type' => '783086' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'wide_ptr_cast' }, - '789542' => { - 'Class' => '782246', + '803743' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '760', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util15int_to_ptr_castEPN4llvm5ValueE', + 'Line' => '778', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util15int_to_ptr_castEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'val', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'int_to_ptr_cast', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3420' + 'SourceLine' => '3495' }, - '789579' => { - 'Class' => '782246', + '803780' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '764', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util8void_ptrEPN4llvm5ValueERKSs', + 'Line' => '782', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util17ptr_to_int64_castEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' + }, + '1' => { + 'name' => 'ptr', + 'type' => '1093311' + } + }, + 'Return' => '1093311', + 'ShortName' => 'ptr_to_int64_cast', + 'Source' => 'llvm_util.cpp', + 'SourceLine' => '3503' + }, + '803817' => { + 'Class' => '796138', + 'Header' => 'llvm_util.h', + 'Line' => '786', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util8void_ptrEPN4llvm5ValueERKSs', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '37315781' }, '1' => { 'name' => 'val', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'llname', - 'type' => '644659' + 'type' => '661202' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'void_ptr', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3428' + 'SourceLine' => '3511' }, - '789621' => { - 'Class' => '782246', + '803859' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '768', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util10offset_ptrEPN4llvm5ValueEiPNS2_4TypeE', + 'Line' => '790', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util10offset_ptrEPN4llvm5ValueEiPNS2_4TypeE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', @@ -4984,51 +5787,51 @@ $VAR1 = { }, '3' => { 'name' => 'p3', - 'type' => '1074552' + 'type' => '1094044' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'offset_ptr' }, - '789668' => { - 'Class' => '782246', + '803906' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '773', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util10offset_ptrEPN4llvm5ValueES4_PNS2_4TypeE', + 'Line' => '795', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util10offset_ptrEPN4llvm5ValueES4_PNS2_4TypeE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'p3', - 'type' => '1074552' + 'type' => '1094044' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'offset_ptr' }, - '789715' => { - 'Class' => '782246', + '803953' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '776', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util21assume_ptr_is_alignedEPN4llvm5ValueEj', + 'Line' => '798', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util21assume_ptr_is_alignedEPN4llvm5ValueEj', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'ptr', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'alignment', @@ -5038,21 +5841,21 @@ $VAR1 = { 'Return' => '1', 'ShortName' => 'assume_ptr_is_aligned', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3547' + 'SourceLine' => '3630' }, - '789753' => { - 'Class' => '782246', + '803991' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '780', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_allocaEPN4llvm4TypeEiRKSsi', + 'Line' => '802', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_allocaEPN4llvm4TypeEiRKSsi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1074552' + 'type' => '1094044' }, '2' => { 'name' => 'p2', @@ -5060,29 +5863,29 @@ $VAR1 = { }, '3' => { 'name' => 'p3', - 'type' => '644659' + 'type' => '661202' }, '4' => { 'name' => 'p4', 'type' => '178' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_alloca' }, - '789857' => { - 'Class' => '782246', + '804095' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '792', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_allocaERKN18OpenImageIO_v2_5_18TypeDescEiRKSsi', + 'Line' => '814', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_allocaERKN18OpenImageIO_v2_6_08TypeDescEiRKSsi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'type', - 'type' => '769219' + 'type' => '783086' }, '2' => { 'name' => 'n', @@ -5090,31 +5893,31 @@ $VAR1 = { }, '3' => { 'name' => 'name', - 'type' => '644659' + 'type' => '661202' }, '4' => { 'name' => 'align', 'type' => '178' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_alloca', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3592' + 'SourceLine' => '3675' }, - '789909' => { - 'Class' => '782246', + '804147' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '798', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util14wide_op_allocaERKN18OpenImageIO_v2_5_18TypeDescEiRKSsi', + 'Line' => '820', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util14wide_op_allocaERKN18OpenImageIO_v2_6_08TypeDescEiRKSsi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'type', - 'type' => '769219' + 'type' => '783086' }, '2' => { 'name' => 'n', @@ -5122,49 +5925,49 @@ $VAR1 = { }, '3' => { 'name' => 'name', - 'type' => '644659' + 'type' => '661202' }, '4' => { 'name' => 'align', 'type' => '178' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'wide_op_alloca', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3601' + 'SourceLine' => '3684' }, - '789961' => { - 'Class' => '782246', + '804199' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '805', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13call_functionEPN4llvm5ValueEN18OpenImageIO_v2_5_14spanIKS4_Lln1EEE', + 'Line' => '827', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13call_functionEPN4llvm5ValueEN18OpenImageIO_v2_6_04spanIKS4_Lln1EEE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '698105' + 'type' => '714485' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'call_function' }, - '790003' => { - 'Class' => '782246', + '804241' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '809', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13call_functionEPKcN18OpenImageIO_v2_5_14spanIKPN4llvm5ValueELln1EEE', + 'Line' => '831', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13call_functionEPKcN18OpenImageIO_v2_6_04spanIKPN4llvm5ValueELln1EEE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'name', @@ -5172,129 +5975,129 @@ $VAR1 = { }, '2' => { 'name' => 'args', - 'type' => '698105' + 'type' => '714485' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'call_function', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3642' + 'SourceLine' => '3725' }, - '790276' => { - 'Class' => '782246', + '804514' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '838', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util19mark_fast_func_callEPN4llvm5ValueE', + 'Line' => '860', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util19mark_fast_func_callEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'funccall', - 'type' => '1073819' + 'type' => '1093311' } }, 'Return' => '1', 'ShortName' => 'mark_fast_func_call', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3658' + 'SourceLine' => '3741' }, - '790309' => { - 'Class' => '782246', + '804547' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '841', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util16set_insert_pointEPN4llvm10BasicBlockE', + 'Line' => '863', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util16set_insert_pointEPN4llvm10BasicBlockE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'block', - 'type' => '848865' + 'type' => '867958' } }, 'Return' => '1', 'ShortName' => 'set_insert_point', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3686' + 'SourceLine' => '3769' }, - '790342' => { - 'Class' => '782246', + '804580' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '845', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_returnEPN4llvm5ValueE', + 'Line' => '867', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_returnEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' } }, 'Return' => '1', 'ShortName' => 'op_return' }, - '790375' => { - 'Class' => '782246', + '804613' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '849', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_branchEPN4llvm10BasicBlockE', + 'Line' => '871', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_branchEPN4llvm10BasicBlockE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '848865' + 'type' => '867958' } }, 'Return' => '1', 'ShortName' => 'op_branch' }, - '790408' => { - 'Class' => '782246', + '804646' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '854', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_branchEPN4llvm5ValueEPNS2_10BasicBlockES6_', + 'Line' => '876', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_branchEPN4llvm5ValueEPNS2_10BasicBlockES6_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '848865' + 'type' => '867958' }, '3' => { 'name' => 'p3', - 'type' => '848865' + 'type' => '867958' } }, 'Return' => '1', 'ShortName' => 'op_branch' }, - '790451' => { - 'Class' => '782246', + '804689' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '858', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_memsetEPN4llvm5ValueEiii', + 'Line' => '880', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_memsetEPN4llvm5ValueEiii', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'ptr', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'val', @@ -5312,21 +6115,21 @@ $VAR1 = { 'Return' => '1', 'ShortName' => 'op_memset', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3705' + 'SourceLine' => '3788' }, - '790499' => { - 'Class' => '782246', + '804737' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '861', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_memsetEPN4llvm5ValueEiS4_i', + 'Line' => '883', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_memsetEPN4llvm5ValueEiS4_i', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'ptr', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'val', @@ -5334,7 +6137,7 @@ $VAR1 = { }, '3' => { 'name' => 'len', - 'type' => '1073819' + 'type' => '1093311' }, '4' => { 'name' => 'align', @@ -5344,25 +6147,25 @@ $VAR1 = { 'Return' => '1', 'ShortName' => 'op_memset', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3719' + 'SourceLine' => '3802' }, - '790547' => { - 'Class' => '782246', + '804785' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '864', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_memcpyEPN4llvm5ValueES4_ii', + 'Line' => '886', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_memcpyEPN4llvm5ValueES4_ii', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'dst', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'src', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'len', @@ -5376,21 +6179,21 @@ $VAR1 = { 'Return' => '1', 'ShortName' => 'op_memcpy', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3732' + 'SourceLine' => '3815' }, - '790595' => { - 'Class' => '782246', + '804833' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '867', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_memcpyEPN4llvm5ValueEiS4_ii', + 'Line' => '889', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_memcpyEPN4llvm5ValueEiS4_ii', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'dst', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'dstalign', @@ -5398,7 +6201,7 @@ $VAR1 = { }, '3' => { 'name' => 'src', - 'type' => '1073819' + 'type' => '1093311' }, '4' => { 'name' => 'srcalign', @@ -5412,265 +6215,265 @@ $VAR1 = { 'Return' => '1', 'ShortName' => 'op_memcpy', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3740' + 'SourceLine' => '3823' }, - '790648' => { - 'Class' => '782246', + '804886' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '872', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util7op_loadEPN4llvm4TypeEPNS2_5ValueERKSs', + 'Line' => '894', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util7op_loadEPN4llvm4TypeEPNS2_5ValueERKSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1074552' + 'type' => '1094044' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'p3', - 'type' => '644659' + 'type' => '661202' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_load' }, - '790695' => { - 'Class' => '782246', + '804933' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '875', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util7op_loadEPN4llvm5ValueERKSs', + 'Line' => '897', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util7op_loadEPN4llvm5ValueERKSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'ptr', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'llname', - 'type' => '644659' + 'type' => '661202' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_load', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3764' + 'SourceLine' => '3847' }, - '790737' => { - 'Class' => '782246', + '804975' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '877', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_gatherEPN4llvm5ValueES4_', + 'Line' => '899', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_gatherEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_gather' }, - '790779' => { - 'Class' => '782246', + '805017' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '881', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util8op_storeEPN4llvm5ValueES4_', + 'Line' => '903', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util8op_storeEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' } }, 'Return' => '1', 'ShortName' => 'op_store' }, - '790817' => { - 'Class' => '782246', + '805055' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '884', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util17op_unmasked_storeEPN4llvm5ValueES4_', + 'Line' => '906', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util17op_unmasked_storeEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' } }, 'Return' => '1', 'ShortName' => 'op_unmasked_store' }, - '790855' => { - 'Class' => '782246', + '805093' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '888', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util12op_load_maskEPN4llvm5ValueE', + 'Line' => '910', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util12op_load_maskEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_load_mask' }, - '790892' => { - 'Class' => '782246', + '805130' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '892', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13op_store_maskEPN4llvm5ValueES4_', + 'Line' => '914', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13op_store_maskEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' } }, 'Return' => '1', 'ShortName' => 'op_store_mask' }, - '790930' => { - 'Class' => '782246', + '805168' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '894', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util10op_scatterEPN4llvm5ValueES4_S4_', + 'Line' => '916', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util10op_scatterEPN4llvm5ValueES4_S4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'p3', - 'type' => '1073819' + 'type' => '1093311' } }, 'Return' => '1', 'ShortName' => 'op_scatter' }, - '790973' => { - 'Class' => '782246', + '805211' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '906', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util3GEPEPN4llvm4TypeEPNS2_5ValueES6_RKSs', + 'Line' => '928', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util3GEPEPN4llvm4TypeEPNS2_5ValueES6_RKSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1074552' + 'type' => '1094044' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'p3', - 'type' => '1073819' + 'type' => '1093311' }, '4' => { 'name' => 'p4', - 'type' => '644659' + 'type' => '661202' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'GEP' }, - '791025' => { - 'Class' => '782246', + '805263' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '909', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util3GEPEPN4llvm5ValueES4_RKSs', + 'Line' => '931', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util3GEPEPN4llvm5ValueES4_RKSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'ptr', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'elem', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'llname', - 'type' => '644659' + 'type' => '661202' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'GEP', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5287' + 'SourceLine' => '5381' }, - '791072' => { - 'Class' => '782246', + '805310' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '914', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util3GEPEPN4llvm4TypeEPNS2_5ValueEiRKSs', + 'Line' => '936', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util3GEPEPN4llvm4TypeEPNS2_5ValueEiRKSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1074552' + 'type' => '1094044' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'p3', @@ -5678,25 +6481,25 @@ $VAR1 = { }, '4' => { 'name' => 'p4', - 'type' => '644659' + 'type' => '661202' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'GEP' }, - '791124' => { - 'Class' => '782246', + '805362' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '917', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util3GEPEPN4llvm5ValueEiRKSs', + 'Line' => '939', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util3GEPEPN4llvm5ValueEiRKSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'ptr', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'elem', @@ -5704,31 +6507,31 @@ $VAR1 = { }, '3' => { 'name' => 'llname', - 'type' => '644659' + 'type' => '661202' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'GEP', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5310' + 'SourceLine' => '5404' }, - '791171' => { - 'Class' => '782246', + '805409' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '925', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util3GEPEPN4llvm4TypeEPNS2_5ValueEiiRKSs', + 'Line' => '947', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util3GEPEPN4llvm4TypeEPNS2_5ValueEiiRKSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1074552' + 'type' => '1094044' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'p3', @@ -5740,25 +6543,25 @@ $VAR1 = { }, '5' => { 'name' => 'p5', - 'type' => '644659' + 'type' => '661202' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'GEP' }, - '791228' => { - 'Class' => '782246', + '805466' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '928', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util3GEPEPN4llvm5ValueEiiRKSs', + 'Line' => '950', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util3GEPEPN4llvm5ValueEiiRKSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'ptr', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'elem1', @@ -5770,807 +6573,807 @@ $VAR1 = { }, '4' => { 'name' => 'llname', - 'type' => '644659' + 'type' => '661202' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'GEP', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5333' + 'SourceLine' => '5427' }, - '791280' => { - 'Class' => '782246', + '805518' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '933', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_addEPN4llvm5ValueES4_', + 'Line' => '955', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_addEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'b', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_add', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5348' + 'SourceLine' => '5442' }, - '791322' => { - 'Class' => '782246', + '805560' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '934', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_subEPN4llvm5ValueES4_', + 'Line' => '956', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_subEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'b', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_sub', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5365' + 'SourceLine' => '5459' }, - '791364' => { - 'Class' => '782246', + '805602' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '935', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_negEPN4llvm5ValueE', + 'Line' => '957', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_negEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_neg', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5382' + 'SourceLine' => '5476' }, - '791401' => { - 'Class' => '782246', + '805639' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '936', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_mulEPN4llvm5ValueES4_', + 'Line' => '958', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_mulEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'b', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_mul', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5395' + 'SourceLine' => '5489' }, - '791443' => { - 'Class' => '782246', + '805681' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '937', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_divEPN4llvm5ValueES4_', + 'Line' => '959', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_divEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'b', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_div', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5412' + 'SourceLine' => '5506' }, - '791485' => { - 'Class' => '782246', + '805723' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '938', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_modEPN4llvm5ValueES4_', + 'Line' => '960', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_modEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'b', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_mod', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5428' + 'SourceLine' => '5522' }, - '791527' => { - 'Class' => '782246', + '805765' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '939', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util15op_float_to_intEPN4llvm5ValueE', + 'Line' => '961', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util15op_float_to_intEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_float_to_int', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5445' + 'SourceLine' => '5539' }, - '791564' => { - 'Class' => '782246', + '805802' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '940', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util15op_int_to_floatEPN4llvm5ValueE', + 'Line' => '962', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util15op_int_to_floatEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_int_to_float', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5484' + 'SourceLine' => '5578' }, - '791601' => { - 'Class' => '782246', + '805839' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '941', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util14op_bool_to_intEPN4llvm5ValueE', + 'Line' => '963', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util14op_bool_to_intEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_bool_to_int', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5499' + 'SourceLine' => '5593' }, - '791638' => { - 'Class' => '782246', + '805876' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '942', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util16op_bool_to_floatEPN4llvm5ValueE', + 'Line' => '964', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util16op_bool_to_floatEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_bool_to_float', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5513' + 'SourceLine' => '5607' }, - '791675' => { - 'Class' => '782246', + '805913' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '943', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util14op_int_to_boolEPN4llvm5ValueE', + 'Line' => '965', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util14op_int_to_boolEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_int_to_bool', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5528' + 'SourceLine' => '5622' }, - '791712' => { - 'Class' => '782246', + '805950' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '944', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util18op_float_to_doubleEPN4llvm5ValueE', + 'Line' => '966', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util18op_float_to_doubleEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_float_to_double', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5460' + 'SourceLine' => '5554' }, - '791749' => { - 'Class' => '782246', + '805987' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '945', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util18op_int_to_longlongEPN4llvm5ValueE', + 'Line' => '967', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util18op_int_to_longlongEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_int_to_longlong', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5476' + 'SourceLine' => '5570' }, - '791786' => { - 'Class' => '782246', + '806024' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '947', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_andEPN4llvm5ValueES4_', + 'Line' => '969', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_andEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'b', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_and', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5542' + 'SourceLine' => '5636' }, - '791828' => { - 'Class' => '782246', + '806066' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '948', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util5op_orEPN4llvm5ValueES4_', + 'Line' => '970', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util5op_orEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'b', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_or', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5549' + 'SourceLine' => '5643' }, - '791870' => { - 'Class' => '782246', + '806108' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '949', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_xorEPN4llvm5ValueES4_', + 'Line' => '971', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_xorEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'b', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_xor', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5556' + 'SourceLine' => '5650' }, - '791912' => { - 'Class' => '782246', + '806150' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '950', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_shlEPN4llvm5ValueES4_', + 'Line' => '972', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_shlEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'b', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_shl', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5563' + 'SourceLine' => '5657' }, - '791954' => { - 'Class' => '782246', + '806192' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '951', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_shrEPN4llvm5ValueES4_', + 'Line' => '973', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_shrEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'b', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_shr', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5570' + 'SourceLine' => '5664' }, - '791996' => { - 'Class' => '782246', + '806234' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '952', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_notEPN4llvm5ValueE', + 'Line' => '974', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_notEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_not', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5583' + 'SourceLine' => '5677' }, - '792033' => { - 'Class' => '782246', + '806271' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '955', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_selectEPN4llvm5ValueES4_S4_', + 'Line' => '977', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_selectEPN4llvm5ValueES4_S4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'cond', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'a', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'b', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_select', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5591' + 'SourceLine' => '5685' }, - '792080' => { - 'Class' => '782246', + '806318' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '956', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util10op_zero_ifEPN4llvm5ValueES4_', + 'Line' => '978', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util10op_zero_ifEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'cond', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'v', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_zero_if', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5597' + 'SourceLine' => '5691' }, - '792122' => { - 'Class' => '782246', + '806360' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '958', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util21op_1st_active_lane_ofEPN4llvm5ValueE', + 'Line' => '980', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util21op_1st_active_lane_ofEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'mask', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_1st_active_lane_of', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3282' + 'SourceLine' => '3357' }, - '792159' => { - 'Class' => '782246', + '806397' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '959', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util26op_lanes_that_match_maskedEPN4llvm5ValueES4_S4_', + 'Line' => '981', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util26op_lanes_that_match_maskedEPN4llvm5ValueES4_S4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'scalar_value', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'wide_value', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'mask', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_lanes_that_match_masked', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3336' + 'SourceLine' => '3411' }, - '792206' => { - 'Class' => '782246', + '806444' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '964', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util10op_extractEPN4llvm5ValueEi', + 'Line' => '986', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util10op_extractEPN4llvm5ValueEi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', 'type' => '178' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_extract' }, - '792248' => { - 'Class' => '782246', + '806486' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '965', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util10op_extractEPN4llvm5ValueES4_', + 'Line' => '987', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util10op_extractEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_extract' }, - '792290' => { - 'Class' => '782246', + '806528' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '966', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_insertEPN4llvm5ValueES4_i', + 'Line' => '988', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_insertEPN4llvm5ValueES4_i', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'p3', 'type' => '178' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_insert' }, - '792337' => { - 'Class' => '782246', + '806575' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '972', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util5op_eqEPN4llvm5ValueES4_b', + 'Line' => '994', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util5op_eqEPN4llvm5ValueES4_b', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'p3', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_eq' }, - '792384' => { - 'Class' => '782246', + '806622' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '973', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util5op_neEPN4llvm5ValueES4_b', + 'Line' => '995', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util5op_neEPN4llvm5ValueES4_b', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'p3', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_ne' }, - '792431' => { - 'Class' => '782246', + '806669' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '974', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util5op_gtEPN4llvm5ValueES4_b', + 'Line' => '996', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util5op_gtEPN4llvm5ValueES4_b', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'p3', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_gt' }, - '792478' => { - 'Class' => '782246', + '806716' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '975', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util5op_ltEPN4llvm5ValueES4_b', + 'Line' => '997', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util5op_ltEPN4llvm5ValueES4_b', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'p3', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_lt' }, - '792525' => { - 'Class' => '782246', + '806763' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '976', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util5op_geEPN4llvm5ValueES4_b', + 'Line' => '998', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util5op_geEPN4llvm5ValueES4_b', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'p3', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_ge' }, - '792572' => { - 'Class' => '782246', + '806810' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '977', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util5op_leEPN4llvm5ValueES4_b', + 'Line' => '999', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util5op_leEPN4llvm5ValueES4_b', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' }, '3' => { 'name' => 'p3', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_le' }, - '792619' => { - 'Class' => '782246', + '806857' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '979', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util7op_fabsEPN4llvm5ValueE', + 'Line' => '1001', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util7op_fabsEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_fabs' }, - '792656' => { - 'Class' => '782246', + '806894' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '980', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util16op_is_not_finiteEPN4llvm5ValueE', + 'Line' => '1002', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util16op_is_not_finiteEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'v', - 'type' => '1073819' + 'type' => '1093311' } }, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_is_not_finite', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5766' + 'SourceLine' => '5860' }, - '792693' => { - 'Class' => '782246', + '806931' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '984', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util18write_bitcode_fileEPKcPSs', + 'Line' => '1006', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util18write_bitcode_fileEPKcPSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', @@ -6578,417 +7381,417 @@ $VAR1 = { }, '2' => { 'name' => 'p2', - 'type' => '1074540' + 'type' => '1094032' } }, 'Return' => '1', 'ShortName' => 'write_bitcode_file' }, - '792731' => { - 'Class' => '782246', + '806969' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '989', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13absorb_moduleESt10unique_ptrIN4llvm6ModuleESt14default_deleteIS4_EE', + 'Line' => '1011', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13absorb_moduleESt10unique_ptrIN4llvm6ModuleESt14default_deleteIS4_EE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '241783' + 'type' => '246407' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'absorb_module' }, - '792768' => { - 'Class' => '782246', + '807006' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '992', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util17ptx_compile_groupEPN4llvm6ModuleERKSsRSs', + 'Line' => '1014', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util17ptx_compile_groupEPN4llvm6ModuleERKSsRSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1074534' + 'type' => '1094026' }, '2' => { 'name' => 'p2', - 'type' => '644659' + 'type' => '661202' }, '3' => { 'name' => 'p3', - 'type' => '770112' + 'type' => '783989' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'ptx_compile_group' }, - '792815' => { - 'Class' => '782246', + '807053' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '996', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util14bitcode_stringEPN4llvm6ModuleE', + 'Line' => '1018', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util14bitcode_stringEPN4llvm6ModuleE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1074534' + 'type' => '1094026' } }, - 'Return' => '43892', + 'Return' => '43980', 'ShortName' => 'bitcode_string' }, - '792852' => { - 'Class' => '782246', + '807090' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '999', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util14bitcode_stringEPN4llvm8FunctionE', + 'Line' => '1021', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util14bitcode_stringEPN4llvm8FunctionE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1074546' + 'type' => '1094038' } }, - 'Return' => '43892', + 'Return' => '43980', 'ShortName' => 'bitcode_string' }, - '792889' => { - 'Class' => '782246', + '807127' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1002', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13module_stringEv', + 'Line' => '1024', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13module_stringEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' } }, - 'Return' => '43892', + 'Return' => '43980', 'ShortName' => 'module_string' }, - '792921' => { - 'Class' => '782246', + '807159' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1006', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util16delete_func_bodyEPN4llvm8FunctionE', + 'Line' => '1028', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util16delete_func_bodyEPN4llvm8FunctionE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'func', - 'type' => '1074546' + 'type' => '1094038' } }, 'Return' => '1', 'ShortName' => 'delete_func_body', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '5991' + 'SourceLine' => '6005' }, - '792954' => { - 'Class' => '782246', + '807192' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1009', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util13func_is_emptyEPN4llvm8FunctionE', + 'Line' => '1031', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util13func_is_emptyEPN4llvm8FunctionE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1074546' + 'type' => '1094038' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'func_is_empty' }, - '792991' => { - 'Class' => '782246', + '807229' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1011', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9func_nameEPN4llvm8FunctionE', + 'Line' => '1033', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9func_nameEPN4llvm8FunctionE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'func', - 'type' => '1074546' + 'type' => '1094038' } }, - 'Return' => '43892', + 'Return' => '43980', 'ShortName' => 'func_name', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '6008' + 'SourceLine' => '6022' }, - '793028' => { - 'Class' => '782246', + '807266' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1013', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util21total_jit_memory_heldEv', + 'Line' => '1035', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util21total_jit_memory_heldEv', 'Return' => '82', 'ShortName' => 'total_jit_memory_held', 'Source' => 'llvm_util.cpp', 'SourceLine' => '231', 'Static' => 1 }, - '793047' => { - 'Class' => '782246', + '807285' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1019', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util9SetupLLVMEv', + 'Line' => '1041', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util9SetupLLVMEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' } }, 'Private' => 1, 'Return' => '1', 'ShortName' => 'SetupLLVM' }, - '793079' => { - 'Class' => '782246', + '807317' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1020', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util7builderEv', + 'Line' => '1042', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util7builderEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' } }, 'Private' => 1, - 'Return' => '1074621', + 'Return' => '1094119', 'ShortName' => 'builder', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '1080' + 'SourceLine' => '1085' }, - '794056' => { - 'Class' => '782246', + '808354' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1097', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util23getOrCreateDebugFileForERKSs', + 'Line' => '1123', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util23getOrCreateDebugFileForERKSs', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '644659' + 'type' => '661202' } }, 'Private' => 1, - 'Return' => '1073132', + 'Return' => '1092624', 'ShortName' => 'getOrCreateDebugFileFor' }, - '794092' => { - 'Class' => '782246', + '808390' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '1098', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util20getCurrentDebugScopeEv', + 'Line' => '1124', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util20getCurrentDebugScopeEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' } }, 'Private' => 1, - 'Return' => '1072737', + 'Return' => '1092229', 'ShortName' => 'getCurrentDebugScope', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '6032' + 'SourceLine' => '6046' }, - '794123' => { - 'Class' => '782246', + '808421' => { + 'Class' => '796138', 'Const' => 1, 'Header' => 'llvm_util.h', - 'Line' => '1099', - 'MnglName' => '_ZNK11OSL_v1_13_43pvt9LLVM_Util22getCurrentInliningSiteEv', + 'Line' => '1125', + 'MnglName' => '_ZNK11OSL_v1_13_53pvt9LLVM_Util22getCurrentInliningSiteEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37564698' + 'type' => '37553186' } }, 'Private' => 1, - 'Return' => '1073604', + 'Return' => '1093096', 'ShortName' => 'getCurrentInliningSite', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '6045' + 'SourceLine' => '6059' }, - '794611' => { - 'Class' => '782246', + '808909' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1185', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util24op_linearize_16x_indicesEPN4llvm5ValueE', + 'Line' => '1211', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util24op_linearize_16x_indicesEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'wide_index', - 'type' => '1073819' + 'type' => '1093311' } }, 'Private' => 1, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_linearize_16x_indices', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3777' + 'SourceLine' => '3860' }, - '794647' => { - 'Class' => '782246', + '808945' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1186', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util23op_linearize_8x_indicesEPN4llvm5ValueE', + 'Line' => '1212', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util23op_linearize_8x_indicesEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '37327574' + 'type' => '37315781' }, '1' => { 'name' => 'wide_index', - 'type' => '1073819' + 'type' => '1093311' } }, 'Private' => 1, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_linearize_8x_indices', 'Source' => 'llvm_util.cpp', - 'SourceLine' => '3794' + 'SourceLine' => '3877' }, - '794683' => { - 'Class' => '782246', + '808981' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1187', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util12op_split_16xEPN4llvm5ValueE', + 'Line' => '1213', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util12op_split_16xEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' } }, 'Private' => 1, - 'Return' => '241788', + 'Return' => '246412', 'ShortName' => 'op_split_16x' }, - '794719' => { - 'Class' => '782246', + '809017' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1188', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util11op_split_8xEPN4llvm5ValueE', + 'Line' => '1214', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util11op_split_8xEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' } }, 'Private' => 1, - 'Return' => '241788', + 'Return' => '246412', 'ShortName' => 'op_split_8x' }, - '794755' => { - 'Class' => '782246', + '809053' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1189', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util14op_quarter_16xEPN4llvm5ValueE', + 'Line' => '1215', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util14op_quarter_16xEPN4llvm5ValueE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' } }, 'Private' => 1, - 'Return' => '241793', + 'Return' => '246417', 'ShortName' => 'op_quarter_16x' }, - '794791' => { - 'Class' => '782246', + '809089' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1190', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util21op_combine_8x_vectorsEPN4llvm5ValueES4_', + 'Line' => '1216', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util21op_combine_8x_vectorsEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' } }, 'Private' => 1, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_combine_8x_vectors' }, - '794832' => { - 'Class' => '782246', + '809130' => { + 'Class' => '796138', 'Header' => 'llvm_util.h', - 'Line' => '1192', - 'MnglName' => '_ZN11OSL_v1_13_43pvt9LLVM_Util21op_combine_4x_vectorsEPN4llvm5ValueES4_', + 'Line' => '1218', + 'MnglName' => '_ZN11OSL_v1_13_53pvt9LLVM_Util21op_combine_4x_vectorsEPN4llvm5ValueES4_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '848841' + 'type' => '867934' }, '1' => { 'name' => 'p1', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'p2', - 'type' => '1073819' + 'type' => '1093311' } }, 'Private' => 1, - 'Return' => '1073819', + 'Return' => '1093311', 'ShortName' => 'op_combine_4x_vectors' }, - '817891' => { - 'Class' => '817673', + '836226' => { + 'Class' => '836008', 'Header' => 'rendererservices.h', 'InLine' => 2, - 'Line' => '430', - 'MnglName' => '_ZN11OSL_v1_13_416RendererServices14copy_to_deviceEPvPKvm', + 'Line' => '522', + 'MnglName' => '_ZN11OSL_v1_13_516RendererServices14copy_to_deviceEPvPKvm', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074815' + 'type' => '1094313' }, '1' => { 'name' => 'dst_device', @@ -6996,7 +7799,7 @@ $VAR1 = { }, '2' => { 'name' => 'src_host', - 'type' => '555887' + 'type' => '571626' }, '3' => { 'name' => 'size', @@ -7006,23 +7809,23 @@ $VAR1 = { 'Return' => '258', 'ShortName' => 'copy_to_device', 'Virt' => 1, - 'VirtPos' => '31' + 'VirtPos' => '37' }, - '817947' => { - 'Class' => '817673', + '836282' => { + 'Class' => '836008', 'Const' => 1, 'Header' => 'rendererservices.h', 'InLine' => 2, - 'Line' => '62', - 'MnglName' => '_ZNK11OSL_v1_13_416RendererServices8supportsEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEE', + 'Line' => '80', + 'MnglName' => '_ZNK11OSL_v1_13_516RendererServices8supportsEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '2826860' + 'type' => '2925221' }, '1' => { 'name' => 'feature', - 'type' => '662969' + 'type' => '679557' } }, 'Return' => '178', @@ -7030,2163 +7833,2183 @@ $VAR1 = { 'Virt' => 1, 'VirtPos' => '2' }, - '818134' => { + '836469' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '18', - 'MnglName' => '_ZN11OSL_v1_13_47Strings13_emptystring_E', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings13_emptystring_E', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => '_emptystring_' }, - '818150' => { + '836485' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '19', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6cameraE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6cameraE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'camera' }, - '818166' => { + '836501' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '20', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6commonE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6commonE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'common' }, - '818182' => { + '836517' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '21', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6objectE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6objectE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'object' }, - '818198' => { + '836533' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '22', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6shaderE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6shaderE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'shader' }, - '818214' => { + '836549' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '23', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6screenE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6screenE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'screen' }, - '818230' => { + '836565' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '24', - 'MnglName' => '_ZN11OSL_v1_13_47Strings3NDCE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings3NDCE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'NDC' }, - '818247' => { + '836582' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '25', - 'MnglName' => '_ZN11OSL_v1_13_47Strings3rgbE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings3rgbE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'rgb' }, - '818264' => { + '836599' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '26', - 'MnglName' => '_ZN11OSL_v1_13_47Strings3RGBE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings3RGBE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'RGB' }, - '818281' => { + '836616' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '27', - 'MnglName' => '_ZN11OSL_v1_13_47Strings3hsvE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings3hsvE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'hsv' }, - '818298' => { + '836633' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '28', - 'MnglName' => '_ZN11OSL_v1_13_47Strings3hslE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings3hslE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'hsl' }, - '818315' => { + '836650' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '29', - 'MnglName' => '_ZN11OSL_v1_13_47Strings3YIQE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings3YIQE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'YIQ' }, - '818332' => { + '836667' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '30', - 'MnglName' => '_ZN11OSL_v1_13_47Strings3XYZE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings3XYZE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'XYZ' }, - '818349' => { + '836684' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '31', - 'MnglName' => '_ZN11OSL_v1_13_47Strings3xyzE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings3xyzE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'xyz' }, - '818366' => { + '836701' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '32', - 'MnglName' => '_ZN11OSL_v1_13_47Strings3xyYE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings3xyYE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'xyY' }, - '818383' => { + '836718' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '33', - 'MnglName' => '_ZN11OSL_v1_13_47Strings4nullE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings4nullE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'null' }, - '818399' => { + '836734' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '34', - 'MnglName' => '_ZN11OSL_v1_13_47Strings8default_E', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings8default_E', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'default_' }, - '818415' => { + '836750' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '35', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5labelE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5labelE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'label' }, - '818431' => { + '836766' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '36', - 'MnglName' => '_ZN11OSL_v1_13_47Strings9sidednessE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings9sidednessE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'sidedness' }, - '818447' => { + '836782' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '37', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5frontE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5frontE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'front' }, - '818463' => { + '836798' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '38', - 'MnglName' => '_ZN11OSL_v1_13_47Strings4backE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings4backE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'back' }, - '818479' => { + '836814' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '39', - 'MnglName' => '_ZN11OSL_v1_13_47Strings4bothE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings4bothE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'both' }, - '818495' => { + '836830' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '40', - 'MnglName' => '_ZN11OSL_v1_13_47Strings1PE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings1PE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'P' }, - '818510' => { + '836845' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '41', - 'MnglName' => '_ZN11OSL_v1_13_47Strings1IE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings1IE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'I' }, - '818525' => { + '836860' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '42', - 'MnglName' => '_ZN11OSL_v1_13_47Strings1NE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings1NE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'N' }, - '818540' => { + '836875' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '43', - 'MnglName' => '_ZN11OSL_v1_13_47Strings2NgE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings2NgE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'Ng' }, - '818556' => { + '836891' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '44', - 'MnglName' => '_ZN11OSL_v1_13_47Strings4dPduE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings4dPduE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'dPdu' }, - '818572' => { + '836907' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '45', - 'MnglName' => '_ZN11OSL_v1_13_47Strings4dPdvE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings4dPdvE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'dPdv' }, - '818588' => { + '836923' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '46', - 'MnglName' => '_ZN11OSL_v1_13_47Strings1uE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings1uE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'u' }, - '818603' => { + '836938' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '47', - 'MnglName' => '_ZN11OSL_v1_13_47Strings1vE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings1vE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'v' }, - '818618' => { + '836953' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '48', - 'MnglName' => '_ZN11OSL_v1_13_47Strings2PsE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings2PsE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'Ps' }, - '818634' => { + '836969' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '49', - 'MnglName' => '_ZN11OSL_v1_13_47Strings4timeE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings4timeE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'time' }, - '818650' => { + '836985' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '50', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5dtimeE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5dtimeE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'dtime' }, - '818666' => { + '837001' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '51', - 'MnglName' => '_ZN11OSL_v1_13_47Strings7dPdtimeE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings7dPdtimeE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'dPdtime' }, - '818682' => { + '837017' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '52', - 'MnglName' => '_ZN11OSL_v1_13_47Strings2CiE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings2CiE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'Ci' }, - '818698' => { + '837033' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '53', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5widthE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5widthE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'width' }, - '818714' => { + '837049' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '54', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6swidthE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6swidthE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'swidth' }, - '818730' => { + '837065' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '55', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6twidthE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6twidthE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'twidth' }, - '818746' => { + '837081' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '56', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6rwidthE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6rwidthE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'rwidth' }, - '818762' => { + '837097' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '57', - 'MnglName' => '_ZN11OSL_v1_13_47Strings4blurE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings4blurE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'blur' }, - '818778' => { + '837113' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '58', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5sblurE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5sblurE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'sblur' }, - '818794' => { + '837129' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '59', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5tblurE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5tblurE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'tblur' }, - '818810' => { + '837145' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '60', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5rblurE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5rblurE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'rblur' }, - '818826' => { + '837161' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '61', - 'MnglName' => '_ZN11OSL_v1_13_47Strings4wrapE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings4wrapE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'wrap' }, - '818842' => { + '837177' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '62', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5swrapE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5swrapE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'swrap' }, - '818858' => { + '837193' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '63', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5twrapE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5twrapE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'twrap' }, - '818874' => { + '837209' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '64', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5rwrapE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5rwrapE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'rwrap' }, - '818890' => { + '837225' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '65', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5blackE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5blackE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'black' }, - '818906' => { + '837241' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '66', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5clampE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5clampE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'clamp' }, - '818922' => { + '837257' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '67', - 'MnglName' => '_ZN11OSL_v1_13_47Strings8periodicE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings8periodicE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'periodic' }, - '818938' => { + '837273' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '68', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6mirrorE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6mirrorE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'mirror' }, - '818954' => { + '837289' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '69', - 'MnglName' => '_ZN11OSL_v1_13_47Strings12firstchannelE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings12firstchannelE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'firstchannel' }, - '818970' => { + '837305' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '70', - 'MnglName' => '_ZN11OSL_v1_13_47Strings4fillE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings4fillE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'fill' }, - '818986' => { + '837321' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '71', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5alphaE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5alphaE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'alpha' }, - '819002' => { + '837337' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '72', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5errorE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5errorE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'error' }, - '819018' => { + '837353' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '73', - 'MnglName' => '_ZN11OSL_v1_13_47Strings12errormessageE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings12errormessageE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'errormessage' }, - '819034' => { + '837369' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '74', - 'MnglName' => '_ZN11OSL_v1_13_47Strings7mindistE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings7mindistE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'mindist' }, - '819050' => { + '837385' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '75', - 'MnglName' => '_ZN11OSL_v1_13_47Strings7maxdistE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings7maxdistE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'maxdist' }, - '819066' => { + '837401' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '76', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5shadeE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5shadeE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'shade' }, - '819082' => { + '837417' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '77', - 'MnglName' => '_ZN11OSL_v1_13_47Strings8tracesetE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings8tracesetE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'traceset' }, - '819098' => { + '837433' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '78', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6interpE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6interpE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'interp' }, - '819114' => { + '837449' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '79', - 'MnglName' => '_ZN11OSL_v1_13_47Strings7closestE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings7closestE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'closest' }, - '819130' => { + '837465' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '80', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6linearE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6linearE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'linear' }, - '819146' => { + '837481' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '81', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5cubicE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5cubicE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'cubic' }, - '819162' => { + '837497' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '82', - 'MnglName' => '_ZN11OSL_v1_13_47Strings10catmullromE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings10catmullromE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'catmullrom' }, - '819178' => { + '837513' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '83', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6bezierE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6bezierE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'bezier' }, - '819194' => { + '837529' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '84', - 'MnglName' => '_ZN11OSL_v1_13_47Strings7bsplineE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings7bsplineE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'bspline' }, - '819210' => { + '837545' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '85', - 'MnglName' => '_ZN11OSL_v1_13_47Strings7hermiteE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings7hermiteE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'hermite' }, - '819226' => { + '837561' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '86', - 'MnglName' => '_ZN11OSL_v1_13_47Strings8constantE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings8constantE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'constant' }, - '819242' => { + '837577' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '87', - 'MnglName' => '_ZN11OSL_v1_13_47Strings10smartcubicE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings10smartcubicE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'smartcubic' }, - '819258' => { + '837593' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '88', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6perlinE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6perlinE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'perlin' }, - '819274' => { + '837609' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '89', - 'MnglName' => '_ZN11OSL_v1_13_47Strings7uperlinE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings7uperlinE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'uperlin' }, - '819290' => { + '837625' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '90', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5noiseE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5noiseE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'noise' }, - '819306' => { + '837641' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '91', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6snoiseE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6snoiseE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'snoise' }, - '819322' => { + '837657' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '92', - 'MnglName' => '_ZN11OSL_v1_13_47Strings4cellE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings4cellE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'cell' }, - '819338' => { + '837673' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '93', - 'MnglName' => '_ZN11OSL_v1_13_47Strings9cellnoiseE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings9cellnoiseE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'cellnoise' }, - '819354' => { + '837689' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '94', - 'MnglName' => '_ZN11OSL_v1_13_47Strings10pcellnoiseE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings10pcellnoiseE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'pcellnoise' }, - '819370' => { + '837705' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '95', - 'MnglName' => '_ZN11OSL_v1_13_47Strings4hashE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings4hashE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'hash' }, - '819386' => { + '837721' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '96', - 'MnglName' => '_ZN11OSL_v1_13_47Strings9hashnoiseE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings9hashnoiseE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'hashnoise' }, - '819402' => { + '837737' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '97', - 'MnglName' => '_ZN11OSL_v1_13_47Strings10phashnoiseE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings10phashnoiseE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'phashnoise' }, - '819418' => { + '837753' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '98', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6pnoiseE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6pnoiseE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'pnoise' }, - '819434' => { + '837769' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '99', - 'MnglName' => '_ZN11OSL_v1_13_47Strings7psnoiseE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings7psnoiseE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'psnoise' }, - '819450' => { + '837785' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '100', - 'MnglName' => '_ZN11OSL_v1_13_47Strings12genericnoiseE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings12genericnoiseE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'genericnoise' }, - '819466' => { + '837801' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '101', - 'MnglName' => '_ZN11OSL_v1_13_47Strings13genericpnoiseE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings13genericpnoiseE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'genericpnoise' }, - '819482' => { + '837817' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '102', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5gaborE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5gaborE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'gabor' }, - '819498' => { + '837833' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '103', - 'MnglName' => '_ZN11OSL_v1_13_47Strings10gabornoiseE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings10gabornoiseE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'gabornoise' }, - '819514' => { + '837849' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '104', - 'MnglName' => '_ZN11OSL_v1_13_47Strings11gaborpnoiseE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings11gaborpnoiseE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'gaborpnoise' }, - '819530' => { + '837865' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '105', - 'MnglName' => '_ZN11OSL_v1_13_47Strings7simplexE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings7simplexE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'simplex' }, - '819546' => { + '837881' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '106', - 'MnglName' => '_ZN11OSL_v1_13_47Strings8usimplexE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings8usimplexE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'usimplex' }, - '819562' => { + '837897' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '107', - 'MnglName' => '_ZN11OSL_v1_13_47Strings12simplexnoiseE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings12simplexnoiseE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'simplexnoise' }, - '819578' => { + '837913' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '108', - 'MnglName' => '_ZN11OSL_v1_13_47Strings13usimplexnoiseE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings13usimplexnoiseE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'usimplexnoise' }, - '819594' => { + '837929' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '109', - 'MnglName' => '_ZN11OSL_v1_13_47Strings11anisotropicE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings11anisotropicE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'anisotropic' }, - '819610' => { + '837945' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '110', - 'MnglName' => '_ZN11OSL_v1_13_47Strings9directionE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings9directionE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'direction' }, - '819626' => { + '837961' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '111', - 'MnglName' => '_ZN11OSL_v1_13_47Strings9do_filterE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings9do_filterE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'do_filter' }, - '819642' => { + '837977' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '112', - 'MnglName' => '_ZN11OSL_v1_13_47Strings9bandwidthE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings9bandwidthE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'bandwidth' }, - '819658' => { + '837993' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '113', - 'MnglName' => '_ZN11OSL_v1_13_47Strings8impulsesE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings8impulsesE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'impulses' }, - '819674' => { + '838009' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '114', - 'MnglName' => '_ZN11OSL_v1_13_47Strings10op_dowhileE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings10op_dowhileE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'op_dowhile' }, - '819690' => { + '838025' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '115', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6op_forE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6op_forE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'op_for' }, - '819706' => { + '838041' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '116', - 'MnglName' => '_ZN11OSL_v1_13_47Strings8op_whileE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings8op_whileE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'op_while' }, - '819722' => { + '838057' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '117', - 'MnglName' => '_ZN11OSL_v1_13_47Strings7op_exitE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings7op_exitE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'op_exit' }, - '819738' => { + '838073' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '118', - 'MnglName' => '_ZN11OSL_v1_13_47Strings8subimageE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings8subimageE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'subimage' }, - '819754' => { + '838089' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '119', - 'MnglName' => '_ZN11OSL_v1_13_47Strings12subimagenameE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings12subimagenameE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'subimagename' }, - '819770' => { + '838105' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '120', - 'MnglName' => '_ZN11OSL_v1_13_47Strings12missingcolorE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings12missingcolorE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'missingcolor' }, - '819786' => { + '838121' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '121', - 'MnglName' => '_ZN11OSL_v1_13_47Strings12missingalphaE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings12missingalphaE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'missingalpha' }, - '819802' => { + '838137' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '122', - 'MnglName' => '_ZN11OSL_v1_13_47Strings3endE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings3endE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'end' }, - '819819' => { + '838154' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '123', - 'MnglName' => '_ZN11OSL_v1_13_47Strings8useparamE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings8useparamE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'useparam' }, - '819835' => { + '838170' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '124', - 'MnglName' => '_ZN11OSL_v1_13_47Strings20uninitialized_stringE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings20uninitialized_stringE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'uninitialized_string' }, - '819851' => { + '838186' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '125', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5unullE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5unullE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'unull' }, - '819867' => { + '838202' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '126', - 'MnglName' => '_ZN11OSL_v1_13_47Strings7raytypeE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings7raytypeE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'raytype' }, - '819883' => { + '838218' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '127', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5colorE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5colorE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'color' }, - '819899' => { + '838234' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '128', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5pointE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5pointE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'point' }, - '819915' => { + '838250' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '129', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6vectorE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6vectorE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'vector' }, - '819931' => { + '838266' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '130', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6normalE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6normalE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'normal' }, - '819947' => { + '838282' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '131', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6matrixE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6matrixE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'matrix' }, - '819963' => { + '838298' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '132', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6Rec709E', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6Rec709E', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'Rec709' }, - '819979' => { + '838314' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '133', - 'MnglName' => '_ZN11OSL_v1_13_47Strings4sRGBE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings4sRGBE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'sRGB' }, - '819995' => { + '838330' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '134', - 'MnglName' => '_ZN11OSL_v1_13_47Strings4NTSCE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings4NTSCE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'NTSC' }, - '820011' => { + '838346' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '135', - 'MnglName' => '_ZN11OSL_v1_13_47Strings3EBUE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings3EBUE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'EBU' }, - '820028' => { + '838363' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '136', - 'MnglName' => '_ZN11OSL_v1_13_47Strings3PALE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings3PALE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'PAL' }, - '820045' => { + '838380' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '137', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5SECAME', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5SECAME', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'SECAM' }, - '820061' => { + '838396' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '138', - 'MnglName' => '_ZN11OSL_v1_13_47Strings5SMPTEE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings5SMPTEE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'SMPTE' }, - '820077' => { + '838412' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '139', - 'MnglName' => '_ZN11OSL_v1_13_47Strings4HDTVE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings4HDTVE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'HDTV' }, - '820093' => { + '838428' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '140', - 'MnglName' => '_ZN11OSL_v1_13_47Strings3CIEE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings3CIEE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'CIE' }, - '820110' => { + '838445' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '141', - 'MnglName' => '_ZN11OSL_v1_13_47Strings8AdobeRGBE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings8AdobeRGBE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'AdobeRGB' }, - '820126' => { + '838461' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '142', - 'MnglName' => '_ZN11OSL_v1_13_47Strings10ACES2065_1E', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings10ACES2065_1E', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'ACES2065_1' }, - '820142' => { + '838477' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '143', - 'MnglName' => '_ZN11OSL_v1_13_47Strings6ACEScgE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings6ACEScgE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'ACEScg' }, - '820158' => { + '838493' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '144', - 'MnglName' => '_ZN11OSL_v1_13_47Strings11colorsystemE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings11colorsystemE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'colorsystem' }, - '820174' => { + '838509' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '145', - 'MnglName' => '_ZN11OSL_v1_13_47Strings11arraylengthE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings11arraylengthE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'arraylength' }, - '820190' => { + '838525' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '146', - 'MnglName' => '_ZN11OSL_v1_13_47Strings7unknownE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings7unknownE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'unknown' }, - '820206' => { + '838541' => { 'Data' => 1, 'Header' => 'strdecls.h', 'Line' => '147', - 'MnglName' => '_ZN11OSL_v1_13_47Strings19ErrorColorTransformE', - 'NameSpace' => 'OSL_v1_13_4::Strings', - 'Return' => '677330', + 'MnglName' => '_ZN11OSL_v1_13_57Strings19ErrorColorTransformE', + 'NameSpace' => 'OSL_v1_13_5::Strings', + 'Return' => '694624', 'ShortName' => 'ErrorColorTransform' }, - '820760' => { - 'Class' => '820673', + '839095' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '311', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem9attributeEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEENS1_8TypeDescEPKv', + 'Line' => '315', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem9attributeEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEENS1_8TypeDescEPKv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'name', - 'type' => '662969' + 'type' => '679557' }, '2' => { 'name' => 'type', - 'type' => '670837' + 'type' => '687140' }, '3' => { 'name' => 'val', - 'type' => '555887' + 'type' => '571626' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'attribute', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '78' + 'SourceLine' => '86' }, - '820975' => { - 'Class' => '820673', + '839310' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '347', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem9attributeEPNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEENS3_8TypeDescEPKv', + 'Line' => '351', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem9attributeEPNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEENS3_8TypeDescEPKv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074876' + 'type' => '1094374' }, '2' => { 'name' => 'name', - 'type' => '662969' + 'type' => '679557' }, '3' => { 'name' => 'type', - 'type' => '670837' + 'type' => '687140' }, '4' => { 'name' => 'val', - 'type' => '555887' + 'type' => '571626' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'attribute', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '86' + 'SourceLine' => '94' }, - '821215' => { - 'Class' => '820673', + '839550' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '396', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem12getattributeEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEENS1_8TypeDescEPv', + 'Line' => '400', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem12getattributeEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEENS1_8TypeDescEPv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'name', - 'type' => '662969' + 'type' => '679557' }, '2' => { 'name' => 'type', - 'type' => '670837' + 'type' => '687140' }, '3' => { 'name' => 'val', 'type' => '258' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'getattribute', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '95' + 'SourceLine' => '103' }, - '821514' => { - 'Class' => '820673', + '839849' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '523', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem12getattributeEPNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEENS3_8TypeDescEPv', + 'Line' => '527', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem12getattributeEPNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEENS3_8TypeDescEPv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074876' + 'type' => '1094374' }, '2' => { 'name' => 'name', - 'type' => '662969' + 'type' => '679557' }, '3' => { 'name' => 'type', - 'type' => '670837' + 'type' => '687140' }, '4' => { 'name' => 'val', 'type' => '258' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'getattribute', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '103' + 'SourceLine' => '111' }, - '821848' => { - 'Class' => '820673', + '840183' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '562', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem24LoadMemoryCompiledShaderEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES5_', + 'Line' => '566', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem24LoadMemoryCompiledShaderEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES5_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'shadername', - 'type' => '662969' + 'type' => '679557' }, '2' => { 'name' => 'buffer', - 'type' => '662969' + 'type' => '679557' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'LoadMemoryCompiledShader', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '112' + 'SourceLine' => '120' }, - '821890' => { - 'Class' => '820673', + '840225' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '588', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem16ShaderGroupBeginEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEE', + 'Line' => '592', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem16ShaderGroupBeginEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'groupname', - 'type' => '662969' + 'type' => '679557' } }, - 'Return' => '827802', + 'Return' => '846462', 'ShortName' => 'ShaderGroupBegin', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '121' + 'SourceLine' => '129' }, - '821927' => { - 'Class' => '820673', + '840262' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '598', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem16ShaderGroupBeginEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES5_S5_', + 'Line' => '602', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem16ShaderGroupBeginEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES5_S5_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'groupname', - 'type' => '662969' + 'type' => '679557' }, '2' => { 'name' => 'usage', - 'type' => '662969' + 'type' => '679557' }, '3' => { 'name' => 'groupspec', - 'type' => '662969' + 'type' => '679557' } }, - 'Return' => '827802', + 'Return' => '846462', 'ShortName' => 'ShaderGroupBegin', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '129' + 'SourceLine' => '137' }, - '821974' => { - 'Class' => '820673', + '840309' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '604', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem14ShaderGroupEndERNS_11ShaderGroupE', + 'Line' => '608', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem14ShaderGroupEndERNS_11ShaderGroupE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074893' + 'type' => '1094391' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'ShaderGroupEnd', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '138' + 'SourceLine' => '146' }, - '822011' => { - 'Class' => '820673', + '840346' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '610', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem9ParameterERNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEENS3_8TypeDescEPKvNS_10ParamHintsE', + 'Line' => '614', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem9ParameterERNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEENS3_8TypeDescEPKvNS_10ParamHintsE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074893' + 'type' => '1094391' }, '2' => { 'name' => 'name', - 'type' => '662969' + 'type' => '679557' }, '3' => { 'name' => 't', - 'type' => '670837' + 'type' => '687140' }, '4' => { 'name' => 'val', - 'type' => '555887' + 'type' => '571626' }, '5' => { 'name' => 'hints', - 'type' => '820630' + 'type' => '838965' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'Parameter', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '153' + 'SourceLine' => '161' }, - '822541' => { - 'Class' => '820673', + '840876' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '677', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem6ShaderERNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES7_S7_', + 'Line' => '681', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem6ShaderERNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES7_S7_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074893' + 'type' => '1094391' }, '2' => { 'name' => 'shaderusage', - 'type' => '662969' + 'type' => '679557' }, '3' => { 'name' => 'shadername', - 'type' => '662969' + 'type' => '679557' }, '4' => { 'name' => 'layername', - 'type' => '662969' + 'type' => '679557' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'Shader', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '171' + 'SourceLine' => '179' }, - '822593' => { - 'Class' => '820673', + '840928' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '694', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem14ConnectShadersERNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES7_S7_S7_', + 'Line' => '698', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem14ConnectShadersERNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES7_S7_S7_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074893' + 'type' => '1094391' }, '2' => { 'name' => 'srclayer', - 'type' => '662969' + 'type' => '679557' }, '3' => { 'name' => 'srcparam', - 'type' => '662969' + 'type' => '679557' }, '4' => { 'name' => 'dstlayer', - 'type' => '662969' + 'type' => '679557' }, '5' => { 'name' => 'dstparam', - 'type' => '662969' + 'type' => '679557' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'ConnectShaders', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '189' + 'SourceLine' => '197' }, - '822650' => { - 'Class' => '820673', + '840985' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '703', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem11ReParameterERNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES7_NS3_8TypeDescEPKv', + 'Line' => '707', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem11ReParameterERNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES7_NS3_8TypeDescEPKv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074893' + 'type' => '1094391' }, '2' => { 'name' => 'layername', - 'type' => '662969' + 'type' => '679557' }, '3' => { 'name' => 'paramname', - 'type' => '662969' + 'type' => '679557' }, '4' => { 'name' => 'type', - 'type' => '670837' + 'type' => '687140' }, '5' => { 'name' => 'val', - 'type' => '555887' + 'type' => '571626' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'ReParameter', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '209' + 'SourceLine' => '217' }, - '822915' => { - 'Class' => '820673', + '841250' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '737', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem9ParameterEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEENS1_8TypeDescEPKvNS_10ParamHintsE', + 'Line' => '741', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem9ParameterEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEENS1_8TypeDescEPKvNS_10ParamHintsE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'name', - 'type' => '662969' + 'type' => '679557' }, '2' => { 'name' => 't', - 'type' => '670837' + 'type' => '687140' }, '3' => { 'name' => 'val', - 'type' => '555887' + 'type' => '571626' }, '4' => { 'name' => 'hints', - 'type' => '820630' + 'type' => '838965' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'Parameter', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '162' + 'SourceLine' => '170' }, - '822967' => { - 'Class' => '820673', + '841302' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '739', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem6ShaderEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES5_S5_', + 'Line' => '743', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem6ShaderEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES5_S5_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'shaderusage', - 'type' => '662969' + 'type' => '679557' }, '2' => { 'name' => 'shadername', - 'type' => '662969' + 'type' => '679557' }, '3' => { 'name' => 'layername', - 'type' => '662969' + 'type' => '679557' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'Shader', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '180' + 'SourceLine' => '188' }, - '823014' => { - 'Class' => '820673', + '841349' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '741', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem14ConnectShadersEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES5_S5_S5_', + 'Line' => '745', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem14ConnectShadersEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES5_S5_S5_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'srclayer', - 'type' => '662969' + 'type' => '679557' }, '2' => { 'name' => 'srcparam', - 'type' => '662969' + 'type' => '679557' }, '3' => { 'name' => 'dstlayer', - 'type' => '662969' + 'type' => '679557' }, '4' => { 'name' => 'dstparam', - 'type' => '662969' + 'type' => '679557' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'ConnectShaders', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '200' + 'SourceLine' => '208' }, - '823066' => { - 'Class' => '820673', + '841401' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '743', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem14ShaderGroupEndEv', + 'Line' => '747', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem14ShaderGroupEndEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'ShaderGroupEnd', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '145' + 'SourceLine' => '153' }, - '823150' => { - 'Class' => '820673', + '841485' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '760', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem18create_thread_infoEv', + 'Line' => '764', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem18create_thread_infoEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' } }, - 'Return' => '1074899', + 'Return' => '1094397', 'ShortName' => 'create_thread_info', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '219' + 'SourceLine' => '227' }, - '823182' => { - 'Class' => '820673', + '841517' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '764', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem19destroy_thread_infoEPNS_13PerThreadInfoE', + 'Line' => '768', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem19destroy_thread_infoEPNS_13PerThreadInfoE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'threadinfo', - 'type' => '1074899' + 'type' => '1094397' } }, 'Return' => '1', 'ShortName' => 'destroy_thread_info', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '227' + 'SourceLine' => '235' }, - '823215' => { - 'Class' => '820673', + '841550' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '773', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem11get_contextEPNS_13PerThreadInfoEPN18OpenImageIO_v2_5_113TextureSystem9PerthreadE', + 'Line' => '777', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem11get_contextEPNS_13PerThreadInfoEPN18OpenImageIO_v2_6_013TextureSystem9PerthreadE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'threadinfo', - 'type' => '1074899' + 'type' => '1094397' }, '2' => { 'name' => 'texture_threadinfo', - 'type' => '1074910' + 'type' => '1094408' } }, - 'Return' => '1074798', + 'Return' => '1094296', 'ShortName' => 'get_context', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '235' + 'SourceLine' => '243' }, - '823257' => { - 'Class' => '820673', + '841592' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '778', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem15release_contextEPNS_14ShadingContextE', + 'Line' => '782', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem15release_contextEPNS_14ShadingContextE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'ctx', - 'type' => '1074798' + 'type' => '1094296' } }, 'Return' => '1', 'ShortName' => 'release_context', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '244' + 'SourceLine' => '252' }, - '823290' => { - 'Class' => '820673', + '841625' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '787', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem7executeERNS_14ShadingContextERNS_11ShaderGroupEiRNS_13ShaderGlobalsEPvS7_b', + 'Line' => '791', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem7executeERNS_14ShadingContextERNS_11ShaderGroupEiiRNS_13ShaderGlobalsEPvS7_b', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'ctx', - 'type' => '1074916' + 'type' => '1094414' }, '2' => { 'name' => 'group', - 'type' => '1074893' + 'type' => '1094391' }, '3' => { - 'name' => 'index', + 'name' => 'thread_index', 'type' => '178' }, '4' => { - 'name' => 'globals', - 'type' => '1074922' + 'name' => 'shade_index', + 'type' => '178' }, '5' => { + 'name' => 'globals', + 'type' => '1094420' + }, + '6' => { 'name' => 'userdata_base_ptr', 'type' => '258' }, - '6' => { + '7' => { 'name' => 'output_base_ptr', 'type' => '258' }, - '7' => { + '8' => { 'name' => 'run', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'execute' }, - '823461' => { - 'Class' => '820673', + '841801' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '822', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem12execute_initERNS_14ShadingContextERNS_11ShaderGroupEiRNS_13ShaderGlobalsEPvS7_b', + 'Line' => '827', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem12execute_initERNS_14ShadingContextERNS_11ShaderGroupEiiRNS_13ShaderGlobalsEPvS7_b', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'ctx', - 'type' => '1074916' + 'type' => '1094414' }, '2' => { 'name' => 'group', - 'type' => '1074893' + 'type' => '1094391' }, '3' => { - 'name' => 'index', + 'name' => 'thread_index', 'type' => '178' }, '4' => { - 'name' => 'globals', - 'type' => '1074922' + 'name' => 'shade_index', + 'type' => '178' }, '5' => { + 'name' => 'globals', + 'type' => '1094420' + }, + '6' => { 'name' => 'userdata_base_ptr', 'type' => '258' }, - '6' => { + '7' => { 'name' => 'output_base_ptr', 'type' => '258' }, - '7' => { + '8' => { 'name' => 'run', - 'type' => '638960' + 'type' => '655503' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'execute_init', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '263' + 'SourceLine' => '272' }, - '823580' => { - 'Class' => '820673', + '841925' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '837', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem13execute_layerERNS_14ShadingContextEiRNS_13ShaderGlobalsEPvS5_i', + 'Line' => '843', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem13execute_layerERNS_14ShadingContextEiiRNS_13ShaderGlobalsEPvS5_i', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'ctx', - 'type' => '1074916' + 'type' => '1094414' }, '2' => { - 'name' => 'index', + 'name' => 'thread_index', 'type' => '178' }, '3' => { - 'name' => 'globals', - 'type' => '1074922' + 'name' => 'shade_index', + 'type' => '178' }, '4' => { + 'name' => 'globals', + 'type' => '1094420' + }, + '5' => { 'name' => 'userdata_base_ptr', 'type' => '258' }, - '5' => { + '6' => { 'name' => 'output_base_ptr', 'type' => '258' }, - '6' => { + '7' => { 'name' => 'layernumber', 'type' => '178' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'execute_layer', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '274' + 'SourceLine' => '284' }, - '823642' => { - 'Class' => '820673', + '841992' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '841', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem13execute_layerERNS_14ShadingContextEiRNS_13ShaderGlobalsEPvS5_N18OpenImageIO_v2_5_17ustringE', + 'Line' => '847', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem13execute_layerERNS_14ShadingContextEiiRNS_13ShaderGlobalsEPvS5_N18OpenImageIO_v2_6_07ustringE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'ctx', - 'type' => '1074916' + 'type' => '1094414' }, '2' => { - 'name' => 'index', + 'name' => 'thread_index', 'type' => '178' }, '3' => { - 'name' => 'globals', - 'type' => '1074922' + 'name' => 'shade_index', + 'type' => '178' }, '4' => { + 'name' => 'globals', + 'type' => '1094420' + }, + '5' => { 'name' => 'userdata_base_ptr', 'type' => '258' }, - '5' => { + '6' => { 'name' => 'output_base_ptr', 'type' => '258' }, - '6' => { + '7' => { 'name' => 'layername', - 'type' => '673440' + 'type' => '690782' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'execute_layer', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '285' + 'SourceLine' => '296' }, - '823704' => { - 'Class' => '820673', + '842059' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '846', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem13execute_layerERNS_14ShadingContextEiRNS_13ShaderGlobalsEPvS5_PKNS_12ShaderSymbolE', + 'Line' => '852', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem13execute_layerERNS_14ShadingContextEiiRNS_13ShaderGlobalsEPvS5_PKNS_12ShaderSymbolE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'ctx', - 'type' => '1074916' + 'type' => '1094414' }, '2' => { - 'name' => 'index', + 'name' => 'thread_index', 'type' => '178' }, '3' => { - 'name' => 'globals', - 'type' => '1074922' + 'name' => 'shade_index', + 'type' => '178' }, '4' => { + 'name' => 'globals', + 'type' => '1094420' + }, + '5' => { 'name' => 'userdata_base_ptr', 'type' => '258' }, - '5' => { + '6' => { 'name' => 'output_base_ptr', 'type' => '258' }, - '6' => { + '7' => { 'name' => 'symbol', - 'type' => '1074928' + 'type' => '1094426' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'execute_layer', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '299' + 'SourceLine' => '311' }, - '823907' => { - 'Class' => '820673', + '842267' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '870', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem15execute_cleanupERNS_14ShadingContextE', + 'Line' => '876', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem15execute_cleanupERNS_14ShadingContextE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'ctx', - 'type' => '1074916' + 'type' => '1094414' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'execute_cleanup', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '389' + 'SourceLine' => '402' }, - '823944' => { - 'Class' => '820673', + '842304' => { + 'Class' => '839008', 'Const' => 1, 'Header' => 'oslexec.h', - 'Line' => '874', - 'MnglName' => '_ZNK11OSL_v1_13_413ShadingSystem10find_layerERKNS_11ShaderGroupEN18OpenImageIO_v2_5_17ustringE', + 'Line' => '880', + 'MnglName' => '_ZNK11OSL_v1_13_513ShadingSystem10find_layerERKNS_11ShaderGroupEN18OpenImageIO_v2_6_07ustringE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074940' + 'type' => '1094438' }, '1' => { 'name' => 'group', - 'type' => '1074945' + 'type' => '1094443' }, '2' => { 'name' => 'layername', - 'type' => '673440' + 'type' => '690782' } }, 'Return' => '178', 'ShortName' => 'find_layer', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '397' + 'SourceLine' => '410' }, - '823986' => { - 'Class' => '820673', + '842346' => { + 'Class' => '839008', 'Const' => 1, 'Header' => 'oslexec.h', - 'Line' => '891', - 'MnglName' => '_ZNK11OSL_v1_13_413ShadingSystem10get_symbolERKNS_14ShadingContextEN18OpenImageIO_v2_5_17ustringES5_RNS4_8TypeDescE', + 'Line' => '897', + 'MnglName' => '_ZNK11OSL_v1_13_513ShadingSystem10get_symbolERKNS_14ShadingContextEN18OpenImageIO_v2_6_07ustringES5_RNS4_8TypeDescE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074940' + 'type' => '1094438' }, '1' => { 'name' => 'ctx', - 'type' => '1074951' + 'type' => '1094449' }, '2' => { 'name' => 'layername', - 'type' => '673440' + 'type' => '690782' }, '3' => { 'name' => 'symbolname', - 'type' => '673440' + 'type' => '690782' }, '4' => { 'name' => 'type', - 'type' => '773257' + 'type' => '787134' } }, - 'Return' => '555887', + 'Return' => '571626', 'ShortName' => 'get_symbol', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '405' + 'SourceLine' => '418' }, - '824038' => { - 'Class' => '820673', + '842398' => { + 'Class' => '839008', 'Const' => 1, 'Header' => 'oslexec.h', - 'Line' => '893', - 'MnglName' => '_ZNK11OSL_v1_13_413ShadingSystem10get_symbolERKNS_14ShadingContextEN18OpenImageIO_v2_5_17ustringERNS4_8TypeDescE', + 'Line' => '899', + 'MnglName' => '_ZNK11OSL_v1_13_513ShadingSystem10get_symbolERKNS_14ShadingContextEN18OpenImageIO_v2_6_07ustringERNS4_8TypeDescE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074940' + 'type' => '1094438' }, '1' => { 'name' => 'ctx', - 'type' => '1074951' + 'type' => '1094449' }, '2' => { 'name' => 'symbolname', - 'type' => '673440' + 'type' => '690782' }, '3' => { 'name' => 'type', - 'type' => '773257' + 'type' => '787134' } }, - 'Return' => '555887', + 'Return' => '571626', 'ShortName' => 'get_symbol', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '419' + 'SourceLine' => '432' }, - '824085' => { - 'Class' => '820673', + '842445' => { + 'Class' => '839008', 'Const' => 1, 'Header' => 'oslexec.h', - 'Line' => '908', - 'MnglName' => '_ZNK11OSL_v1_13_413ShadingSystem11find_symbolERKNS_11ShaderGroupEN18OpenImageIO_v2_5_17ustringES5_', + 'Line' => '914', + 'MnglName' => '_ZNK11OSL_v1_13_513ShadingSystem11find_symbolERKNS_11ShaderGroupEN18OpenImageIO_v2_6_07ustringES5_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074940' + 'type' => '1094438' }, '1' => { 'name' => 'group', - 'type' => '1074945' + 'type' => '1094443' }, '2' => { 'name' => 'layername', - 'type' => '673440' + 'type' => '690782' }, '3' => { 'name' => 'symbolname', - 'type' => '673440' + 'type' => '690782' } }, - 'Return' => '1074928', + 'Return' => '1094426', 'ShortName' => 'find_symbol', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '435' + 'SourceLine' => '448' }, - '824132' => { - 'Class' => '820673', + '842492' => { + 'Class' => '839008', 'Const' => 1, 'Header' => 'oslexec.h', - 'Line' => '910', - 'MnglName' => '_ZNK11OSL_v1_13_413ShadingSystem11find_symbolERKNS_11ShaderGroupEN18OpenImageIO_v2_5_17ustringE', + 'Line' => '916', + 'MnglName' => '_ZNK11OSL_v1_13_513ShadingSystem11find_symbolERKNS_11ShaderGroupEN18OpenImageIO_v2_6_07ustringE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074940' + 'type' => '1094438' }, '1' => { 'name' => 'group', - 'type' => '1074945' + 'type' => '1094443' }, '2' => { 'name' => 'symbolname', - 'type' => '673440' + 'type' => '690782' } }, - 'Return' => '1074928', + 'Return' => '1094426', 'ShortName' => 'find_symbol', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '446' + 'SourceLine' => '459' }, - '824174' => { - 'Class' => '820673', + '842534' => { + 'Class' => '839008', 'Const' => 1, 'Header' => 'oslexec.h', - 'Line' => '915', - 'MnglName' => '_ZNK11OSL_v1_13_413ShadingSystem15symbol_typedescEPKNS_12ShaderSymbolE', + 'Line' => '921', + 'MnglName' => '_ZNK11OSL_v1_13_513ShadingSystem15symbol_typedescEPKNS_12ShaderSymbolE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074940' + 'type' => '1094438' }, '1' => { 'name' => 'sym', - 'type' => '1074928' + 'type' => '1094426' } }, - 'Return' => '670837', + 'Return' => '687140', 'ShortName' => 'symbol_typedesc', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '461' + 'SourceLine' => '474' }, - '824211' => { - 'Class' => '820673', + '842571' => { + 'Class' => '839008', 'Const' => 1, 'Header' => 'oslexec.h', - 'Line' => '922', - 'MnglName' => '_ZNK11OSL_v1_13_413ShadingSystem14symbol_addressERKNS_14ShadingContextEPKNS_12ShaderSymbolE', + 'Line' => '928', + 'MnglName' => '_ZNK11OSL_v1_13_513ShadingSystem14symbol_addressERKNS_14ShadingContextEPKNS_12ShaderSymbolE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074940' + 'type' => '1094438' }, '1' => { 'name' => 'ctx', - 'type' => '1074951' + 'type' => '1094449' }, '2' => { 'name' => 'sym', - 'type' => '1074928' + 'type' => '1094426' } }, - 'Return' => '555887', + 'Return' => '571626', 'ShortName' => 'symbol_address', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '469' + 'SourceLine' => '482' }, - '824253' => { - 'Class' => '820673', + '842613' => { + 'Class' => '839008', 'Const' => 1, 'Header' => 'oslexec.h', - 'Line' => '991', - 'MnglName' => '_ZNK11OSL_v1_13_413ShadingSystem8getstatsEi', + 'Line' => '997', + 'MnglName' => '_ZNK11OSL_v1_13_513ShadingSystem8getstatsEi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074940' + 'type' => '1094438' }, '1' => { 'name' => 'level', 'type' => '178' } }, - 'Return' => '43892', + 'Return' => '43980', 'ShortName' => 'getstats', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '622' + 'SourceLine' => '635' }, - '824290' => { - 'Class' => '820673', + '842650' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '993', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem16register_closureEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEEiPKNS_12ClosureParamEPFvPNS_16RendererServicesEiPvESD_', + 'Line' => '999', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem16register_closureEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEEiPKNS_12ClosureParamEPFvPNS_16RendererServicesEiPvESD_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'name', - 'type' => '662969' + 'type' => '679557' }, '2' => { 'name' => 'id', @@ -9194,117 +10017,117 @@ $VAR1 = { }, '3' => { 'name' => 'params', - 'type' => '1074957' + 'type' => '1094455' }, '4' => { 'name' => 'prepare', - 'type' => '827951' + 'type' => '846611' }, '5' => { 'name' => 'setup', - 'type' => '827963' + 'type' => '846623' } }, 'Return' => '1', 'ShortName' => 'register_closure', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '630' + 'SourceLine' => '643' }, - '824343' => { - 'Class' => '820673', + '842703' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1001', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem13query_closureEPPKcPiPPKNS_12ClosureParamE', + 'Line' => '1007', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem13query_closureEPPKcPiPPKNS_12ClosureParamE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'name', - 'type' => '637101' + 'type' => '653644' }, '2' => { 'name' => 'id', - 'type' => '648561' + 'type' => '665104' }, '3' => { 'name' => 'params', - 'type' => '1074991' + 'type' => '1094489' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'query_closure', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '641' + 'SourceLine' => '654' }, - '824390' => { - 'Class' => '820673', + '842750' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1005', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem11globals_bitEN18OpenImageIO_v2_5_17ustringE', + 'Line' => '1011', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem11globals_bitEN18OpenImageIO_v2_6_07ustringE', 'Param' => { '0' => { 'name' => 'name', - 'type' => '673440' + 'type' => '690782' } }, - 'Return' => '818006', + 'Return' => '836341', 'ShortName' => 'globals_bit', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '675', + 'SourceLine' => '688', 'Static' => 1 }, - '824418' => { - 'Class' => '820673', + '842778' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1008', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem12globals_nameENS_6SGBitsE', + 'Line' => '1014', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem12globals_nameENS_6SGBitsE', 'Param' => { '0' => { 'name' => 'bit', - 'type' => '818006' + 'type' => '836341' } }, - 'Return' => '673440', + 'Return' => '690782', 'ShortName' => 'globals_name', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '687', + 'SourceLine' => '700', 'Static' => 1 }, - '824446' => { - 'Class' => '820673', + '842806' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1013', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem11raytype_bitEN18OpenImageIO_v2_5_17ustringE', + 'Line' => '1019', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem11raytype_bitEN18OpenImageIO_v2_6_07ustringE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'name', - 'type' => '673440' + 'type' => '690782' } }, 'Return' => '178', 'ShortName' => 'raytype_bit', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '699' + 'SourceLine' => '712' }, - '824483' => { - 'Class' => '820673', + '842843' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1020', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem12set_raytypesEPNS_11ShaderGroupEii', + 'Line' => '1026', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem12set_raytypesEPNS_11ShaderGroupEii', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074876' + 'type' => '1094374' }, '2' => { 'name' => 'raytypes_on', @@ -9318,129 +10141,229 @@ $VAR1 = { 'Return' => '1', 'ShortName' => 'set_raytypes', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '750' + 'SourceLine' => '763' }, - '824526' => { - 'Class' => '820673', + '842886' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1023', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem13clear_symlocsEv', + 'Line' => '1029', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem13clear_symlocsEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' } }, 'Return' => '1', 'ShortName' => 'clear_symlocs', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '759' + 'SourceLine' => '772' }, - '824554' => { - 'Class' => '820673', + '842914' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1024', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem13clear_symlocsEPNS_11ShaderGroupE', + 'Line' => '1030', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem13clear_symlocsEPNS_11ShaderGroupE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074876' + 'type' => '1094374' } }, 'Return' => '1', 'ShortName' => 'clear_symlocs', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '767' + 'SourceLine' => '780' }, - '824587' => { - 'Class' => '820673', + '842947' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1027', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem11add_symlocsEN18OpenImageIO_v2_5_14spanIKNS_15SymLocationDescELln1EEE', + 'Line' => '1033', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem11add_symlocsEN18OpenImageIO_v2_6_04spanIKNS_15SymLocationDescELln1EEE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'symlocs', - 'type' => '698105' + 'type' => '714485' } }, 'Return' => '1', 'ShortName' => 'add_symlocs', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '778' + 'SourceLine' => '791' }, - '824620' => { - 'Class' => '820673', + '842980' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1028', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem11add_symlocsEPNS_11ShaderGroupEN18OpenImageIO_v2_5_14spanIKNS_15SymLocationDescELln1EEE', + 'Line' => '1034', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem11add_symlocsEPNS_11ShaderGroupEN18OpenImageIO_v2_6_04spanIKNS_15SymLocationDescELln1EEE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074876' + 'type' => '1094374' }, '2' => { 'name' => 'symlocs', - 'type' => '698105' + 'type' => '714485' } }, 'Return' => '1', 'ShortName' => 'add_symlocs', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '786' + 'SourceLine' => '799' + }, + '843018' => { + 'Class' => '839008', + 'Const' => 1, + 'Header' => 'oslexec.h', + 'Line' => '1038', + 'MnglName' => '_ZNK11OSL_v1_13_513ShadingSystem11find_symlocEN18OpenImageIO_v2_6_07ustringE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '1094438' + }, + '1' => { + 'name' => 'name', + 'type' => '690782' + } + }, + 'Return' => '1094335', + 'ShortName' => 'find_symloc', + 'Source' => 'shadingsys.cpp', + 'SourceLine' => '810' + }, + '843055' => { + 'Class' => '839008', + 'Const' => 1, + 'Header' => 'oslexec.h', + 'Line' => '1039', + 'MnglName' => '_ZNK11OSL_v1_13_513ShadingSystem11find_symlocEPKNS_11ShaderGroupEN18OpenImageIO_v2_6_07ustringE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '1094438' + }, + '1' => { + 'name' => 'group', + 'type' => '1094495' + }, + '2' => { + 'name' => 'name', + 'type' => '690782' + } + }, + 'Return' => '1094335', + 'ShortName' => 'find_symloc', + 'Source' => 'shadingsys.cpp', + 'SourceLine' => '818' + }, + '843097' => { + 'Class' => '839008', + 'Const' => 1, + 'Header' => 'oslexec.h', + 'Line' => '1045', + 'MnglName' => '_ZNK11OSL_v1_13_513ShadingSystem11find_symlocEN18OpenImageIO_v2_6_07ustringENS_8SymArenaE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '1094438' + }, + '1' => { + 'name' => 'name', + 'type' => '690782' + }, + '2' => { + 'name' => 'arena', + 'type' => '788225' + } + }, + 'Return' => '1094335', + 'ShortName' => 'find_symloc', + 'Source' => 'shadingsys.cpp', + 'SourceLine' => '829' + }, + '843139' => { + 'Class' => '839008', + 'Const' => 1, + 'Header' => 'oslexec.h', + 'Line' => '1046', + 'MnglName' => '_ZNK11OSL_v1_13_513ShadingSystem11find_symlocEPKNS_11ShaderGroupEN18OpenImageIO_v2_6_07ustringENS_8SymArenaE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '1094438' + }, + '1' => { + 'name' => 'group', + 'type' => '1094495' + }, + '2' => { + 'name' => 'name', + 'type' => '690782' + }, + '3' => { + 'name' => 'arena', + 'type' => '788225' + } + }, + 'Return' => '1094335', + 'ShortName' => 'find_symloc', + 'Source' => 'shadingsys.cpp', + 'SourceLine' => '837' }, - '824658' => { - 'Class' => '820673', + '843186' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1032', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem14optimize_groupEPNS_11ShaderGroupEPNS_14ShadingContextEb', + 'Line' => '1051', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem14optimize_groupEPNS_11ShaderGroupEPNS_14ShadingContextEb', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074876' + 'type' => '1094374' }, '2' => { 'name' => 'ctx', - 'type' => '1074798' + 'type' => '1094296' }, '3' => { 'name' => 'do_jit', - 'type' => '638960' + 'type' => '655503' } }, 'Return' => '1', 'ShortName' => 'optimize_group', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '797' + 'SourceLine' => '849' }, - '824701' => { - 'Class' => '820673', + '843229' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1038', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem14optimize_groupEPNS_11ShaderGroupEiiPNS_14ShadingContextEb', + 'Line' => '1057', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem14optimize_groupEPNS_11ShaderGroupEiiPNS_14ShadingContextEb', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074876' + 'type' => '1094374' }, '2' => { 'name' => 'raytypes_on', @@ -9452,27 +10375,27 @@ $VAR1 = { }, '4' => { 'name' => 'ctx', - 'type' => '1074798' + 'type' => '1094296' }, '5' => { 'name' => 'do_jit', - 'type' => '638960' + 'type' => '655503' } }, 'Return' => '1', 'ShortName' => 'optimize_group', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '807' + 'SourceLine' => '859' }, - '824754' => { - 'Class' => '820673', + '843282' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1044', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem19optimize_all_groupsEib', + 'Line' => '1063', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem19optimize_all_groupsEib', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'nthreads', @@ -9480,121 +10403,121 @@ $VAR1 = { }, '2' => { 'name' => 'do_jit', - 'type' => '638960' + 'type' => '655503' } }, 'Return' => '1', 'ShortName' => 'optimize_all_groups', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '707' + 'SourceLine' => '720' }, - '824792' => { - 'Class' => '820673', + '843320' => { + 'Class' => '839008', 'Const' => 1, 'Header' => 'oslexec.h', - 'Line' => '1047', - 'MnglName' => '_ZNK11OSL_v1_13_413ShadingSystem10texturesysEv', + 'Line' => '1066', + 'MnglName' => '_ZNK11OSL_v1_13_513ShadingSystem10texturesysEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074940' + 'type' => '1094438' } }, - 'Return' => '1074859', + 'Return' => '1094357', 'ShortName' => 'texturesys', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '716' + 'SourceLine' => '729' }, - '824824' => { - 'Class' => '820673', + '843352' => { + 'Class' => '839008', 'Const' => 1, 'Header' => 'oslexec.h', - 'Line' => '1050', - 'MnglName' => '_ZNK11OSL_v1_13_413ShadingSystem8rendererEv', + 'Line' => '1069', + 'MnglName' => '_ZNK11OSL_v1_13_513ShadingSystem8rendererEv', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074940' + 'type' => '1094438' } }, - 'Return' => '1074809', + 'Return' => '1094307', 'ShortName' => 'renderer', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '724' + 'SourceLine' => '737' }, - '824856' => { - 'Class' => '820673', + '843384' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1054', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem19archive_shadergroupERNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEE', + 'Line' => '1073', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem19archive_shadergroupERNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074893' + 'type' => '1094391' }, '2' => { 'name' => 'filename', - 'type' => '662969' + 'type' => '679557' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'archive_shadergroup', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '743' + 'SourceLine' => '756' }, - '824898' => { - 'Class' => '820673', + '843426' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1057', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem19archive_shadergroupEPNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEE', + 'Line' => '1076', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem19archive_shadergroupEPNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074876' + 'type' => '1094374' }, '2' => { 'name' => 'filename', - 'type' => '662969' + 'type' => '679557' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'archive_shadergroup' }, - '824940' => { - 'Class' => '820673', + '843468' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1063', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem8oslqueryERKNS_11ShaderGroupEi', + 'Line' => '1082', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem8oslqueryERKNS_11ShaderGroupEi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1074854' + 'type' => '1094352' }, '1' => { 'name' => 'group', - 'type' => '1074945' + 'type' => '1094443' }, '2' => { 'name' => 'layernum', 'type' => '178' } }, - 'Return' => '827975', + 'Return' => '846635', 'ShortName' => 'oslquery' }, - '824982' => { - 'Class' => '820673', + '843510' => { + 'Class' => '839008', 'Header' => 'oslexec.h', - 'Line' => '1092', - 'MnglName' => '_ZN11OSL_v1_13_413ShadingSystem13convert_valueEPvN18OpenImageIO_v2_5_18TypeDescEPKvS3_', + 'Line' => '1111', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem13convert_valueEPvN18OpenImageIO_v2_6_08TypeDescEPKvS3_', 'Param' => { '0' => { 'name' => 'dst', @@ -9602,49 +10525,129 @@ $VAR1 = { }, '1' => { 'name' => 'dsttype', - 'type' => '670837' + 'type' => '687140' }, '2' => { 'name' => 'src', - 'type' => '555887' + 'type' => '571626' }, '3' => { 'name' => 'srctype', - 'type' => '670837' + 'type' => '687140' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'convert_value', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '846', + 'SourceLine' => '898', 'Static' => 1 }, - '828597' => { - 'Class' => '827975', + '843553' => { + 'Class' => '839008', + 'Header' => 'oslexec.h', + 'Line' => '1117', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem24register_inline_functionEN18OpenImageIO_v2_6_07ustringE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '1094352' + }, + '1' => { + 'name' => 'name', + 'type' => '690782' + } + }, + 'Return' => '1', + 'ShortName' => 'register_inline_function', + 'Source' => 'shadingsys.cpp', + 'SourceLine' => '4468' + }, + '843586' => { + 'Class' => '839008', + 'Header' => 'oslexec.h', + 'Line' => '1118', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem26unregister_inline_functionEN18OpenImageIO_v2_6_07ustringE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '1094352' + }, + '1' => { + 'name' => 'name', + 'type' => '690782' + } + }, + 'Return' => '1', + 'ShortName' => 'unregister_inline_function', + 'Source' => 'shadingsys.cpp', + 'SourceLine' => '4476' + }, + '843619' => { + 'Class' => '839008', + 'Header' => 'oslexec.h', + 'Line' => '1119', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem26register_noinline_functionEN18OpenImageIO_v2_6_07ustringE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '1094352' + }, + '1' => { + 'name' => 'name', + 'type' => '690782' + } + }, + 'Return' => '1', + 'ShortName' => 'register_noinline_function', + 'Source' => 'shadingsys.cpp', + 'SourceLine' => '4484' + }, + '843652' => { + 'Class' => '839008', + 'Header' => 'oslexec.h', + 'Line' => '1120', + 'MnglName' => '_ZN11OSL_v1_13_513ShadingSystem28unregister_noinline_functionEN18OpenImageIO_v2_6_07ustringE', + 'Param' => { + '0' => { + 'name' => 'this', + 'type' => '1094352' + }, + '1' => { + 'name' => 'name', + 'type' => '690782' + } + }, + 'Return' => '1', + 'ShortName' => 'unregister_noinline_function', + 'Source' => 'shadingsys.cpp', + 'SourceLine' => '4492' + }, + '847257' => { + 'Class' => '846635', 'Header' => 'oslquery.h', 'Line' => '156', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQuery4initEPKNS_11ShaderGroupEi', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQuery4initEPKNS_11ShaderGroupEi', 'Param' => { '0' => { 'name' => 'this', - 'type' => '1097254' + 'type' => '1117421' }, '1' => { 'name' => 'group', - 'type' => '1083953' + 'type' => '1094495' }, '2' => { 'name' => 'layernum', 'type' => '178' } }, - 'Return' => '638960', + 'Return' => '655503', 'ShortName' => 'init' }, - '837012' => { + '856017' => { 'Header' => 'oslexec.h', - 'MnglName' => '_ZN11OSL_v1_13_419register_JIT_GlobalEPKcPv', - 'NameSpace' => 'OSL_v1_13_4', + 'MnglName' => '_ZN11OSL_v1_13_519register_JIT_GlobalEPKcPv', + 'NameSpace' => 'OSL_v1_13_5', 'Param' => { '0' => { 'name' => 'global_var_name', @@ -9658,570 +10661,612 @@ $VAR1 = { 'Return' => '1', 'ShortName' => 'register_JIT_Global', 'Source' => 'shadingsys.cpp', - 'SourceLine' => '949' + 'SourceLine' => '1001' } }, 'SymbolVersion' => {}, 'Symbols' => { - 'liboslexec.so.1.13.4' => { - '_ZN11OSL_v1_13_411Accumulator3endEPv' => 1, - '_ZN11OSL_v1_13_411Accumulator4moveEN18OpenImageIO_v2_5_17ustringE' => 1, - '_ZN11OSL_v1_13_411Accumulator4moveEN18OpenImageIO_v2_5_17ustringES2_PKS2_S2_' => 1, - '_ZN11OSL_v1_13_411Accumulator4moveEPKN18OpenImageIO_v2_5_17ustringE' => 1, - '_ZN11OSL_v1_13_411Accumulator5beginEv' => 1, - '_ZN11OSL_v1_13_411Accumulator6setAovEiPNS_3AovEbb' => 1, - '_ZN11OSL_v1_13_411Accumulator8popStateEv' => 1, - '_ZN11OSL_v1_13_411Accumulator9pushStateEv' => 1, - '_ZN11OSL_v1_13_411AccumulatorC1EPKNS_13AccumAutomataE' => 1, - '_ZN11OSL_v1_13_411AccumulatorC2EPKNS_13AccumAutomataE' => 1, - '_ZN11OSL_v1_13_411OSLCompiler14compile_bufferEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEERSsRKSt6vectorISsSaISsEES5_S5_' => 1, - '_ZN11OSL_v1_13_411OSLCompiler7compileEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEERKSt6vectorISsSaISsEES5_' => 1, - '_ZN11OSL_v1_13_411OSLCompilerC1EPN18OpenImageIO_v2_5_112ErrorHandlerE' => 1, - '_ZN11OSL_v1_13_411OSLCompilerC2EPN18OpenImageIO_v2_5_112ErrorHandlerE' => 1, - '_ZN11OSL_v1_13_411OSLCompilerD1Ev' => 1, - '_ZN11OSL_v1_13_411OSLCompilerD2Ev' => 1, - '_ZN11OSL_v1_13_411shade_imageERNS_13ShadingSystemERNS_11ShaderGroupEPKNS_13ShaderGlobalsERN18OpenImageIO_v2_5_18ImageBufENS7_4spanIKNS7_7ustringELln1EEENS_19ShadeImageLocationsENS7_3ROIENS7_16parallel_optionsE' => 1, - '_ZN11OSL_v1_13_413AccumAutomata7addRuleEPKcib' => 1, - '_ZN11OSL_v1_13_413AccumAutomata7compileEv' => 1, - '_ZN11OSL_v1_13_413AccumAutomataD1Ev' => 1, - '_ZN11OSL_v1_13_413AccumAutomataD2Ev' => 1, - '_ZN11OSL_v1_13_413ShadingSystem11ReParameterERNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES7_NS3_8TypeDescEPKv' => 1, - '_ZN11OSL_v1_13_413ShadingSystem11add_symlocsEN18OpenImageIO_v2_5_14spanIKNS_15SymLocationDescELln1EEE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem11add_symlocsEPNS_11ShaderGroupEN18OpenImageIO_v2_5_14spanIKNS_15SymLocationDescELln1EEE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem11get_contextEPNS_13PerThreadInfoEPN18OpenImageIO_v2_5_113TextureSystem9PerthreadE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem11globals_bitEN18OpenImageIO_v2_5_17ustringE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem11raytype_bitEN18OpenImageIO_v2_5_17ustringE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem12execute_initERNS_14ShadingContextERNS_11ShaderGroupEiRNS_13ShaderGlobalsEPvS7_b' => 1, - '_ZN11OSL_v1_13_413ShadingSystem12getattributeEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEENS1_8TypeDescEPv' => 1, - '_ZN11OSL_v1_13_413ShadingSystem12getattributeEPNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEENS3_8TypeDescEPv' => 1, - '_ZN11OSL_v1_13_413ShadingSystem12globals_nameENS_6SGBitsE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem12set_raytypesEPNS_11ShaderGroupEii' => 1, - '_ZN11OSL_v1_13_413ShadingSystem13clear_symlocsEPNS_11ShaderGroupE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem13clear_symlocsEv' => 1, - '_ZN11OSL_v1_13_413ShadingSystem13convert_valueEPvN18OpenImageIO_v2_5_18TypeDescEPKvS3_' => 1, - '_ZN11OSL_v1_13_413ShadingSystem13execute_layerERNS_14ShadingContextEiRNS_13ShaderGlobalsEPvS5_N18OpenImageIO_v2_5_17ustringE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem13execute_layerERNS_14ShadingContextEiRNS_13ShaderGlobalsEPvS5_PKNS_12ShaderSymbolE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem13execute_layerERNS_14ShadingContextEiRNS_13ShaderGlobalsEPvS5_i' => 1, - '_ZN11OSL_v1_13_413ShadingSystem13query_closureEPPKcPiPPKNS_12ClosureParamE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem14ConnectShadersEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES5_S5_S5_' => 1, - '_ZN11OSL_v1_13_413ShadingSystem14ConnectShadersERNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES7_S7_S7_' => 1, - '_ZN11OSL_v1_13_413ShadingSystem14ShaderGroupEndERNS_11ShaderGroupE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem14ShaderGroupEndEv' => 1, - '_ZN11OSL_v1_13_413ShadingSystem14optimize_groupEPNS_11ShaderGroupEPNS_14ShadingContextEb' => 1, - '_ZN11OSL_v1_13_413ShadingSystem14optimize_groupEPNS_11ShaderGroupEiiPNS_14ShadingContextEb' => 1, - '_ZN11OSL_v1_13_413ShadingSystem15execute_cleanupERNS_14ShadingContextE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem15release_contextEPNS_14ShadingContextE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem16ShaderGroupBeginEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem16ShaderGroupBeginEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES5_S5_' => 1, - '_ZN11OSL_v1_13_413ShadingSystem16register_closureEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEEiPKNS_12ClosureParamEPFvPNS_16RendererServicesEiPvESD_' => 1, - '_ZN11OSL_v1_13_413ShadingSystem18create_thread_infoEv' => 1, - '_ZN11OSL_v1_13_413ShadingSystem19archive_shadergroupEPNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem19archive_shadergroupERNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem19destroy_thread_infoEPNS_13PerThreadInfoE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem19optimize_all_groupsEib' => 1, - '_ZN11OSL_v1_13_413ShadingSystem24LoadMemoryCompiledShaderEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES5_' => 1, - '_ZN11OSL_v1_13_413ShadingSystem6ShaderEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES5_S5_' => 1, - '_ZN11OSL_v1_13_413ShadingSystem6ShaderERNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES7_S7_' => 1, - '_ZN11OSL_v1_13_413ShadingSystem7executeERNS_14ShadingContextERNS_11ShaderGroupEiRNS_13ShaderGlobalsEPvS7_b' => 1, - '_ZN11OSL_v1_13_413ShadingSystem8oslqueryERKNS_11ShaderGroupEi' => 1, - '_ZN11OSL_v1_13_413ShadingSystem9ParameterEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEENS1_8TypeDescEPKvNS_10ParamHintsE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem9ParameterERNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEENS3_8TypeDescEPKvNS_10ParamHintsE' => 1, - '_ZN11OSL_v1_13_413ShadingSystem9attributeEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEENS1_8TypeDescEPKv' => 1, - '_ZN11OSL_v1_13_413ShadingSystem9attributeEPNS_11ShaderGroupEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEENS3_8TypeDescEPKv' => 1, - '_ZN11OSL_v1_13_413ShadingSystemC1EPNS_16RendererServicesEPN18OpenImageIO_v2_5_113TextureSystemEPNS3_12ErrorHandlerE' => 1, - '_ZN11OSL_v1_13_413ShadingSystemC2EPNS_16RendererServicesEPN18OpenImageIO_v2_5_113TextureSystemEPNS3_12ErrorHandlerE' => 1, - '_ZN11OSL_v1_13_413ShadingSystemD1Ev' => 1, - '_ZN11OSL_v1_13_413ShadingSystemD2Ev' => 1, - '_ZN11OSL_v1_13_414ShadingContext10dict_valueEiN18OpenImageIO_v2_5_17ustringENS1_8TypeDescEPv' => 1, - '_ZN11OSL_v1_13_414ShadingContext10find_regexEN18OpenImageIO_v2_5_17ustringE' => 1, - '_ZN11OSL_v1_13_414ShadingContext12execute_initERNS_11ShaderGroupEiRNS_13ShaderGlobalsEPvS5_b' => 1, - '_ZN11OSL_v1_13_414ShadingContext13execute_layerEiRNS_13ShaderGlobalsEPvS3_i' => 1, - '_ZN11OSL_v1_13_414ShadingContext14ocio_transformIN9Imath_3_16Color3IfEEEEbN18OpenImageIO_v2_5_17ustringES6_RKT_RS7_' => 1, - '_ZN11OSL_v1_13_414ShadingContext14ocio_transformINS_4DualIN9Imath_3_16Color3IfEELi2EEEEEbN18OpenImageIO_v2_5_17ustringES8_RKT_RS9_' => 1, - '_ZN11OSL_v1_13_414ShadingContext15execute_cleanupEv' => 1, - '_ZN11OSL_v1_13_414ShadingContext17osl_get_attributeEPNS_13ShaderGlobalsEPviN18OpenImageIO_v2_5_111ustringhashES5_iiNS4_8TypeDescES3_' => 1, - '_ZN11OSL_v1_13_414ShadingContext19free_dict_resourcesEv' => 1, - '_ZN11OSL_v1_13_414ShadingContext7executeERNS_11ShaderGroupEiRNS_13ShaderGlobalsEPvS5_b' => 1, - '_ZN11OSL_v1_13_414ShadingContext9dict_findEN18OpenImageIO_v2_5_17ustringES2_' => 1, - '_ZN11OSL_v1_13_414ShadingContext9dict_findEiN18OpenImageIO_v2_5_17ustringE' => 1, - '_ZN11OSL_v1_13_414ShadingContext9dict_nextEi' => 1, - '_ZN11OSL_v1_13_414ShadingContextC1ERNS_3pvt17ShadingSystemImplEPNS_13PerThreadInfoE' => 1, - '_ZN11OSL_v1_13_414ShadingContextC2ERNS_3pvt17ShadingSystemImplEPNS_13PerThreadInfoE' => 1, - '_ZN11OSL_v1_13_414ShadingContextD1Ev' => 1, - '_ZN11OSL_v1_13_414ShadingContextD2Ev' => 1, - '_ZN11OSL_v1_13_416RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_5_111ustringhashE' => 1, - '_ZN11OSL_v1_13_416RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_5_111ustringhashEf' => 1, - '_ZN11OSL_v1_13_416RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKv' => 1, - '_ZN11OSL_v1_13_416RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKvf' => 1, - '_ZN11OSL_v1_13_416RendererServices10getmessageEPNS_13ShaderGlobalsEN18OpenImageIO_v2_5_111ustringhashES4_NS3_8TypeDescEPvb' => 1, - '_ZN11OSL_v1_13_416RendererServices11device_freeEPv' => 1, - '_ZN11OSL_v1_13_416RendererServices11environmentEN18OpenImageIO_v2_5_111ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadERNS1_10TextureOptEPNS_13ShaderGlobalsERKN9Imath_3_14Vec3IfEESG_SG_iPfSH_SH_PS2_' => 1, - '_ZN11OSL_v1_13_416RendererServices12device_allocEm' => 1, - '_ZN11OSL_v1_13_416RendererServices12get_userdataEbN18OpenImageIO_v2_5_111ustringhashENS1_8TypeDescEPNS_13ShaderGlobalsEPv' => 1, - '_ZN11OSL_v1_13_416RendererServices13get_attributeEPNS_13ShaderGlobalsEbN18OpenImageIO_v2_5_111ustringhashENS3_8TypeDescES4_Pv' => 1, - '_ZN11OSL_v1_13_416RendererServices14copy_to_deviceEPvPKvm' => 1, - '_ZN11OSL_v1_13_416RendererServices14pointcloud_getEPNS_13ShaderGlobalsEN18OpenImageIO_v2_5_111ustringhashEPmiS4_NS3_8TypeDescEPv' => 1, - '_ZN11OSL_v1_13_416RendererServices16get_texture_infoEN18OpenImageIO_v2_5_111ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadEPNS_14ShadingContextEiS2_NS1_8TypeDescEPvPS2_' => 1, - '_ZN11OSL_v1_13_416RendererServices16get_texture_infoEN18OpenImageIO_v2_5_111ustringhashEPNS1_13TextureSystem13TextureHandleEffPNS3_9PerthreadEPNS_14ShadingContextEiS2_NS1_8TypeDescEPvPS2_' => 1, - '_ZN11OSL_v1_13_416RendererServices16pointcloud_writeEPNS_13ShaderGlobalsEN18OpenImageIO_v2_5_111ustringhashERKN9Imath_3_14Vec3IfEEiPKNS3_7ustringEPKNS3_8TypeDescEPPKv' => 1, - '_ZN11OSL_v1_13_416RendererServices16transform_pointsEPNS_13ShaderGlobalsEN18OpenImageIO_v2_5_111ustringhashES4_fPKN9Imath_3_14Vec3IfEEPS7_iNS3_8TypeDesc12VECSEMANTICSE' => 1, - '_ZN11OSL_v1_13_416RendererServices17pointcloud_searchEPNS_13ShaderGlobalsEN18OpenImageIO_v2_5_111ustringhashERKN9Imath_3_14Vec3IfEEfibPmPfi' => 1, - '_ZN11OSL_v1_13_416RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_5_111ustringhashE' => 1, - '_ZN11OSL_v1_13_416RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_5_111ustringhashEf' => 1, - '_ZN11OSL_v1_13_416RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKv' => 1, - '_ZN11OSL_v1_13_416RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKvf' => 1, - '_ZN11OSL_v1_13_416RendererServices18get_texture_handleEN18OpenImageIO_v2_5_111ustringhashEPNS_14ShadingContextEPKNS1_10TextureOptE' => 1, - '_ZN11OSL_v1_13_416RendererServices19get_array_attributeEPNS_13ShaderGlobalsEbN18OpenImageIO_v2_5_111ustringhashENS3_8TypeDescES4_iPv' => 1, - '_ZN11OSL_v1_13_416RendererServices4goodEPN18OpenImageIO_v2_5_113TextureSystem13TextureHandleE' => 1, - '_ZN11OSL_v1_13_416RendererServices5traceERNS0_8TraceOptEPNS_13ShaderGlobalsERKN9Imath_3_14Vec3IfEES9_S9_S9_S9_S9_' => 1, - '_ZN11OSL_v1_13_416RendererServices7batchedENS_7WidthOfILi16EEE' => 1, - '_ZN11OSL_v1_13_416RendererServices7batchedENS_7WidthOfILi8EEE' => 1, - '_ZN11OSL_v1_13_416RendererServices7is_udimEPN18OpenImageIO_v2_5_113TextureSystem13TextureHandleE' => 1, - '_ZN11OSL_v1_13_416RendererServices7textureEN18OpenImageIO_v2_5_111ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadERNS1_10TextureOptEPNS_13ShaderGlobalsEffffffiPfSC_SC_PS2_' => 1, - '_ZN11OSL_v1_13_416RendererServices9texture3dEN18OpenImageIO_v2_5_111ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadERNS1_10TextureOptEPNS_13ShaderGlobalsERKN9Imath_3_14Vec3IfEESG_SG_SG_iPfSH_SH_SH_PS2_' => 1, - '_ZN11OSL_v1_13_416RendererServicesC1EPN18OpenImageIO_v2_5_113TextureSystemE' => 1, - '_ZN11OSL_v1_13_416RendererServicesC2EPN18OpenImageIO_v2_5_113TextureSystemE' => 1, - '_ZN11OSL_v1_13_416RendererServicesD0Ev' => 1, - '_ZN11OSL_v1_13_416RendererServicesD1Ev' => 1, - '_ZN11OSL_v1_13_416RendererServicesD2Ev' => 1, - '_ZN11OSL_v1_13_419DfOptimizedAutomata10Transition10trans_compERKS1_S3_' => 1, - '_ZN11OSL_v1_13_419DfOptimizedAutomata11compileFromERKNS_10DfAutomataE' => 1, - '_ZN11OSL_v1_13_419register_JIT_GlobalEPKcPv' => 1, - '_ZN11OSL_v1_13_43pvt10PointCloud3getEN18OpenImageIO_v2_5_111ustringhashEb' => 1, - '_ZN11OSL_v1_13_43pvt10PointCloudC1EN18OpenImageIO_v2_5_111ustringhashEPN6Partio20ParticlesDataMutableEb' => 1, - '_ZN11OSL_v1_13_43pvt10PointCloudC2EN18OpenImageIO_v2_5_111ustringhashEPN6Partio20ParticlesDataMutableEb' => 1, - '_ZN11OSL_v1_13_43pvt10PointCloudD1Ev' => 1, - '_ZN11OSL_v1_13_43pvt10PointCloudD2Ev' => 1, - '_ZN11OSL_v1_13_43pvt11ColorSystem10fromStringEN18OpenImageIO_v2_5_17ustringE' => 1, - '_ZN11OSL_v1_13_43pvt11ColorSystem14set_colorspaceEN18OpenImageIO_v2_5_17ustringE' => 1, - '_ZN11OSL_v1_13_43pvt13print_closureERSoPKNS_12ClosureColorEPNS0_17ShadingSystemImplE' => 1, - '_ZN11OSL_v1_13_43pvt17ShadingSystemImpl11raytype_bitEN18OpenImageIO_v2_5_17ustringE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util10constant16Et' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util10constant64Em' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util10execengineEPN4llvm15ExecutionEngineE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util10new_moduleEPKc' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util10offset_ptrEPN4llvm5ValueES4_PNS2_4TypeE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util10offset_ptrEPN4llvm5ValueEiPNS2_4TypeE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util10op_extractEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util10op_extractEPN4llvm5ValueEi' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util10op_scatterEPN4llvm5ValueES4_S4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util10op_zero_ifEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util10type_arrayEPN4llvm4TypeEi' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util10type_unionEN18OpenImageIO_v2_5_14spanIKPN4llvm4TypeELln1EEE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11constant128Em' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11constant128Emm' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11constanti64El' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11do_optimizeEPSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11end_builderEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11int_as_maskEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11mask_as_intEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11negate_maskEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11new_builderEPN4llvm10BasicBlockE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11op_split_8xEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11ptr_to_castEPN4llvm5ValueEPNS2_4TypeERKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11shader_maskEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11type_structEN18OpenImageIO_v2_5_14spanIKPN4llvm4TypeELln1EEERKSsb' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11ustring_repENS1_10UstringRepE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util11widen_valueEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util12constant_ptrEPvPN4llvm11PointerTypeE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util12current_maskEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util12mask_as_int8EPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util12op_load_maskEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util12op_split_16xEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util12pop_functionEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util12supports_isaENS0_9TargetISAE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager10findSymbolERKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager14finalizeMemoryEPSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager16getSymbolAddressERKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager16registerEHFramesEPhmm' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager18deregisterEHFramesEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager18notifyObjectLoadedEPN4llvm15ExecutionEngineERKNS3_6object10ObjectFileE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager18notifyObjectLoadedERN4llvm11RuntimeDyldERKNS3_6object10ObjectFileE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager19allocateCodeSectionEmjjN4llvm9StringRefE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager19allocateDataSectionEmjjN4llvm9StringRefEb' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager22reserveAllocationSpaceEmjmjmj' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager24findSymbolInLogicalDylibERKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager25getPointerToNamedFunctionERKSsb' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager26invalidateInstructionCacheEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager29needsToReserveAllocationSpaceEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManager30getSymbolAddressInLogicalDylibERKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManagerD0Ev' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManagerD1Ev' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13MemoryManagerD2Ev' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13PerThreadInfoD1Ev' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13PerThreadInfoD2Ev' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13absorb_moduleESt10unique_ptrIN4llvm6ModuleESt14default_deleteIS4_EE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13call_functionEPKcN18OpenImageIO_v2_5_14spanIKPN4llvm5ValueELln1EEE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13call_functionEPN4llvm5ValueEN18OpenImageIO_v2_5_14spanIKS4_Lln1EEE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13constant_boolEb' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13func_is_emptyEPN4llvm8FunctionE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13is_type_arrayEPN4llvm4TypeE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13make_functionERKSsbPN4llvm4TypeEN18OpenImageIO_v2_5_14spanIKS6_Lln1EEEb' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13mask4_as_int8EPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13mask_as_int16EPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13module_stringEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13op_store_maskEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13push_functionEPN4llvm10BasicBlockE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13type_functionEPN4llvm4TypeEN18OpenImageIO_v2_5_14spanIKS4_Lln1EEEb' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13void_ptr_nullEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_constantEN18OpenImageIO_v2_5_17ustringE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_constantEPN4llvm8ConstantE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_constantEf' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_constantEi' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_constantEif' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_constantEii' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_constantEm' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util13wide_ptr_castEPN4llvm5ValueERKN18OpenImageIO_v2_5_18TypeDescE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util14bitcode_stringEPN4llvm6ModuleE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util14bitcode_stringEPN4llvm8FunctionE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util14op_bool_to_intEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util14op_int_to_boolEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util14op_masked_exitEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util14op_quarter_16xEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util14test_mask_laneEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util14test_mask_laneEPN4llvm5ValueEi' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util14wide_op_allocaERKN18OpenImageIO_v2_5_18TypeDescEiRKSsi' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util15apply_return_toEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util15element_type_ofEPN4llvm4TypeE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util15int_to_ptr_castEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util15new_basic_blockERKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util15op_float_to_intEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util15op_int_to_floatEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util15op_masked_breakEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util15pop_masked_loopEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util15target_isa_nameENS0_9TargetISAE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util16delete_func_bodyEPN4llvm8FunctionE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util16llvm_vector_typeEPN4llvm4TypeEj' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util16llvm_vector_typeERKN18OpenImageIO_v2_5_18TypeDescE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util16op_bool_to_floatEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util16op_is_not_finiteEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util16op_masked_returnEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util16push_masked_loopEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util16set_insert_pointEPN4llvm10BasicBlockE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util17op_unmasked_storeEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util17pop_function_maskEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util17ptx_compile_groupEPN4llvm6ModuleERKSsRSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util17type_function_ptrEPN4llvm4TypeEN18OpenImageIO_v2_5_14spanIKS4_Lln1EEEb' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util18add_global_mappingEPKcPv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util18debug_pop_functionEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util18debug_set_locationEN18OpenImageIO_v2_5_17ustringEi' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util18lookup_isa_by_nameEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util18op_float_to_doubleEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util18op_int_to_longlongEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util18op_masked_continueEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util18push_function_maskEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util18wide_constant_boolEb' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util18write_bitcode_fileEPKcPSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util19ScopedJitMemoryUserC1Ev' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util19ScopedJitMemoryUserC2Ev' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util19ScopedJitMemoryUserD1Ev' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util19ScopedJitMemoryUserD2Ev' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util19debug_push_functionERKSsN18OpenImageIO_v2_5_17ustringEi' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util19detect_cpu_featuresENS0_9TargetISAEb' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util19llvm_mask_to_nativeEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util19make_jit_execengineEPSsNS0_9TargetISAEbb' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util19mark_fast_func_callEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util19module_from_bitcodeEPKcmRKSsPSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util19native_to_llvm_maskEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util19pop_shader_instanceEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util20add_function_mappingEPN4llvm8FunctionEPv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util20current_function_argEi' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util20getPointerToFunctionEPN4llvm8FunctionE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util20push_shader_instanceEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util21assume_ptr_is_alignedEPN4llvm5ValueEj' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util21op_1st_active_lane_ofEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util21op_combine_4x_vectorsEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util21op_combine_8x_vectorsEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util21total_jit_memory_heldEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util23dump_struct_data_layoutEPN4llvm4TypeE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util23getOrCreateDebugFileForERKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util23op_linearize_8x_indicesEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util23pop_masked_return_blockEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util24apply_exit_to_mask_stackEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util24op_linearize_16x_indicesEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util24push_masked_return_blockEPN4llvm10BasicBlockE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util24test_if_mask_is_non_zeroEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util24validate_global_mappingsERSt6vectorISsSaISsEE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util25apply_break_to_mask_stackEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util25setup_optimization_passesEib' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util26InstallLazyFunctionCreatorEPFPvRKSsE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util26apply_return_to_mask_stackEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util26debug_pop_inlined_functionEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util26op_lanes_that_match_maskedEPN4llvm5ValueES4_S4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util27debug_push_inlined_functionEN18OpenImageIO_v2_5_17ustringES3_i' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util27validate_struct_data_layoutEPN4llvm4TypeERKSt6vectorIjSaIjEE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util28apply_continue_to_mask_stackEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util28debug_setup_compilation_unitEPKc' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util28internalize_module_functionsERKSsRKSt6vectorISsSaISsEES8_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util28prune_and_internalize_moduleESt13unordered_setIPN4llvm8FunctionESt4hashIS5_ESt8equal_toIS5_ESaIS5_EENS1_7LinkageEPSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util3GEPEPN4llvm4TypeEPNS2_5ValueES6_RKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util3GEPEPN4llvm4TypeEPNS2_5ValueEiRKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util3GEPEPN4llvm4TypeEPNS2_5ValueEiiRKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util3GEPEPN4llvm5ValueES4_RKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util3GEPEPN4llvm5ValueEiRKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util3GEPEPN4llvm5ValueEiiRKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util5op_eqEPN4llvm5ValueES4_b' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util5op_geEPN4llvm5ValueES4_b' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util5op_gtEPN4llvm5ValueES4_b' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util5op_leEPN4llvm5ValueES4_b' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util5op_ltEPN4llvm5ValueES4_b' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util5op_neEPN4llvm5ValueES4_b' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util5op_orEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_addEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_andEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_divEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_modEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_mulEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_negEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_notEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_shlEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_shrEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_subEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util6op_xorEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util7builderEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util7op_fabsEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util7op_loadEPN4llvm4TypeEPNS2_5ValueERKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util7op_loadEPN4llvm5ValueERKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util8constantEN18OpenImageIO_v2_5_17ustringE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util8constantERKN18OpenImageIO_v2_5_18TypeDescE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util8constantEf' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util8constantEi' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util8constantEm' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util8op_storeEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util8pop_loopEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util8pop_maskEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util8ptr_castEPN4llvm5ValueEPNS2_4TypeERKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util8ptr_castEPN4llvm5ValueERKN18OpenImageIO_v2_5_18TypeDescERKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util8type_ptrEPN4llvm4TypeE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util8void_ptrEPN4llvm5ValueERKSs' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9SetupLLVMEv' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9constant8Ei' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9func_nameEPN4llvm8FunctionE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9llvm_typeERKN18OpenImageIO_v2_5_18TypeDescE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_allocaEPN4llvm4TypeEiRKSsi' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_allocaERKN18OpenImageIO_v2_5_18TypeDescEiRKSsi' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_branchEPN4llvm10BasicBlockE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_branchEPN4llvm5ValueEPNS2_10BasicBlockES6_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_gatherEPN4llvm5ValueES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_insertEPN4llvm5ValueES4_i' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_memcpyEPN4llvm5ValueES4_ii' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_memcpyEPN4llvm5ValueEiS4_ii' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_memsetEPN4llvm5ValueEiS4_i' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_memsetEPN4llvm5ValueEiii' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_returnEPN4llvm5ValueE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9op_selectEPN4llvm5ValueES4_S4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9push_loopEPN4llvm10BasicBlockES4_' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9push_maskEPN4llvm5ValueEbb' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_Util9type_wideEPN4llvm4TypeE' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_UtilC1ERKNS1_13PerThreadInfoEii' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_UtilC2ERKNS1_13PerThreadInfoEii' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_UtilD1Ev' => 1, - '_ZN11OSL_v1_13_43pvt9LLVM_UtilD2Ev' => 1, - '_ZN11OSL_v1_13_46Labels10BACKGROUNDE' => '-8', - '_ZN11OSL_v1_13_46Labels4NONEE' => '-8', - '_ZN11OSL_v1_13_46Labels4STOPE' => '-8', - '_ZN11OSL_v1_13_46Labels5LIGHTE' => '-8', - '_ZN11OSL_v1_13_46Labels6CAMERAE' => '-8', - '_ZN11OSL_v1_13_46Labels6GLOSSYE' => '-8', - '_ZN11OSL_v1_13_46Labels6OBJECTE' => '-8', - '_ZN11OSL_v1_13_46Labels6VOLUMEE' => '-8', - '_ZN11OSL_v1_13_46Labels7DIFFUSEE' => '-8', - '_ZN11OSL_v1_13_46Labels7REFLECTE' => '-8', - '_ZN11OSL_v1_13_46Labels8SINGULARE' => '-8', - '_ZN11OSL_v1_13_46Labels8STRAIGHTE' => '-8', - '_ZN11OSL_v1_13_46Labels8TRANSMITE' => '-8', - '_ZN11OSL_v1_13_47Strings10ACES2065_1E' => '-8', - '_ZN11OSL_v1_13_47Strings10catmullromE' => '-8', - '_ZN11OSL_v1_13_47Strings10gabornoiseE' => '-8', - '_ZN11OSL_v1_13_47Strings10op_dowhileE' => '-8', - '_ZN11OSL_v1_13_47Strings10pcellnoiseE' => '-8', - '_ZN11OSL_v1_13_47Strings10phashnoiseE' => '-8', - '_ZN11OSL_v1_13_47Strings10smartcubicE' => '-8', - '_ZN11OSL_v1_13_47Strings11anisotropicE' => '-8', - '_ZN11OSL_v1_13_47Strings11arraylengthE' => '-8', - '_ZN11OSL_v1_13_47Strings11colorsystemE' => '-8', - '_ZN11OSL_v1_13_47Strings11gaborpnoiseE' => '-8', - '_ZN11OSL_v1_13_47Strings12errormessageE' => '-8', - '_ZN11OSL_v1_13_47Strings12firstchannelE' => '-8', - '_ZN11OSL_v1_13_47Strings12genericnoiseE' => '-8', - '_ZN11OSL_v1_13_47Strings12missingalphaE' => '-8', - '_ZN11OSL_v1_13_47Strings12missingcolorE' => '-8', - '_ZN11OSL_v1_13_47Strings12simplexnoiseE' => '-8', - '_ZN11OSL_v1_13_47Strings12subimagenameE' => '-8', - '_ZN11OSL_v1_13_47Strings13_emptystring_E' => '-8', - '_ZN11OSL_v1_13_47Strings13genericpnoiseE' => '-8', - '_ZN11OSL_v1_13_47Strings13usimplexnoiseE' => '-8', - '_ZN11OSL_v1_13_47Strings19ErrorColorTransformE' => '-8', - '_ZN11OSL_v1_13_47Strings1IE' => '-8', - '_ZN11OSL_v1_13_47Strings1NE' => '-8', - '_ZN11OSL_v1_13_47Strings1PE' => '-8', - '_ZN11OSL_v1_13_47Strings1uE' => '-8', - '_ZN11OSL_v1_13_47Strings1vE' => '-8', - '_ZN11OSL_v1_13_47Strings20uninitialized_stringE' => '-8', - '_ZN11OSL_v1_13_47Strings2CiE' => '-8', - '_ZN11OSL_v1_13_47Strings2NgE' => '-8', - '_ZN11OSL_v1_13_47Strings2PsE' => '-8', - '_ZN11OSL_v1_13_47Strings3CIEE' => '-8', - '_ZN11OSL_v1_13_47Strings3EBUE' => '-8', - '_ZN11OSL_v1_13_47Strings3NDCE' => '-8', - '_ZN11OSL_v1_13_47Strings3PALE' => '-8', - '_ZN11OSL_v1_13_47Strings3RGBE' => '-8', - '_ZN11OSL_v1_13_47Strings3XYZE' => '-8', - '_ZN11OSL_v1_13_47Strings3YIQE' => '-8', - '_ZN11OSL_v1_13_47Strings3endE' => '-8', - '_ZN11OSL_v1_13_47Strings3hslE' => '-8', - '_ZN11OSL_v1_13_47Strings3hsvE' => '-8', - '_ZN11OSL_v1_13_47Strings3rgbE' => '-8', - '_ZN11OSL_v1_13_47Strings3xyYE' => '-8', - '_ZN11OSL_v1_13_47Strings3xyzE' => '-8', - '_ZN11OSL_v1_13_47Strings4HDTVE' => '-8', - '_ZN11OSL_v1_13_47Strings4NTSCE' => '-8', - '_ZN11OSL_v1_13_47Strings4backE' => '-8', - '_ZN11OSL_v1_13_47Strings4blurE' => '-8', - '_ZN11OSL_v1_13_47Strings4bothE' => '-8', - '_ZN11OSL_v1_13_47Strings4cellE' => '-8', - '_ZN11OSL_v1_13_47Strings4dPduE' => '-8', - '_ZN11OSL_v1_13_47Strings4dPdvE' => '-8', - '_ZN11OSL_v1_13_47Strings4fillE' => '-8', - '_ZN11OSL_v1_13_47Strings4hashE' => '-8', - '_ZN11OSL_v1_13_47Strings4nullE' => '-8', - '_ZN11OSL_v1_13_47Strings4sRGBE' => '-8', - '_ZN11OSL_v1_13_47Strings4timeE' => '-8', - '_ZN11OSL_v1_13_47Strings4wrapE' => '-8', - '_ZN11OSL_v1_13_47Strings5SECAME' => '-8', - '_ZN11OSL_v1_13_47Strings5SMPTEE' => '-8', - '_ZN11OSL_v1_13_47Strings5alphaE' => '-8', - '_ZN11OSL_v1_13_47Strings5blackE' => '-8', - '_ZN11OSL_v1_13_47Strings5clampE' => '-8', - '_ZN11OSL_v1_13_47Strings5colorE' => '-8', - '_ZN11OSL_v1_13_47Strings5cubicE' => '-8', - '_ZN11OSL_v1_13_47Strings5dtimeE' => '-8', - '_ZN11OSL_v1_13_47Strings5errorE' => '-8', - '_ZN11OSL_v1_13_47Strings5frontE' => '-8', - '_ZN11OSL_v1_13_47Strings5gaborE' => '-8', - '_ZN11OSL_v1_13_47Strings5labelE' => '-8', - '_ZN11OSL_v1_13_47Strings5noiseE' => '-8', - '_ZN11OSL_v1_13_47Strings5pointE' => '-8', - '_ZN11OSL_v1_13_47Strings5rblurE' => '-8', - '_ZN11OSL_v1_13_47Strings5rwrapE' => '-8', - '_ZN11OSL_v1_13_47Strings5sblurE' => '-8', - '_ZN11OSL_v1_13_47Strings5shadeE' => '-8', - '_ZN11OSL_v1_13_47Strings5swrapE' => '-8', - '_ZN11OSL_v1_13_47Strings5tblurE' => '-8', - '_ZN11OSL_v1_13_47Strings5twrapE' => '-8', - '_ZN11OSL_v1_13_47Strings5unullE' => '-8', - '_ZN11OSL_v1_13_47Strings5widthE' => '-8', - '_ZN11OSL_v1_13_47Strings6ACEScgE' => '-8', - '_ZN11OSL_v1_13_47Strings6Rec709E' => '-8', - '_ZN11OSL_v1_13_47Strings6bezierE' => '-8', - '_ZN11OSL_v1_13_47Strings6cameraE' => '-8', - '_ZN11OSL_v1_13_47Strings6commonE' => '-8', - '_ZN11OSL_v1_13_47Strings6interpE' => '-8', - '_ZN11OSL_v1_13_47Strings6linearE' => '-8', - '_ZN11OSL_v1_13_47Strings6matrixE' => '-8', - '_ZN11OSL_v1_13_47Strings6mirrorE' => '-8', - '_ZN11OSL_v1_13_47Strings6normalE' => '-8', - '_ZN11OSL_v1_13_47Strings6objectE' => '-8', - '_ZN11OSL_v1_13_47Strings6op_forE' => '-8', - '_ZN11OSL_v1_13_47Strings6perlinE' => '-8', - '_ZN11OSL_v1_13_47Strings6pnoiseE' => '-8', - '_ZN11OSL_v1_13_47Strings6rwidthE' => '-8', - '_ZN11OSL_v1_13_47Strings6screenE' => '-8', - '_ZN11OSL_v1_13_47Strings6shaderE' => '-8', - '_ZN11OSL_v1_13_47Strings6snoiseE' => '-8', - '_ZN11OSL_v1_13_47Strings6swidthE' => '-8', - '_ZN11OSL_v1_13_47Strings6twidthE' => '-8', - '_ZN11OSL_v1_13_47Strings6vectorE' => '-8', - '_ZN11OSL_v1_13_47Strings7bsplineE' => '-8', - '_ZN11OSL_v1_13_47Strings7closestE' => '-8', - '_ZN11OSL_v1_13_47Strings7dPdtimeE' => '-8', - '_ZN11OSL_v1_13_47Strings7hermiteE' => '-8', - '_ZN11OSL_v1_13_47Strings7maxdistE' => '-8', - '_ZN11OSL_v1_13_47Strings7mindistE' => '-8', - '_ZN11OSL_v1_13_47Strings7op_exitE' => '-8', - '_ZN11OSL_v1_13_47Strings7psnoiseE' => '-8', - '_ZN11OSL_v1_13_47Strings7raytypeE' => '-8', - '_ZN11OSL_v1_13_47Strings7simplexE' => '-8', - '_ZN11OSL_v1_13_47Strings7unknownE' => '-8', - '_ZN11OSL_v1_13_47Strings7uperlinE' => '-8', - '_ZN11OSL_v1_13_47Strings8AdobeRGBE' => '-8', - '_ZN11OSL_v1_13_47Strings8constantE' => '-8', - '_ZN11OSL_v1_13_47Strings8default_E' => '-8', - '_ZN11OSL_v1_13_47Strings8impulsesE' => '-8', - '_ZN11OSL_v1_13_47Strings8op_whileE' => '-8', - '_ZN11OSL_v1_13_47Strings8periodicE' => '-8', - '_ZN11OSL_v1_13_47Strings8subimageE' => '-8', - '_ZN11OSL_v1_13_47Strings8tracesetE' => '-8', - '_ZN11OSL_v1_13_47Strings8useparamE' => '-8', - '_ZN11OSL_v1_13_47Strings8usimplexE' => '-8', - '_ZN11OSL_v1_13_47Strings9bandwidthE' => '-8', - '_ZN11OSL_v1_13_47Strings9cellnoiseE' => '-8', - '_ZN11OSL_v1_13_47Strings9directionE' => '-8', - '_ZN11OSL_v1_13_47Strings9do_filterE' => '-8', - '_ZN11OSL_v1_13_47Strings9hashnoiseE' => '-8', - '_ZN11OSL_v1_13_47Strings9sidednessE' => '-8', - '_ZN11OSL_v1_13_48OSLQuery4initEPKNS_11ShaderGroupEi' => 1, - '_ZN11OSL_v1_13_48OSLQuery9ParameterD1Ev' => 1, - '_ZN11OSL_v1_13_48OSLQuery9ParameterD2Ev' => 1, - '_ZN11OSL_v1_13_48OSLQueryC1EPKNS_11ShaderGroupEi' => 1, - '_ZN11OSL_v1_13_48OSLQueryC2EPKNS_11ShaderGroupEi' => 1, - '_ZNK11OSL_v1_13_411OSLCompiler15output_filenameEv' => 1, - '_ZNK11OSL_v1_13_413AccumAutomata5accumEiRKN9Imath_3_16Color3IfEERSt6vectorINS_9AovOutputESaIS7_EE' => 1, - '_ZNK11OSL_v1_13_413ShadingSystem10find_layerERKNS_11ShaderGroupEN18OpenImageIO_v2_5_17ustringE' => 1, - '_ZNK11OSL_v1_13_413ShadingSystem10get_symbolERKNS_14ShadingContextEN18OpenImageIO_v2_5_17ustringERNS4_8TypeDescE' => 1, - '_ZNK11OSL_v1_13_413ShadingSystem10get_symbolERKNS_14ShadingContextEN18OpenImageIO_v2_5_17ustringES5_RNS4_8TypeDescE' => 1, - '_ZNK11OSL_v1_13_413ShadingSystem10texturesysEv' => 1, - '_ZNK11OSL_v1_13_413ShadingSystem11find_symbolERKNS_11ShaderGroupEN18OpenImageIO_v2_5_17ustringE' => 1, - '_ZNK11OSL_v1_13_413ShadingSystem11find_symbolERKNS_11ShaderGroupEN18OpenImageIO_v2_5_17ustringES5_' => 1, - '_ZNK11OSL_v1_13_413ShadingSystem14symbol_addressERKNS_14ShadingContextEPKNS_12ShaderSymbolE' => 1, - '_ZNK11OSL_v1_13_413ShadingSystem15symbol_typedescEPKNS_12ShaderSymbolE' => 1, - '_ZNK11OSL_v1_13_413ShadingSystem8getstatsEi' => 1, - '_ZNK11OSL_v1_13_413ShadingSystem8rendererEv' => 1, - '_ZNK11OSL_v1_13_414ShadingContext11symbol_dataERKNS_3pvt6SymbolE' => 1, - '_ZNK11OSL_v1_13_414ShadingContext12record_errorEN18OpenImageIO_v2_5_112ErrorHandler7ErrCodeERKSs' => 1, - '_ZNK11OSL_v1_13_414ShadingContext14process_errorsEv' => 1, - '_ZNK11OSL_v1_13_414ShadingContext6symbolEN18OpenImageIO_v2_5_17ustringES2_' => 1, - '_ZNK11OSL_v1_13_414ShadingContext8errorfmtIJN18OpenImageIO_v2_5_17ustringEEEEvPKcDpRKT_' => 1, - '_ZNK11OSL_v1_13_416RendererServices10texturesysEv' => 1, - '_ZNK11OSL_v1_13_416RendererServices8supportsEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEE' => 1, - '_ZNK11OSL_v1_13_43pvt11ColorSystem10transformcEN18OpenImageIO_v2_5_17ustringES3_RKN9Imath_3_16Color3IfEEPNS_14ShadingContextE' => 1, - '_ZNK11OSL_v1_13_43pvt11ColorSystem10transformcEN18OpenImageIO_v2_5_17ustringES3_RKNS_4DualIN9Imath_3_16Color3IfEELi2EEEPNS_14ShadingContextE' => 1, - '_ZNK11OSL_v1_13_43pvt11ColorSystem10transformcINS_4DualIN9Imath_3_16Color3IfEELi2EEEEET_N18OpenImageIO_v2_5_17ustringESA_RKS8_PNS_14ShadingContextE' => 1, - '_ZNK11OSL_v1_13_43pvt11ColorSystem14ocio_transformEN18OpenImageIO_v2_5_17ustringES3_RKN9Imath_3_16Color3IfEEPNS_14ShadingContextE' => 1, - '_ZNK11OSL_v1_13_43pvt11ColorSystem14ocio_transformEN18OpenImageIO_v2_5_17ustringES3_RKNS_4DualIN9Imath_3_16Color3IfEELi2EEEPNS_14ShadingContextE' => 1, - '_ZNK11OSL_v1_13_43pvt11ColorSystem5errorEN18OpenImageIO_v2_5_17ustringES3_PNS_14ShadingContextE' => 1, - '_ZNK11OSL_v1_13_43pvt11ColorSystem6to_rgbEN18OpenImageIO_v2_5_17ustringERKN9Imath_3_16Color3IfEEPNS_14ShadingContextE' => 1, - '_ZNK11OSL_v1_13_43pvt11ColorSystem8from_rgbEN18OpenImageIO_v2_5_17ustringERKN9Imath_3_16Color3IfEEPNS_14ShadingContextE' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util11llvm_typeofEPN4llvm5ValueE' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util12return_blockEv' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util13PerThreadInfo3getEv' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util13llvm_typenameEPN4llvm4TypeE' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util15inside_functionEv' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util15llvm_typenameofEPN4llvm5ValueE' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util15loop_step_blockEv' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util16debug_is_enabledEv' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util16loop_after_blockEv' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util17masked_exit_countEv' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util18masked_break_countEv' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util19masked_return_blockEv' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util19masked_return_countEv' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util20getCurrentDebugScopeEv' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util21masked_continue_countEv' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util22getCurrentInliningSiteEv' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util23has_masked_return_blockEv' => 1, - '_ZNK11OSL_v1_13_43pvt9LLVM_Util24is_innermost_loop_maskedEv' => 1, - '_ZNK11OSL_v1_13_49AccumRule5accumERKN9Imath_3_16Color3IfEERSt6vectorINS_9AovOutputESaIS7_EE' => 1, - '_ZTIN11OSL_v1_13_416RendererServicesE' => '-16', - '_ZTINSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11OSL_v1_13_43pvt17ShadingSystemImplEiibES6_iibEEEEEE' => '-24', - '_ZTSN11OSL_v1_13_416RendererServicesE' => '-34', - '_ZTSNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11OSL_v1_13_43pvt17ShadingSystemImplEiibES6_iibEEEEEE' => '-106', - '_ZTVN11OSL_v1_13_416RendererServicesE' => '-288', - '_ZTVN11OSL_v1_13_43pvt9LLVM_Util13MemoryManagerE' => '-256', - '_ZTVNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11OSL_v1_13_43pvt17ShadingSystemImplEiibES6_iibEEEEEE' => '-40', - '_ZThn16_N11OSL_v1_13_43pvt9LLVM_Util13MemoryManager10findSymbolERKSs' => 1, - '_ZThn16_N11OSL_v1_13_43pvt9LLVM_Util13MemoryManager24findSymbolInLogicalDylibERKSs' => 1, - '_ZThn16_N11OSL_v1_13_43pvt9LLVM_Util13MemoryManagerD0Ev' => 1, - '_ZThn16_N11OSL_v1_13_43pvt9LLVM_Util13MemoryManagerD1Ev' => 1 + 'liboslexec.so.1.13.5' => { + '_ZN11OSL_v1_13_511Accumulator3endEPv' => 1, + '_ZN11OSL_v1_13_511Accumulator4moveEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_511Accumulator4moveEN18OpenImageIO_v2_6_07ustringES2_PKS2_S2_' => 1, + '_ZN11OSL_v1_13_511Accumulator4moveEPKN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_511Accumulator5beginEv' => 1, + '_ZN11OSL_v1_13_511Accumulator6setAovEiPNS_3AovEbb' => 1, + '_ZN11OSL_v1_13_511Accumulator8popStateEv' => 1, + '_ZN11OSL_v1_13_511Accumulator9pushStateEv' => 1, + '_ZN11OSL_v1_13_511AccumulatorC1EPKNS_13AccumAutomataE' => 1, + '_ZN11OSL_v1_13_511AccumulatorC2EPKNS_13AccumAutomataE' => 1, + '_ZN11OSL_v1_13_511OSLCompiler14compile_bufferEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEERSsRKSt6vectorISsSaISsEES5_S5_' => 1, + '_ZN11OSL_v1_13_511OSLCompiler7compileEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEERKSt6vectorISsSaISsEES5_' => 1, + '_ZN11OSL_v1_13_511OSLCompilerC1EPN18OpenImageIO_v2_6_012ErrorHandlerE' => 1, + '_ZN11OSL_v1_13_511OSLCompilerC2EPN18OpenImageIO_v2_6_012ErrorHandlerE' => 1, + '_ZN11OSL_v1_13_511OSLCompilerD1Ev' => 1, + '_ZN11OSL_v1_13_511OSLCompilerD2Ev' => 1, + '_ZN11OSL_v1_13_511shade_imageERNS_13ShadingSystemERNS_11ShaderGroupEPKNS_13ShaderGlobalsERN18OpenImageIO_v2_6_08ImageBufENS7_4spanIKNS7_7ustringELln1EEENS_19ShadeImageLocationsENS7_3ROIENS7_16parallel_optionsE' => 1, + '_ZN11OSL_v1_13_513AccumAutomata7addRuleEPKcib' => 1, + '_ZN11OSL_v1_13_513AccumAutomata7compileEv' => 1, + '_ZN11OSL_v1_13_513AccumAutomataD1Ev' => 1, + '_ZN11OSL_v1_13_513AccumAutomataD2Ev' => 1, + '_ZN11OSL_v1_13_513ShadingSystem11ReParameterERNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES7_NS3_8TypeDescEPKv' => 1, + '_ZN11OSL_v1_13_513ShadingSystem11add_symlocsEN18OpenImageIO_v2_6_04spanIKNS_15SymLocationDescELln1EEE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem11add_symlocsEPNS_11ShaderGroupEN18OpenImageIO_v2_6_04spanIKNS_15SymLocationDescELln1EEE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem11get_contextEPNS_13PerThreadInfoEPN18OpenImageIO_v2_6_013TextureSystem9PerthreadE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem11globals_bitEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem11raytype_bitEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem12execute_initERNS_14ShadingContextERNS_11ShaderGroupEiiRNS_13ShaderGlobalsEPvS7_b' => 1, + '_ZN11OSL_v1_13_513ShadingSystem12getattributeEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEENS1_8TypeDescEPv' => 1, + '_ZN11OSL_v1_13_513ShadingSystem12getattributeEPNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEENS3_8TypeDescEPv' => 1, + '_ZN11OSL_v1_13_513ShadingSystem12globals_nameENS_6SGBitsE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem12set_raytypesEPNS_11ShaderGroupEii' => 1, + '_ZN11OSL_v1_13_513ShadingSystem13clear_symlocsEPNS_11ShaderGroupE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem13clear_symlocsEv' => 1, + '_ZN11OSL_v1_13_513ShadingSystem13convert_valueEPvN18OpenImageIO_v2_6_08TypeDescEPKvS3_' => 1, + '_ZN11OSL_v1_13_513ShadingSystem13execute_layerERNS_14ShadingContextEiiRNS_13ShaderGlobalsEPvS5_N18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem13execute_layerERNS_14ShadingContextEiiRNS_13ShaderGlobalsEPvS5_PKNS_12ShaderSymbolE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem13execute_layerERNS_14ShadingContextEiiRNS_13ShaderGlobalsEPvS5_i' => 1, + '_ZN11OSL_v1_13_513ShadingSystem13query_closureEPPKcPiPPKNS_12ClosureParamE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem14ConnectShadersEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES5_S5_S5_' => 1, + '_ZN11OSL_v1_13_513ShadingSystem14ConnectShadersERNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES7_S7_S7_' => 1, + '_ZN11OSL_v1_13_513ShadingSystem14ShaderGroupEndERNS_11ShaderGroupE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem14ShaderGroupEndEv' => 1, + '_ZN11OSL_v1_13_513ShadingSystem14optimize_groupEPNS_11ShaderGroupEPNS_14ShadingContextEb' => 1, + '_ZN11OSL_v1_13_513ShadingSystem14optimize_groupEPNS_11ShaderGroupEiiPNS_14ShadingContextEb' => 1, + '_ZN11OSL_v1_13_513ShadingSystem15execute_cleanupERNS_14ShadingContextE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem15release_contextEPNS_14ShadingContextE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem16ShaderGroupBeginEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem16ShaderGroupBeginEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES5_S5_' => 1, + '_ZN11OSL_v1_13_513ShadingSystem16register_closureEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEEiPKNS_12ClosureParamEPFvPNS_16RendererServicesEiPvESD_' => 1, + '_ZN11OSL_v1_13_513ShadingSystem18create_thread_infoEv' => 1, + '_ZN11OSL_v1_13_513ShadingSystem19archive_shadergroupEPNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem19archive_shadergroupERNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem19destroy_thread_infoEPNS_13PerThreadInfoE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem19optimize_all_groupsEib' => 1, + '_ZN11OSL_v1_13_513ShadingSystem24LoadMemoryCompiledShaderEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES5_' => 1, + '_ZN11OSL_v1_13_513ShadingSystem24register_inline_functionEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem26register_noinline_functionEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem26unregister_inline_functionEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem28unregister_noinline_functionEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem6ShaderEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES5_S5_' => 1, + '_ZN11OSL_v1_13_513ShadingSystem6ShaderERNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES7_S7_' => 1, + '_ZN11OSL_v1_13_513ShadingSystem7executeERNS_14ShadingContextERNS_11ShaderGroupEiiRNS_13ShaderGlobalsEPvS7_b' => 1, + '_ZN11OSL_v1_13_513ShadingSystem8oslqueryERKNS_11ShaderGroupEi' => 1, + '_ZN11OSL_v1_13_513ShadingSystem9ParameterEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEENS1_8TypeDescEPKvNS_10ParamHintsE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem9ParameterERNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEENS3_8TypeDescEPKvNS_10ParamHintsE' => 1, + '_ZN11OSL_v1_13_513ShadingSystem9attributeEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEENS1_8TypeDescEPKv' => 1, + '_ZN11OSL_v1_13_513ShadingSystem9attributeEPNS_11ShaderGroupEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEENS3_8TypeDescEPKv' => 1, + '_ZN11OSL_v1_13_513ShadingSystemC1EPNS_16RendererServicesEPN18OpenImageIO_v2_6_013TextureSystemEPNS3_12ErrorHandlerE' => 1, + '_ZN11OSL_v1_13_513ShadingSystemC2EPNS_16RendererServicesEPN18OpenImageIO_v2_6_013TextureSystemEPNS3_12ErrorHandlerE' => 1, + '_ZN11OSL_v1_13_513ShadingSystemD1Ev' => 1, + '_ZN11OSL_v1_13_513ShadingSystemD2Ev' => 1, + '_ZN11OSL_v1_13_514ShadingContext10dict_valueEiN18OpenImageIO_v2_6_07ustringENS1_8TypeDescEPv' => 1, + '_ZN11OSL_v1_13_514ShadingContext10find_regexEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_514ShadingContext12execute_initERNS_11ShaderGroupEiiRNS_13ShaderGlobalsEPvS5_b' => 1, + '_ZN11OSL_v1_13_514ShadingContext13execute_layerEiiRNS_13ShaderGlobalsEPvS3_i' => 1, + '_ZN11OSL_v1_13_514ShadingContext14ocio_transformIN9Imath_3_16Color3IfEEEEbN18OpenImageIO_v2_6_07ustringES6_RKT_RS7_' => 1, + '_ZN11OSL_v1_13_514ShadingContext14ocio_transformINS_4DualIN9Imath_3_16Color3IfEELi2EEEEEbN18OpenImageIO_v2_6_07ustringES8_RKT_RS9_' => 1, + '_ZN11OSL_v1_13_514ShadingContext15execute_cleanupEv' => 1, + '_ZN11OSL_v1_13_514ShadingContext17osl_get_attributeEPNS_13ShaderGlobalsEPviN18OpenImageIO_v2_6_011ustringhashES5_iiNS4_8TypeDescES3_' => 1, + '_ZN11OSL_v1_13_514ShadingContext19free_dict_resourcesEv' => 1, + '_ZN11OSL_v1_13_514ShadingContext7executeERNS_11ShaderGroupEiiRNS_13ShaderGlobalsEPvS5_b' => 1, + '_ZN11OSL_v1_13_514ShadingContext9dict_findEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_07ustringES4_' => 1, + '_ZN11OSL_v1_13_514ShadingContext9dict_findEPNS_13ShaderGlobalsEiN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_514ShadingContext9dict_nextEi' => 1, + '_ZN11OSL_v1_13_514ShadingContextC1ERNS_3pvt17ShadingSystemImplEPNS_13PerThreadInfoE' => 1, + '_ZN11OSL_v1_13_514ShadingContextC2ERNS_3pvt17ShadingSystemImplEPNS_13PerThreadInfoE' => 1, + '_ZN11OSL_v1_13_514ShadingContextD1Ev' => 1, + '_ZN11OSL_v1_13_514ShadingContextD2Ev' => 1, + '_ZN11OSL_v1_13_516RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_6_011ustringhashE' => 1, + '_ZN11OSL_v1_13_516RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_6_011ustringhashEf' => 1, + '_ZN11OSL_v1_13_516RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKv' => 1, + '_ZN11OSL_v1_13_516RendererServices10get_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKvf' => 1, + '_ZN11OSL_v1_13_516RendererServices10getmessageEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashES4_NS3_8TypeDescEPvb' => 1, + '_ZN11OSL_v1_13_516RendererServices10warningfmtEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashEiPKNS_11EncodedTypeEjPh' => 1, + '_ZN11OSL_v1_13_516RendererServices11device_freeEPv' => 1, + '_ZN11OSL_v1_13_516RendererServices11environmentEN18OpenImageIO_v2_6_011ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadERNS1_10TextureOptEPNS_13ShaderGlobalsERKN9Imath_3_14Vec3IfEESG_SG_iPfSH_SH_PS2_' => 1, + '_ZN11OSL_v1_13_516RendererServices12device_allocEm' => 1, + '_ZN11OSL_v1_13_516RendererServices12get_userdataEbN18OpenImageIO_v2_6_011ustringhashENS1_8TypeDescEPNS_13ShaderGlobalsEPv' => 1, + '_ZN11OSL_v1_13_516RendererServices13get_attributeEPNS_13ShaderGlobalsEbN18OpenImageIO_v2_6_011ustringhashENS3_8TypeDescES4_Pv' => 1, + '_ZN11OSL_v1_13_516RendererServices14copy_to_deviceEPvPKvm' => 1, + '_ZN11OSL_v1_13_516RendererServices14pointcloud_getEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashEPmiS4_NS3_8TypeDescEPv' => 1, + '_ZN11OSL_v1_13_516RendererServices16get_texture_infoEN18OpenImageIO_v2_6_011ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadEPNS_13ShaderGlobalsEiS2_NS1_8TypeDescEPvPS2_' => 1, + '_ZN11OSL_v1_13_516RendererServices16get_texture_infoEN18OpenImageIO_v2_6_011ustringhashEPNS1_13TextureSystem13TextureHandleEffPNS3_9PerthreadEPNS_13ShaderGlobalsEiS2_NS1_8TypeDescEPvPS2_' => 1, + '_ZN11OSL_v1_13_516RendererServices16pointcloud_writeEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashERKN9Imath_3_14Vec3IfEEiPKNS3_7ustringEPKNS3_8TypeDescEPPKv' => 1, + '_ZN11OSL_v1_13_516RendererServices16transform_pointsEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashES4_fPKN9Imath_3_14Vec3IfEEPS7_iNS3_8TypeDesc12VECSEMANTICSE' => 1, + '_ZN11OSL_v1_13_516RendererServices17pointcloud_searchEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashERKN9Imath_3_14Vec3IfEEfibPmPfi' => 1, + '_ZN11OSL_v1_13_516RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_6_011ustringhashE' => 1, + '_ZN11OSL_v1_13_516RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEN18OpenImageIO_v2_6_011ustringhashEf' => 1, + '_ZN11OSL_v1_13_516RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKv' => 1, + '_ZN11OSL_v1_13_516RendererServices18get_inverse_matrixEPNS_13ShaderGlobalsERN9Imath_3_18Matrix44IfEEPKvf' => 1, + '_ZN11OSL_v1_13_516RendererServices18get_texture_handleEN18OpenImageIO_v2_6_011ustringhashEPNS_14ShadingContextEPKNS1_10TextureOptE' => 1, + '_ZN11OSL_v1_13_516RendererServices18get_texture_handleEN18OpenImageIO_v2_6_07ustringEPNS_14ShadingContextEPKNS1_10TextureOptE' => 1, + '_ZN11OSL_v1_13_516RendererServices19get_array_attributeEPNS_13ShaderGlobalsEbN18OpenImageIO_v2_6_011ustringhashENS3_8TypeDescES4_iPv' => 1, + '_ZN11OSL_v1_13_516RendererServices22build_attribute_getterERKNS_11ShaderGroupEbPKN18OpenImageIO_v2_6_07ustringES7_bPKiNS4_8TypeDescEbRNS_12FunctionSpecINS_10ArgVariantINS_23AttributeSpecBuiltinArgEEEEE' => 1, + '_ZN11OSL_v1_13_516RendererServices4goodEPN18OpenImageIO_v2_6_013TextureSystem13TextureHandleE' => 1, + '_ZN11OSL_v1_13_516RendererServices5traceERNS0_8TraceOptEPNS_13ShaderGlobalsERKN9Imath_3_14Vec3IfEES9_S9_S9_S9_S9_' => 1, + '_ZN11OSL_v1_13_516RendererServices7batchedENS_7WidthOfILi16EEE' => 1, + '_ZN11OSL_v1_13_516RendererServices7batchedENS_7WidthOfILi8EEE' => 1, + '_ZN11OSL_v1_13_516RendererServices7filefmtEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashES4_iPKNS_11EncodedTypeEjPh' => 1, + '_ZN11OSL_v1_13_516RendererServices7is_udimEPN18OpenImageIO_v2_6_013TextureSystem13TextureHandleE' => 1, + '_ZN11OSL_v1_13_516RendererServices7textureEN18OpenImageIO_v2_6_011ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadERNS1_10TextureOptEPNS_13ShaderGlobalsEffffffiPfSC_SC_PS2_' => 1, + '_ZN11OSL_v1_13_516RendererServices8errorfmtEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashEiPKNS_11EncodedTypeEjPh' => 1, + '_ZN11OSL_v1_13_516RendererServices8printfmtEPNS_13ShaderGlobalsEN18OpenImageIO_v2_6_011ustringhashEiPKNS_11EncodedTypeEjPh' => 1, + '_ZN11OSL_v1_13_516RendererServices9texture3dEN18OpenImageIO_v2_6_011ustringhashEPNS1_13TextureSystem13TextureHandleEPNS3_9PerthreadERNS1_10TextureOptEPNS_13ShaderGlobalsERKN9Imath_3_14Vec3IfEESG_SG_SG_iPfSH_SH_SH_PS2_' => 1, + '_ZN11OSL_v1_13_516RendererServicesC1EPN18OpenImageIO_v2_6_013TextureSystemE' => 1, + '_ZN11OSL_v1_13_516RendererServicesC2EPN18OpenImageIO_v2_6_013TextureSystemE' => 1, + '_ZN11OSL_v1_13_516RendererServicesD0Ev' => 1, + '_ZN11OSL_v1_13_516RendererServicesD1Ev' => 1, + '_ZN11OSL_v1_13_516RendererServicesD2Ev' => 1, + '_ZN11OSL_v1_13_519DfOptimizedAutomata10Transition10trans_compERKS1_S3_' => 1, + '_ZN11OSL_v1_13_519DfOptimizedAutomata11compileFromERKNS_10DfAutomataE' => 1, + '_ZN11OSL_v1_13_519register_JIT_GlobalEPKcPv' => 1, + '_ZN11OSL_v1_13_53pvt10PointCloud3getEN18OpenImageIO_v2_6_011ustringhashEb' => 1, + '_ZN11OSL_v1_13_53pvt10PointCloudC1EN18OpenImageIO_v2_6_011ustringhashEPN6Partio20ParticlesDataMutableEb' => 1, + '_ZN11OSL_v1_13_53pvt10PointCloudC2EN18OpenImageIO_v2_6_011ustringhashEPN6Partio20ParticlesDataMutableEb' => 1, + '_ZN11OSL_v1_13_53pvt10PointCloudD1Ev' => 1, + '_ZN11OSL_v1_13_53pvt10PointCloudD2Ev' => 1, + '_ZN11OSL_v1_13_53pvt11ColorSystem10fromStringEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_53pvt11ColorSystem14set_colorspaceEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_53pvt13print_closureERSoPKNS_12ClosureColorEPNS0_17ShadingSystemImplE' => 1, + '_ZN11OSL_v1_13_53pvt17ShadingSystemImpl11raytype_bitEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_53pvt27get_max_warnings_per_threadEPv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util10constant16Es' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util10constant16Et' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util10constant64Ed' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util10constant64Em' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util10execengineEPN4llvm15ExecutionEngineE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util10new_moduleEPKc' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util10offset_ptrEPN4llvm5ValueES4_PNS2_4TypeE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util10offset_ptrEPN4llvm5ValueEiPNS2_4TypeE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util10op_extractEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util10op_extractEPN4llvm5ValueEi' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util10op_scatterEPN4llvm5ValueES4_S4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util10op_zero_ifEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util10type_arrayEPN4llvm4TypeEi' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util10type_unionEN18OpenImageIO_v2_6_04spanIKPN4llvm4TypeELln1EEE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11constant128Em' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11constant128Emm' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11constanti64El' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11do_optimizeEPSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11end_builderEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11int_as_maskEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11mask_as_intEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11negate_maskEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11new_builderEPN4llvm10BasicBlockE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11op_split_8xEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11ptr_to_castEPN4llvm5ValueEPNS2_4TypeERKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11shader_maskEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11type_structEN18OpenImageIO_v2_6_04spanIKPN4llvm4TypeELln1EEERKSsb' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11ustring_repENS1_10UstringRepE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util11widen_valueEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util12constant_ptrEPvPN4llvm11PointerTypeE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util12current_maskEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util12mask_as_int8EPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util12op_load_maskEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util12op_split_16xEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util12pop_functionEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util12supports_isaENS0_9TargetISAE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager10findSymbolERKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager14finalizeMemoryEPSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager16getSymbolAddressERKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager16registerEHFramesEPhmm' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager18deregisterEHFramesEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager18notifyObjectLoadedEPN4llvm15ExecutionEngineERKNS3_6object10ObjectFileE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager18notifyObjectLoadedERN4llvm11RuntimeDyldERKNS3_6object10ObjectFileE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager19allocateCodeSectionEmjjN4llvm9StringRefE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager19allocateDataSectionEmjjN4llvm9StringRefEb' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager22reserveAllocationSpaceEmjmjmj' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager24findSymbolInLogicalDylibERKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager25getPointerToNamedFunctionERKSsb' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager26invalidateInstructionCacheEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager29needsToReserveAllocationSpaceEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManager30getSymbolAddressInLogicalDylibERKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManagerD0Ev' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManagerD1Ev' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13MemoryManagerD2Ev' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13PerThreadInfoD1Ev' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13PerThreadInfoD2Ev' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13absorb_moduleESt10unique_ptrIN4llvm6ModuleESt14default_deleteIS4_EE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13call_functionEPKcN18OpenImageIO_v2_6_04spanIKPN4llvm5ValueELln1EEE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13call_functionEPN4llvm5ValueEN18OpenImageIO_v2_6_04spanIKS4_Lln1EEE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13constant_boolEb' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13func_is_emptyEPN4llvm8FunctionE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13is_type_arrayEPN4llvm4TypeE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13make_functionERKSsbPN4llvm4TypeEN18OpenImageIO_v2_6_04spanIKS6_Lln1EEEb' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13mask4_as_int8EPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13mask_as_int16EPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13module_stringEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13op_store_maskEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13push_functionEPN4llvm10BasicBlockE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13type_functionEPN4llvm4TypeEN18OpenImageIO_v2_6_04spanIKS4_Lln1EEEb' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13void_ptr_nullEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_constantEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_constantEPN4llvm8ConstantE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_constantEf' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_constantEi' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_constantEif' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_constantEii' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_constantEm' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util13wide_ptr_castEPN4llvm5ValueERKN18OpenImageIO_v2_6_08TypeDescE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util14bitcode_stringEPN4llvm6ModuleE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util14bitcode_stringEPN4llvm8FunctionE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util14op_bool_to_intEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util14op_int_to_boolEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util14op_masked_exitEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util14op_quarter_16xEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util14test_mask_laneEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util14test_mask_laneEPN4llvm5ValueEi' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util14wide_op_allocaERKN18OpenImageIO_v2_6_08TypeDescEiRKSsi' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util15apply_return_toEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util15element_type_ofEPN4llvm4TypeE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util15int_to_ptr_castEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util15new_basic_blockERKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util15op_float_to_intEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util15op_int_to_floatEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util15op_masked_breakEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util15pop_masked_loopEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util15target_isa_nameENS0_9TargetISAE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util16delete_func_bodyEPN4llvm8FunctionE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util16llvm_vector_typeEPN4llvm4TypeEj' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util16llvm_vector_typeERKN18OpenImageIO_v2_6_08TypeDescE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util16op_bool_to_floatEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util16op_is_not_finiteEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util16op_masked_returnEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util16push_masked_loopEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util16set_insert_pointEPN4llvm10BasicBlockE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util17op_unmasked_storeEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util17pop_function_maskEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util17ptr_to_int64_castEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util17ptx_compile_groupEPN4llvm6ModuleERKSsRSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util17type_function_ptrEPN4llvm4TypeEN18OpenImageIO_v2_6_04spanIKS4_Lln1EEEb' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util18add_global_mappingEPKcPv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util18debug_pop_functionEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util18debug_set_locationEN18OpenImageIO_v2_6_07ustringEi' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util18lookup_isa_by_nameEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util18op_float_to_doubleEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util18op_int_to_longlongEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util18op_masked_continueEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util18push_function_maskEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util18wide_constant_boolEb' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util18write_bitcode_fileEPKcPSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util19ScopedJitMemoryUserC1Ev' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util19ScopedJitMemoryUserC2Ev' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util19ScopedJitMemoryUserD1Ev' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util19ScopedJitMemoryUserD2Ev' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util19debug_push_functionERKSsN18OpenImageIO_v2_6_07ustringEi' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util19detect_cpu_featuresENS0_9TargetISAEb' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util19llvm_mask_to_nativeEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util19make_jit_execengineEPSsNS0_9TargetISAEbb' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util19mark_fast_func_callEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util19module_from_bitcodeEPKcmRKSsPSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util19native_to_llvm_maskEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util19pop_shader_instanceEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util20add_function_mappingEPN4llvm8FunctionEPv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util20current_function_argEi' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util20getPointerToFunctionEPN4llvm8FunctionE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util20nvptx_target_machineEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util20push_shader_instanceEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util21assume_ptr_is_alignedEPN4llvm5ValueEj' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util21op_1st_active_lane_ofEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util21op_combine_4x_vectorsEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util21op_combine_8x_vectorsEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util21total_jit_memory_heldEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util23dump_struct_data_layoutEPN4llvm4TypeE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util23getOrCreateDebugFileForERKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util23op_linearize_8x_indicesEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util23pop_masked_return_blockEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util24apply_exit_to_mask_stackEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util24op_linearize_16x_indicesEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util24push_masked_return_blockEPN4llvm10BasicBlockE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util24test_if_mask_is_non_zeroEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util24validate_global_mappingsERSt6vectorISsSaISsEE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util25apply_break_to_mask_stackEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util25setup_optimization_passesEib' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util26InstallLazyFunctionCreatorEPFPvRKSsE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util26apply_return_to_mask_stackEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util26debug_pop_inlined_functionEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util26op_lanes_that_match_maskedEPN4llvm5ValueES4_S4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util27debug_push_inlined_functionEN18OpenImageIO_v2_6_07ustringES3_i' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util27validate_struct_data_layoutEPN4llvm4TypeERKSt6vectorIjSaIjEE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util28apply_continue_to_mask_stackEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util28debug_setup_compilation_unitEPKc' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util28internalize_module_functionsERKSsRKSt6vectorISsSaISsEES8_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util28prune_and_internalize_moduleESt13unordered_setIPN4llvm8FunctionESt4hashIS5_ESt8equal_toIS5_ESaIS5_EENS1_7LinkageEPSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util3GEPEPN4llvm4TypeEPNS2_5ValueES6_RKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util3GEPEPN4llvm4TypeEPNS2_5ValueEiRKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util3GEPEPN4llvm4TypeEPNS2_5ValueEiiRKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util3GEPEPN4llvm5ValueES4_RKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util3GEPEPN4llvm5ValueEiRKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util3GEPEPN4llvm5ValueEiiRKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util5op_eqEPN4llvm5ValueES4_b' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util5op_geEPN4llvm5ValueES4_b' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util5op_gtEPN4llvm5ValueES4_b' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util5op_leEPN4llvm5ValueES4_b' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util5op_ltEPN4llvm5ValueES4_b' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util5op_neEPN4llvm5ValueES4_b' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util5op_orEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_addEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_andEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_divEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_modEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_mulEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_negEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_notEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_shlEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_shrEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_subEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util6op_xorEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util7builderEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util7op_fabsEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util7op_loadEPN4llvm4TypeEPNS2_5ValueERKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util7op_loadEPN4llvm5ValueERKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util8constantEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util8constantERKN18OpenImageIO_v2_6_08TypeDescE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util8constantEf' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util8constantEi' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util8constantEj' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util8constantEm' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util8op_storeEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util8pop_loopEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util8pop_maskEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util8ptr_castEPN4llvm5ValueEPNS2_4TypeERKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util8ptr_castEPN4llvm5ValueERKN18OpenImageIO_v2_6_08TypeDescERKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util8type_ptrEPN4llvm4TypeE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util8void_ptrEPN4llvm5ValueERKSs' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9SetupLLVMEv' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9constant8Ea' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9constant8Eh' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9func_nameEPN4llvm8FunctionE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9llvm_typeERKN18OpenImageIO_v2_6_08TypeDescE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_allocaEPN4llvm4TypeEiRKSsi' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_allocaERKN18OpenImageIO_v2_6_08TypeDescEiRKSsi' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_branchEPN4llvm10BasicBlockE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_branchEPN4llvm5ValueEPNS2_10BasicBlockES6_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_gatherEPN4llvm5ValueES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_insertEPN4llvm5ValueES4_i' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_memcpyEPN4llvm5ValueES4_ii' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_memcpyEPN4llvm5ValueEiS4_ii' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_memsetEPN4llvm5ValueEiS4_i' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_memsetEPN4llvm5ValueEiii' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_returnEPN4llvm5ValueE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9op_selectEPN4llvm5ValueES4_S4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9push_loopEPN4llvm10BasicBlockES4_' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9push_maskEPN4llvm5ValueEbb' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_Util9type_wideEPN4llvm4TypeE' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_UtilC1ERKNS1_13PerThreadInfoEii' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_UtilC2ERKNS1_13PerThreadInfoEii' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_UtilD1Ev' => 1, + '_ZN11OSL_v1_13_53pvt9LLVM_UtilD2Ev' => 1, + '_ZN11OSL_v1_13_56Labels10BACKGROUNDE' => '-8', + '_ZN11OSL_v1_13_56Labels4NONEE' => '-8', + '_ZN11OSL_v1_13_56Labels4STOPE' => '-8', + '_ZN11OSL_v1_13_56Labels5LIGHTE' => '-8', + '_ZN11OSL_v1_13_56Labels6CAMERAE' => '-8', + '_ZN11OSL_v1_13_56Labels6GLOSSYE' => '-8', + '_ZN11OSL_v1_13_56Labels6OBJECTE' => '-8', + '_ZN11OSL_v1_13_56Labels6VOLUMEE' => '-8', + '_ZN11OSL_v1_13_56Labels7DIFFUSEE' => '-8', + '_ZN11OSL_v1_13_56Labels7REFLECTE' => '-8', + '_ZN11OSL_v1_13_56Labels8SINGULARE' => '-8', + '_ZN11OSL_v1_13_56Labels8STRAIGHTE' => '-8', + '_ZN11OSL_v1_13_56Labels8TRANSMITE' => '-8', + '_ZN11OSL_v1_13_57Strings10ACES2065_1E' => '-8', + '_ZN11OSL_v1_13_57Strings10catmullromE' => '-8', + '_ZN11OSL_v1_13_57Strings10gabornoiseE' => '-8', + '_ZN11OSL_v1_13_57Strings10op_dowhileE' => '-8', + '_ZN11OSL_v1_13_57Strings10pcellnoiseE' => '-8', + '_ZN11OSL_v1_13_57Strings10phashnoiseE' => '-8', + '_ZN11OSL_v1_13_57Strings10smartcubicE' => '-8', + '_ZN11OSL_v1_13_57Strings11anisotropicE' => '-8', + '_ZN11OSL_v1_13_57Strings11arraylengthE' => '-8', + '_ZN11OSL_v1_13_57Strings11colorsystemE' => '-8', + '_ZN11OSL_v1_13_57Strings11gaborpnoiseE' => '-8', + '_ZN11OSL_v1_13_57Strings12errormessageE' => '-8', + '_ZN11OSL_v1_13_57Strings12firstchannelE' => '-8', + '_ZN11OSL_v1_13_57Strings12genericnoiseE' => '-8', + '_ZN11OSL_v1_13_57Strings12missingalphaE' => '-8', + '_ZN11OSL_v1_13_57Strings12missingcolorE' => '-8', + '_ZN11OSL_v1_13_57Strings12simplexnoiseE' => '-8', + '_ZN11OSL_v1_13_57Strings12subimagenameE' => '-8', + '_ZN11OSL_v1_13_57Strings13_emptystring_E' => '-8', + '_ZN11OSL_v1_13_57Strings13genericpnoiseE' => '-8', + '_ZN11OSL_v1_13_57Strings13usimplexnoiseE' => '-8', + '_ZN11OSL_v1_13_57Strings19ErrorColorTransformE' => '-8', + '_ZN11OSL_v1_13_57Strings1IE' => '-8', + '_ZN11OSL_v1_13_57Strings1NE' => '-8', + '_ZN11OSL_v1_13_57Strings1PE' => '-8', + '_ZN11OSL_v1_13_57Strings1uE' => '-8', + '_ZN11OSL_v1_13_57Strings1vE' => '-8', + '_ZN11OSL_v1_13_57Strings20uninitialized_stringE' => '-8', + '_ZN11OSL_v1_13_57Strings2CiE' => '-8', + '_ZN11OSL_v1_13_57Strings2NgE' => '-8', + '_ZN11OSL_v1_13_57Strings2PsE' => '-8', + '_ZN11OSL_v1_13_57Strings3CIEE' => '-8', + '_ZN11OSL_v1_13_57Strings3EBUE' => '-8', + '_ZN11OSL_v1_13_57Strings3NDCE' => '-8', + '_ZN11OSL_v1_13_57Strings3PALE' => '-8', + '_ZN11OSL_v1_13_57Strings3RGBE' => '-8', + '_ZN11OSL_v1_13_57Strings3XYZE' => '-8', + '_ZN11OSL_v1_13_57Strings3YIQE' => '-8', + '_ZN11OSL_v1_13_57Strings3endE' => '-8', + '_ZN11OSL_v1_13_57Strings3hslE' => '-8', + '_ZN11OSL_v1_13_57Strings3hsvE' => '-8', + '_ZN11OSL_v1_13_57Strings3rgbE' => '-8', + '_ZN11OSL_v1_13_57Strings3xyYE' => '-8', + '_ZN11OSL_v1_13_57Strings3xyzE' => '-8', + '_ZN11OSL_v1_13_57Strings4HDTVE' => '-8', + '_ZN11OSL_v1_13_57Strings4NTSCE' => '-8', + '_ZN11OSL_v1_13_57Strings4backE' => '-8', + '_ZN11OSL_v1_13_57Strings4blurE' => '-8', + '_ZN11OSL_v1_13_57Strings4bothE' => '-8', + '_ZN11OSL_v1_13_57Strings4cellE' => '-8', + '_ZN11OSL_v1_13_57Strings4dPduE' => '-8', + '_ZN11OSL_v1_13_57Strings4dPdvE' => '-8', + '_ZN11OSL_v1_13_57Strings4fillE' => '-8', + '_ZN11OSL_v1_13_57Strings4hashE' => '-8', + '_ZN11OSL_v1_13_57Strings4nullE' => '-8', + '_ZN11OSL_v1_13_57Strings4sRGBE' => '-8', + '_ZN11OSL_v1_13_57Strings4timeE' => '-8', + '_ZN11OSL_v1_13_57Strings4wrapE' => '-8', + '_ZN11OSL_v1_13_57Strings5SECAME' => '-8', + '_ZN11OSL_v1_13_57Strings5SMPTEE' => '-8', + '_ZN11OSL_v1_13_57Strings5alphaE' => '-8', + '_ZN11OSL_v1_13_57Strings5blackE' => '-8', + '_ZN11OSL_v1_13_57Strings5clampE' => '-8', + '_ZN11OSL_v1_13_57Strings5colorE' => '-8', + '_ZN11OSL_v1_13_57Strings5cubicE' => '-8', + '_ZN11OSL_v1_13_57Strings5dtimeE' => '-8', + '_ZN11OSL_v1_13_57Strings5errorE' => '-8', + '_ZN11OSL_v1_13_57Strings5frontE' => '-8', + '_ZN11OSL_v1_13_57Strings5gaborE' => '-8', + '_ZN11OSL_v1_13_57Strings5labelE' => '-8', + '_ZN11OSL_v1_13_57Strings5noiseE' => '-8', + '_ZN11OSL_v1_13_57Strings5pointE' => '-8', + '_ZN11OSL_v1_13_57Strings5rblurE' => '-8', + '_ZN11OSL_v1_13_57Strings5rwrapE' => '-8', + '_ZN11OSL_v1_13_57Strings5sblurE' => '-8', + '_ZN11OSL_v1_13_57Strings5shadeE' => '-8', + '_ZN11OSL_v1_13_57Strings5swrapE' => '-8', + '_ZN11OSL_v1_13_57Strings5tblurE' => '-8', + '_ZN11OSL_v1_13_57Strings5twrapE' => '-8', + '_ZN11OSL_v1_13_57Strings5unullE' => '-8', + '_ZN11OSL_v1_13_57Strings5widthE' => '-8', + '_ZN11OSL_v1_13_57Strings6ACEScgE' => '-8', + '_ZN11OSL_v1_13_57Strings6Rec709E' => '-8', + '_ZN11OSL_v1_13_57Strings6bezierE' => '-8', + '_ZN11OSL_v1_13_57Strings6cameraE' => '-8', + '_ZN11OSL_v1_13_57Strings6commonE' => '-8', + '_ZN11OSL_v1_13_57Strings6interpE' => '-8', + '_ZN11OSL_v1_13_57Strings6linearE' => '-8', + '_ZN11OSL_v1_13_57Strings6matrixE' => '-8', + '_ZN11OSL_v1_13_57Strings6mirrorE' => '-8', + '_ZN11OSL_v1_13_57Strings6normalE' => '-8', + '_ZN11OSL_v1_13_57Strings6objectE' => '-8', + '_ZN11OSL_v1_13_57Strings6op_forE' => '-8', + '_ZN11OSL_v1_13_57Strings6perlinE' => '-8', + '_ZN11OSL_v1_13_57Strings6pnoiseE' => '-8', + '_ZN11OSL_v1_13_57Strings6rwidthE' => '-8', + '_ZN11OSL_v1_13_57Strings6screenE' => '-8', + '_ZN11OSL_v1_13_57Strings6shaderE' => '-8', + '_ZN11OSL_v1_13_57Strings6snoiseE' => '-8', + '_ZN11OSL_v1_13_57Strings6swidthE' => '-8', + '_ZN11OSL_v1_13_57Strings6twidthE' => '-8', + '_ZN11OSL_v1_13_57Strings6vectorE' => '-8', + '_ZN11OSL_v1_13_57Strings7bsplineE' => '-8', + '_ZN11OSL_v1_13_57Strings7closestE' => '-8', + '_ZN11OSL_v1_13_57Strings7dPdtimeE' => '-8', + '_ZN11OSL_v1_13_57Strings7hermiteE' => '-8', + '_ZN11OSL_v1_13_57Strings7maxdistE' => '-8', + '_ZN11OSL_v1_13_57Strings7mindistE' => '-8', + '_ZN11OSL_v1_13_57Strings7op_exitE' => '-8', + '_ZN11OSL_v1_13_57Strings7psnoiseE' => '-8', + '_ZN11OSL_v1_13_57Strings7raytypeE' => '-8', + '_ZN11OSL_v1_13_57Strings7simplexE' => '-8', + '_ZN11OSL_v1_13_57Strings7unknownE' => '-8', + '_ZN11OSL_v1_13_57Strings7uperlinE' => '-8', + '_ZN11OSL_v1_13_57Strings8AdobeRGBE' => '-8', + '_ZN11OSL_v1_13_57Strings8constantE' => '-8', + '_ZN11OSL_v1_13_57Strings8default_E' => '-8', + '_ZN11OSL_v1_13_57Strings8impulsesE' => '-8', + '_ZN11OSL_v1_13_57Strings8op_whileE' => '-8', + '_ZN11OSL_v1_13_57Strings8periodicE' => '-8', + '_ZN11OSL_v1_13_57Strings8subimageE' => '-8', + '_ZN11OSL_v1_13_57Strings8tracesetE' => '-8', + '_ZN11OSL_v1_13_57Strings8useparamE' => '-8', + '_ZN11OSL_v1_13_57Strings8usimplexE' => '-8', + '_ZN11OSL_v1_13_57Strings9bandwidthE' => '-8', + '_ZN11OSL_v1_13_57Strings9cellnoiseE' => '-8', + '_ZN11OSL_v1_13_57Strings9directionE' => '-8', + '_ZN11OSL_v1_13_57Strings9do_filterE' => '-8', + '_ZN11OSL_v1_13_57Strings9hashnoiseE' => '-8', + '_ZN11OSL_v1_13_57Strings9sidednessE' => '-8', + '_ZN11OSL_v1_13_57journal17initialize_bufferEPhjji' => 1, + '_ZN11OSL_v1_13_57journal19Report2ErrorHandler12report_errorEiiRKN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE' => 1, + '_ZN11OSL_v1_13_57journal19Report2ErrorHandler12report_printEiiRKN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE' => 1, + '_ZN11OSL_v1_13_57journal19Report2ErrorHandler14report_warningEiiRKN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE' => 1, + '_ZN11OSL_v1_13_57journal19Report2ErrorHandler17report_file_printEiiRKN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES8_' => 1, + '_ZN11OSL_v1_13_57journal19Report2ErrorHandlerC1EPN18OpenImageIO_v2_6_012ErrorHandlerERNS0_21TrackRecentlyReportedE' => 1, + '_ZN11OSL_v1_13_57journal19Report2ErrorHandlerC2EPN18OpenImageIO_v2_6_012ErrorHandlerERNS0_21TrackRecentlyReportedE' => 1, + '_ZN11OSL_v1_13_57journal19Report2ErrorHandlerD0Ev' => 1, + '_ZN11OSL_v1_13_57journal19Report2ErrorHandlerD1Ev' => 1, + '_ZN11OSL_v1_13_57journal19Report2ErrorHandlerD2Ev' => 1, + '_ZN11OSL_v1_13_57journal21TrackRecentlyReported17shouldReportErrorERKN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE' => 1, + '_ZN11OSL_v1_13_57journal21TrackRecentlyReported19shouldReportWarningERKN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE' => 1, + '_ZN11OSL_v1_13_57journal21TrackRecentlyReportedC1Ebibi' => 1, + '_ZN11OSL_v1_13_57journal21TrackRecentlyReportedC2Ebibi' => 1, + '_ZN11OSL_v1_13_57journal6Reader26process_entries_for_threadEi' => 1, + '_ZN11OSL_v1_13_57journal6Reader7processEv' => 1, + '_ZN11OSL_v1_13_57journal6ReaderC1EPKhRNS0_8ReporterE' => 1, + '_ZN11OSL_v1_13_57journal6ReaderC2EPKhRNS0_8ReporterE' => 1, + '_ZN11OSL_v1_13_58OSLQuery4initEPKNS_11ShaderGroupEi' => 1, + '_ZN11OSL_v1_13_58OSLQuery9ParameterD1Ev' => 1, + '_ZN11OSL_v1_13_58OSLQuery9ParameterD2Ev' => 1, + '_ZN11OSL_v1_13_58OSLQueryC1EPKNS_11ShaderGroupEi' => 1, + '_ZN11OSL_v1_13_58OSLQueryC2EPKNS_11ShaderGroupEi' => 1, + '_ZNK11OSL_v1_13_511OSLCompiler15output_filenameEv' => 1, + '_ZNK11OSL_v1_13_513AccumAutomata5accumEiRKN9Imath_3_16Color3IfEERSt6vectorINS_9AovOutputESaIS7_EE' => 1, + '_ZNK11OSL_v1_13_513ShadingSystem10find_layerERKNS_11ShaderGroupEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZNK11OSL_v1_13_513ShadingSystem10get_symbolERKNS_14ShadingContextEN18OpenImageIO_v2_6_07ustringERNS4_8TypeDescE' => 1, + '_ZNK11OSL_v1_13_513ShadingSystem10get_symbolERKNS_14ShadingContextEN18OpenImageIO_v2_6_07ustringES5_RNS4_8TypeDescE' => 1, + '_ZNK11OSL_v1_13_513ShadingSystem10texturesysEv' => 1, + '_ZNK11OSL_v1_13_513ShadingSystem11find_symbolERKNS_11ShaderGroupEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZNK11OSL_v1_13_513ShadingSystem11find_symbolERKNS_11ShaderGroupEN18OpenImageIO_v2_6_07ustringES5_' => 1, + '_ZNK11OSL_v1_13_513ShadingSystem11find_symlocEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZNK11OSL_v1_13_513ShadingSystem11find_symlocEN18OpenImageIO_v2_6_07ustringENS_8SymArenaE' => 1, + '_ZNK11OSL_v1_13_513ShadingSystem11find_symlocEPKNS_11ShaderGroupEN18OpenImageIO_v2_6_07ustringE' => 1, + '_ZNK11OSL_v1_13_513ShadingSystem11find_symlocEPKNS_11ShaderGroupEN18OpenImageIO_v2_6_07ustringENS_8SymArenaE' => 1, + '_ZNK11OSL_v1_13_513ShadingSystem14symbol_addressERKNS_14ShadingContextEPKNS_12ShaderSymbolE' => 1, + '_ZNK11OSL_v1_13_513ShadingSystem15symbol_typedescEPKNS_12ShaderSymbolE' => 1, + '_ZNK11OSL_v1_13_513ShadingSystem8getstatsEi' => 1, + '_ZNK11OSL_v1_13_513ShadingSystem8rendererEv' => 1, + '_ZNK11OSL_v1_13_514ShadingContext11symbol_dataERKNS_3pvt6SymbolE' => 1, + '_ZNK11OSL_v1_13_514ShadingContext12record_errorEN18OpenImageIO_v2_6_012ErrorHandler7ErrCodeERKSs' => 1, + '_ZNK11OSL_v1_13_514ShadingContext14process_errorsEv' => 1, + '_ZNK11OSL_v1_13_514ShadingContext6symbolEN18OpenImageIO_v2_6_07ustringES2_' => 1, + '_ZNK11OSL_v1_13_516RendererServices10texturesysEv' => 1, + '_ZNK11OSL_v1_13_516RendererServices8supportsEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE' => 1, + '_ZNK11OSL_v1_13_53pvt11ColorSystem10transformcEN18OpenImageIO_v2_6_07ustringES3_RKN9Imath_3_16Color3IfEEPNS_14ShadingContextEPNS_13ShaderGlobalsE' => 1, + '_ZNK11OSL_v1_13_53pvt11ColorSystem10transformcEN18OpenImageIO_v2_6_07ustringES3_RKNS_4DualIN9Imath_3_16Color3IfEELi2EEEPNS_14ShadingContextEPNS_13ShaderGlobalsE' => 1, + '_ZNK11OSL_v1_13_53pvt11ColorSystem10transformcINS_4DualIN9Imath_3_16Color3IfEELi2EEEEET_N18OpenImageIO_v2_6_07ustringESA_RKS8_PNS_14ShadingContextEPNS_13ShaderGlobalsE' => 1, + '_ZNK11OSL_v1_13_53pvt11ColorSystem14ocio_transformEN18OpenImageIO_v2_6_07ustringES3_RKN9Imath_3_16Color3IfEEPNS_14ShadingContextEPNS_13ShaderGlobalsE' => 1, + '_ZNK11OSL_v1_13_53pvt11ColorSystem14ocio_transformEN18OpenImageIO_v2_6_07ustringES3_RKNS_4DualIN9Imath_3_16Color3IfEELi2EEEPNS_14ShadingContextEPNS_13ShaderGlobalsE' => 1, + '_ZNK11OSL_v1_13_53pvt11ColorSystem6to_rgbEN18OpenImageIO_v2_6_07ustringERKN9Imath_3_16Color3IfEEPNS_14ShadingContextEPNS_13ShaderGlobalsE' => 1, + '_ZNK11OSL_v1_13_53pvt11ColorSystem8from_rgbEN18OpenImageIO_v2_6_07ustringERKN9Imath_3_16Color3IfEEPNS_14ShadingContextEPNS_13ShaderGlobalsE' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util11llvm_typeofEPN4llvm5ValueE' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util12return_blockEv' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util13PerThreadInfo3getEv' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util13llvm_typenameEPN4llvm4TypeE' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util15inside_functionEv' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util15llvm_typenameofEPN4llvm5ValueE' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util15loop_step_blockEv' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util16debug_is_enabledEv' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util16loop_after_blockEv' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util17masked_exit_countEv' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util18masked_break_countEv' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util19masked_return_blockEv' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util19masked_return_countEv' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util20getCurrentDebugScopeEv' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util21masked_continue_countEv' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util22getCurrentInliningSiteEv' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util23has_masked_return_blockEv' => 1, + '_ZNK11OSL_v1_13_53pvt9LLVM_Util24is_innermost_loop_maskedEv' => 1, + '_ZNK11OSL_v1_13_59AccumRule5accumERKN9Imath_3_16Color3IfEERSt6vectorINS_9AovOutputESaIS7_EE' => 1, + '_ZTIN11OSL_v1_13_516RendererServicesE' => '-16', + '_ZTIN11OSL_v1_13_57journal19Report2ErrorHandlerE' => '-24', + '_ZTIN11OSL_v1_13_57journal8ReporterE' => '-16', + '_ZTINSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11OSL_v1_13_53pvt17ShadingSystemImplEiibES6_iibEEEEEE' => '-24', + '_ZTSN11OSL_v1_13_516RendererServicesE' => '-34', + '_ZTSN11OSL_v1_13_57journal19Report2ErrorHandlerE' => '-45', + '_ZTSN11OSL_v1_13_57journal8ReporterE' => '-33', + '_ZTSNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11OSL_v1_13_53pvt17ShadingSystemImplEiibES6_iibEEEEEE' => '-106', + '_ZTVN11OSL_v1_13_516RendererServicesE' => '-336', + '_ZTVN11OSL_v1_13_53pvt9LLVM_Util13MemoryManagerE' => '-256', + '_ZTVN11OSL_v1_13_57journal19Report2ErrorHandlerE' => '-64', + '_ZTVNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11OSL_v1_13_53pvt17ShadingSystemImplEiibES6_iibEEEEEE' => '-40', + '_ZThn16_N11OSL_v1_13_53pvt9LLVM_Util13MemoryManager10findSymbolERKSs' => 1, + '_ZThn16_N11OSL_v1_13_53pvt9LLVM_Util13MemoryManager24findSymbolInLogicalDylibERKSs' => 1, + '_ZThn16_N11OSL_v1_13_53pvt9LLVM_Util13MemoryManagerD0Ev' => 1, + '_ZThn16_N11OSL_v1_13_53pvt9LLVM_Util13MemoryManagerD1Ev' => 1 } }, 'Target' => 'unix', @@ -10234,1123 +11279,1403 @@ $VAR1 = { 'Name' => 'void', 'Type' => 'Intrinsic' }, - '100026' => { - 'BaseType' => '61799', - 'Header' => 'iosfwd', - 'Line' => '141', - 'Name' => 'std::ostream', - 'NameSpace' => 'std', + '100028' => { + 'BaseType' => '582838', + 'Header' => 'stl_vector.h', + 'Line' => '86', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, + 'Size' => '8', 'Type' => 'Typedef' }, - '1000893' => { - 'Base' => { - '999637' => { - 'pos' => '0' - } - }, + '100040' => { + 'Base' => { + '99276' => { + 'pos' => '0' + }, + '99854' => { + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '125', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '1000876' => { 'Header' => 'SmallVector.h', - 'Line' => '455', - 'Name' => 'llvm::SmallVectorTemplateBase', + 'Line' => '1097', + 'Memb' => { + '0' => { + 'name' => 'InlineElts', + 'offset' => '0', + 'type' => '1111218' + } + }, + 'Name' => 'struct llvm::SmallVectorStorage', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '16', + 'Size' => '128', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1090380' + 'type' => '994464' + }, + '1' => { + 'key' => 'N', + 'type' => '74', + 'val' => '16' } }, - 'Type' => 'Class' + 'Type' => 'Struct' }, - '1001260' => { + '1000924' => { 'Base' => { - '1000893' => { - 'pos' => '0' - } + '1000876' => { + 'pos' => '1' + }, + '999698' => { + 'pos' => '0' + } }, 'Header' => 'SmallVector.h', - 'Line' => '554', - 'Name' => 'llvm::SmallVectorImpl', + 'Line' => '1182', + 'Name' => 'llvm::SmallVector', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '16', + 'Size' => '144', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1090380' + 'type' => '994464' + }, + '1' => { + 'key' => 'N', + 'type' => '74', + 'val' => '16' } }, 'Type' => 'Class' }, - '1002438' => { - 'Header' => 'Metadata.h', - 'Line' => '281', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'Context', - 'offset' => '0', - 'type' => '1074528' - }, - '1' => { - 'access' => 'private', - 'name' => 'NextIndex', - 'offset' => '8', - 'type' => '639300' - }, - '2' => { - 'access' => 'private', - 'name' => 'UseMap', - 'offset' => '16', - 'type' => '998510' - } - }, - 'Name' => 'llvm::ReplaceableMetadataImpl', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '120', - 'Type' => 'Class' - }, - '1003406' => { + '1001353' => { 'Base' => { - '966593' => { + '978059' => { 'pos' => '0' } }, - 'Header' => 'Metadata.h', - 'Line' => '611', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'Entry', - 'offset' => '8', - 'type' => '1092154' - } - }, - 'Name' => 'llvm::MDString', + 'Header' => 'SmallVector.h', + 'Line' => '102', + 'Name' => 'llvm::SmallVectorTemplateCommon', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'T', + 'type' => '994625' + } + }, 'Type' => 'Class' }, - '1003904' => { - 'Copied' => 1, - 'Name' => 'llvm::StringMapEntry', + '1002609' => { + 'Base' => { + '1001353' => { + 'pos' => '0' + } + }, + 'Header' => 'SmallVector.h', + 'Line' => '455', + 'Name' => 'llvm::SmallVectorTemplateBase', 'NameSpace' => 'llvm', 'PrivateABI' => 1, + 'Size' => '16', 'TParam' => { '0' => { - 'type' => '1003406' + 'key' => 'T', + 'type' => '994625' } }, 'Type' => 'Class' }, - '1004471' => { - 'Copied' => 1, - 'Header' => 'DenseMapInfo.h', - 'Line' => '62', - 'Name' => 'struct llvm::DenseMapInfo', + '1002976' => { + 'Base' => { + '1002609' => { + 'pos' => '0' + } + }, + 'Header' => 'SmallVector.h', + 'Line' => '554', + 'Name' => 'llvm::SmallVectorImpl', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '1', + 'Size' => '16', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1087720' - }, - '1' => { - 'key' => 'Enable', - 'type' => '1' + 'type' => '994625' } }, - 'Type' => 'Struct' + 'Type' => 'Class' }, - '1005122' => { - 'Header' => 'PointerIntPair.h', - 'Line' => '46', + '1004154' => { + 'Header' => 'SmallVector.h', + 'Line' => '1097', 'Memb' => { '0' => { - 'access' => 'private', - 'name' => 'Value', + 'name' => 'InlineElts', 'offset' => '0', - 'type' => '639509' + 'type' => '1111218' } }, - 'Name' => 'llvm::PointerIntPair, llvm::PointerIntPairInfo > >', + 'Name' => 'struct llvm::SmallVectorStorage', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '8', + 'Size' => '128', 'TParam' => { '0' => { - 'key' => 'PointerTy', - 'type' => '258' + 'key' => 'T', + 'type' => '994625' }, '1' => { - 'key' => 'IntBits', + 'key' => 'N', 'type' => '74', - 'val' => '1' - }, - '2' => { - 'key' => 'IntType', - 'type' => '178' - }, - '3' => { - 'key' => 'PtrTraits', - 'type' => '996507' - }, - '4' => { - 'key' => 'Info', - 'type' => '1005915' + 'val' => '8' } }, - 'Type' => 'Class' + 'Type' => 'Struct' }, - '1005915' => { - 'Copied' => 1, - 'Header' => 'PointerIntPair.h', - 'Line' => '145', - 'Name' => 'struct llvm::PointerIntPairInfo >', + '1004202' => { + 'Base' => { + '1002976' => { + 'pos' => '0' + }, + '1004154' => { + 'pos' => '1' + } + }, + 'Header' => 'SmallVector.h', + 'Line' => '1182', + 'Name' => 'llvm::SmallVector', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '1', + 'Size' => '144', 'TParam' => { '0' => { - 'key' => 'PointerT', - 'type' => '258' + 'key' => 'T', + 'type' => '994625' }, '1' => { - 'key' => 'IntBits', + 'key' => 'N', 'type' => '74', - 'val' => '1' - }, - '2' => { - 'key' => 'PtrTraits', - 'type' => '996507' + 'val' => '8' } }, - 'Type' => 'Struct' + 'Type' => 'Class' }, - '1006081' => { + '1004631' => { 'Base' => { - '996226' => { + '978059' => { 'pos' => '0' } }, - 'Header' => 'PointerUnion.h', - 'Line' => '108', - 'Name' => 'llvm::PointerUnion', + 'Header' => 'SmallVector.h', + 'Line' => '102', + 'Name' => 'llvm::SmallVectorTemplateCommon', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '8', + 'Size' => '16', 'TParam' => { '0' => { - 'key' => undef, - 'type' => '1074627' + 'key' => 'T', + 'type' => '74' } }, 'Type' => 'Class' }, - '1006515' => { - 'Header' => 'Metadata.h', - 'Line' => '831', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'Ptr', - 'offset' => '0', - 'type' => '1006081' - } - }, - 'Name' => 'llvm::ContextAndReplaceableUses', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Class' - }, - '1008948' => { + '1005887' => { 'Base' => { - '1013548' => { + '1004631' => { 'pos' => '0' } }, - 'Header' => 'Metadata.h', - 'Line' => '1440', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'Name', - 'offset' => '16', - 'type' => '43892' - }, - '1' => { - 'access' => 'private', - 'name' => 'Parent', - 'offset' => '24', - 'type' => '1074534' - }, - '2' => { - 'access' => 'private', - 'name' => 'Operands', - 'offset' => '32', - 'type' => '258' - } - }, - 'Name' => 'llvm::NamedMDNode', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Class' - }, - '1010613' => { - 'Base' => { - '937403' => { - 'pos' => '0' - } - }, - 'Header' => 'ilist_node.h', - 'Line' => '40', - 'Name' => 'llvm::ilist_node_impl >', + 'Header' => 'SmallVector.h', + 'Line' => '455', + 'Name' => 'llvm::SmallVectorTemplateBase', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { - 'key' => 'OptionsT', - 'type' => '939045' + 'key' => 'T', + 'type' => '74' } }, 'Type' => 'Class' }, - '1013548' => { + '1006254' => { 'Base' => { - '1010613' => { + '1005887' => { 'pos' => '0' } }, - 'Copied' => 1, - 'Header' => 'ilist_node.h', - 'Line' => '149', - 'Name' => 'llvm::ilist_node', + 'Header' => 'SmallVector.h', + 'Line' => '554', + 'Name' => 'llvm::SmallVectorImpl', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1008948' + 'type' => '74' } }, 'Type' => 'Class' }, - '1013951' => { - 'Header' => 'TrackingMDRef.h', - 'Line' => '25', + '1007432' => { + 'Header' => 'SmallVector.h', + 'Line' => '1097', 'Memb' => { '0' => { - 'access' => 'private', - 'name' => 'MD', + 'name' => 'InlineElts', 'offset' => '0', - 'type' => '1090380' + 'type' => '571570' } }, - 'Name' => 'llvm::TrackingMDRef', + 'Name' => 'struct llvm::SmallVectorStorage', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Class' + 'Size' => '32', + 'TParam' => { + '0' => { + 'key' => 'T', + 'type' => '74' + }, + '1' => { + 'key' => 'N', + 'type' => '74', + 'val' => '8' + } + }, + 'Type' => 'Struct' }, - '1014601' => { - 'Header' => 'TrackingMDRef.h', - 'Line' => '106', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'Ref', - 'offset' => '0', - 'type' => '1013951' - } + '1007480' => { + 'Base' => { + '1006254' => { + 'pos' => '0' + }, + '1007432' => { + 'pos' => '1' + } }, - 'Name' => 'llvm::TypedTrackingMDRef', + 'Header' => 'SmallVector.h', + 'Line' => '1182', + 'Name' => 'llvm::SmallVector', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '8', + 'Size' => '48', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '909972' + 'type' => '74' + }, + '1' => { + 'key' => 'N', + 'type' => '74', + 'val' => '8' } }, 'Type' => 'Class' }, - '1015141' => { - 'Header' => 'DebugLoc.h', - 'Line' => '33', + '100818' => { + 'Base' => { + '99841' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '386', + 'Name' => 'std::vector', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '178' + } + }, + 'Type' => 'Class' + }, + '1010651' => { + 'Base' => { + '871743' => { + 'pos' => '0' + } + }, + 'Header' => 'Argument.h', + 'Line' => '29', 'Memb' => { '0' => { 'access' => 'private', - 'name' => 'Loc', - 'offset' => '0', - 'type' => '1015929' + 'name' => 'Parent', + 'offset' => '24', + 'type' => '1094038' + }, + '1' => { + 'access' => 'private', + 'name' => 'ArgNo', + 'offset' => '32', + 'type' => '74' } }, - 'Name' => 'llvm::DebugLoc', + 'Name' => 'llvm::Argument', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '8', + 'Size' => '40', 'Type' => 'Class' }, - '1015929' => { - 'BaseType' => '1014601', - 'Header' => 'TrackingMDRef.h', - 'Line' => '141', - 'Name' => 'llvm::TrackingMDNodeRef', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '1016175' => { + '1012153' => { 'Copied' => 1, - 'Header' => 'Instruction.h', - 'Line' => '39', - 'Name' => 'struct llvm::ilist_alloc_traits', + 'Name' => 'llvm::LLVMContextImpl', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => 'NodeTy', - 'type' => '932107' - } - }, - 'Type' => 'Struct' + 'Type' => 'Class' }, - '1016224' => { + '1012283' => { 'Base' => { - '937403' => { + '871743' => { 'pos' => '0' } }, - 'Header' => 'ilist_node.h', - 'Line' => '40', - 'Name' => 'llvm::ilist_node_impl >', + 'Header' => 'Metadata.h', + 'Line' => '176', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'MD', + 'offset' => '24', + 'type' => '1110547' + } + }, + 'Name' => 'llvm::MetadataAsValue', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '16', + 'Size' => '32', + 'Type' => 'Class' + }, + '1012969' => { + 'Base' => { + '1014811' => { + 'pos' => '0' + } + }, + 'Header' => 'PointerUnion.h', + 'Line' => '108', + 'Name' => 'llvm::PointerUnion', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '8', 'TParam' => { '0' => { - 'key' => 'OptionsT', - 'type' => '939175' + 'key' => undef, + 'type' => '1111807' } }, 'Type' => 'Class' }, - '1016703' => { - 'Base' => { - '939305' => { - 'pos' => '0' - } - }, - 'Header' => 'ilist_iterator.h', - 'Line' => '57', + '1013391' => { + 'Header' => 'PointerIntPair.h', + 'Line' => '46', 'Memb' => { '0' => { 'access' => 'private', - 'name' => 'NodePtr', + 'name' => 'Value', 'offset' => '0', - 'type' => '1016723' + 'type' => '656052' } }, - 'Name' => 'llvm::ilist_iterator, false, false>', + 'Name' => 'llvm::PointerIntPair, llvm::PointerIntPairInfo > >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '8', 'TParam' => { '0' => { - 'key' => 'OptionsT', - 'type' => '939175' + 'key' => 'PointerTy', + 'type' => '258' }, '1' => { - 'key' => 'IsReverse', - 'type' => '638960', - 'val' => '0' + 'key' => 'IntBits', + 'type' => '74', + 'val' => '1' }, '2' => { - 'key' => 'IsConst', - 'type' => '638960', - 'val' => '0' + 'key' => 'IntType', + 'type' => '178' + }, + '3' => { + 'key' => 'PtrTraits', + 'type' => '1015924' + }, + '4' => { + 'key' => 'Info', + 'type' => '1014184' } }, 'Type' => 'Class' }, - '1016723' => { - 'BaseType' => '939753', - 'Header' => 'ilist_iterator.h', - 'Line' => '75', - 'Name' => 'llvm::ilist_iterator, false, false>::node_pointer', - 'NameSpace' => 'llvm::ilist_iterator, false, false>', - 'Private' => 1, + '1014184' => { + 'Copied' => 1, + 'Header' => 'PointerIntPair.h', + 'Line' => '145', + 'Name' => 'struct llvm::PointerIntPairInfo >', + 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => 'PointerT', + 'type' => '258' + }, + '1' => { + 'key' => 'IntBits', + 'type' => '74', + 'val' => '1' + }, + '2' => { + 'key' => 'PtrTraits', + 'type' => '1015924' + } + }, + 'Type' => 'Struct' }, - '1019159' => { - 'Base' => { - '1016224' => { - 'pos' => '0' - } + '1014364' => { + 'Header' => 'PointerUnion.h', + 'Line' => '58', + 'Memb' => { + '0' => { + 'access' => 'protected', + 'name' => 'Val', + 'offset' => '0', + 'type' => '1013391' + } }, - 'Copied' => 1, - 'Header' => 'ilist_node.h', - 'Line' => '149', - 'Name' => 'llvm::ilist_node', - 'NameSpace' => 'llvm', + 'Name' => 'llvm::pointer_union_detail::PointerUnionMembers, llvm::PointerIntPair, llvm::PointerIntPairInfo > >, 2>', + 'NameSpace' => 'llvm::pointer_union_detail', 'PrivateABI' => 1, - 'Size' => '16', + 'Size' => '8', 'TParam' => { '0' => { - 'key' => 'T', - 'type' => '932107' + 'key' => 'Derived', + 'type' => '1012969' + }, + '1' => { + 'key' => 'ValTy', + 'type' => '1013391' + }, + '2' => { + 'key' => 'I', + 'type' => '178', + 'val' => '2' } }, 'Type' => 'Class' }, - '1019194' => { + '1014562' => { 'Base' => { - '1019159' => { + '1014364' => { 'pos' => '0' } }, - 'Header' => 'ilist_node.h', - 'Line' => '257', - 'Name' => 'llvm::ilist_node_with_parent', - 'NameSpace' => 'llvm', + 'Header' => 'PointerUnion.h', + 'Line' => '69', + 'Name' => 'llvm::pointer_union_detail::PointerUnionMembers, llvm::PointerIntPair, llvm::PointerIntPairInfo > >, 1, llvm::Metadata*>', + 'NameSpace' => 'llvm::pointer_union_detail', 'PrivateABI' => 1, - 'Size' => '16', + 'Size' => '8', 'TParam' => { '0' => { - 'key' => 'NodeTy', - 'type' => '932107' + 'key' => 'Derived', + 'type' => '1012969' }, '1' => { - 'key' => 'ParentTy', - 'type' => '848889' + 'key' => 'ValTy', + 'type' => '1013391' + }, + '2' => { + 'key' => 'I', + 'type' => '178', + 'val' => '1' + }, + '3' => { + 'key' => undef, + 'type' => '1110547' } }, 'Type' => 'Class' }, - '1019443' => { + '1014811' => { 'Base' => { - '1016224' => { + '1014562' => { 'pos' => '0' } }, - 'Header' => 'ilist_node.h', - 'Line' => '237', - 'Name' => 'llvm::ilist_sentinel >', - 'NameSpace' => 'llvm', + 'Header' => 'PointerUnion.h', + 'Line' => '69', + 'Name' => 'llvm::pointer_union_detail::PointerUnionMembers, llvm::PointerIntPair, llvm::PointerIntPairInfo > >, 0, llvm::MetadataAsValue*>', + 'NameSpace' => 'llvm::pointer_union_detail', 'PrivateABI' => 1, - 'Size' => '16', + 'Size' => '8', 'TParam' => { '0' => { - 'key' => 'OptionsT', - 'type' => '939175' + 'key' => 'Derived', + 'type' => '1012969' + }, + '1' => { + 'key' => 'ValTy', + 'type' => '1013391' + }, + '2' => { + 'key' => 'I', + 'type' => '178', + 'val' => '0' + }, + '3' => { + 'key' => undef, + 'type' => '1111807' } }, 'Type' => 'Class' }, - '1019567' => { - 'Base' => { - '939305' => { - 'pos' => '1' - }, - '968648' => { - 'pos' => '0' - } - }, - 'Header' => 'simple_ilist.h', - 'Line' => '78', + '1015092' => { + 'Header' => 'PointerUnion.h', + 'Line' => '58', 'Memb' => { '0' => { - 'access' => 'private', - 'name' => 'Sentinel', + 'access' => 'protected', + 'name' => 'Val', 'offset' => '0', - 'type' => '1019443' + 'type' => '1024435' } }, - 'Name' => 'llvm::simple_ilist', - 'NameSpace' => 'llvm', + 'Name' => 'llvm::pointer_union_detail::PointerUnionMembers, llvm::PointerIntPair, llvm::PointerIntPairInfo > >, 2>', + 'NameSpace' => 'llvm::pointer_union_detail', 'PrivateABI' => 1, - 'Size' => '16', + 'Size' => '8', 'TParam' => { '0' => { - 'key' => 'T', - 'type' => '932107' + 'key' => 'Derived', + 'type' => '1025394' + }, + '1' => { + 'key' => 'ValTy', + 'type' => '1024435' + }, + '2' => { + 'key' => 'I', + 'type' => '178', + 'val' => '2' } }, 'Type' => 'Class' }, - '1019812' => { - 'BaseType' => '1016703', - 'Header' => 'simple_ilist.h', - 'Line' => '95', - 'Name' => 'llvm::simple_ilist::iterator', - 'NameSpace' => 'llvm::simple_ilist', + '1015290' => { + 'Base' => { + '1015092' => { + 'pos' => '0' + } + }, + 'Header' => 'PointerUnion.h', + 'Line' => '69', + 'Name' => 'llvm::pointer_union_detail::PointerUnionMembers, llvm::PointerIntPair, llvm::PointerIntPairInfo > >, 1, llvm::ReplaceableMetadataImpl*>', + 'NameSpace' => 'llvm::pointer_union_detail', 'PrivateABI' => 1, 'Size' => '8', - 'Type' => 'Typedef' + 'TParam' => { + '0' => { + 'key' => 'Derived', + 'type' => '1025394' + }, + '1' => { + 'key' => 'ValTy', + 'type' => '1024435' + }, + '2' => { + 'key' => 'I', + 'type' => '178', + 'val' => '1' + }, + '3' => { + 'key' => undef, + 'type' => '1112280' + } + }, + 'Type' => 'Class' }, - '1020936' => { + '1015539' => { 'Base' => { - '1016175' => { + '1015290' => { 'pos' => '0' } }, - 'Header' => 'SymbolTableListTraits.h', - 'Line' => '66', - 'Name' => 'llvm::SymbolTableListTraits', - 'NameSpace' => 'llvm', + 'Header' => 'PointerUnion.h', + 'Line' => '69', + 'Name' => 'llvm::pointer_union_detail::PointerUnionMembers, llvm::PointerIntPair, llvm::PointerIntPairInfo > >, 0, llvm::LLVMContext*>', + 'NameSpace' => 'llvm::pointer_union_detail', + 'PrivateABI' => 1, + 'Size' => '8', + 'TParam' => { + '0' => { + 'key' => 'Derived', + 'type' => '1025394' + }, + '1' => { + 'key' => 'ValTy', + 'type' => '1024435' + }, + '2' => { + 'key' => 'I', + 'type' => '178', + 'val' => '0' + }, + '3' => { + 'key' => undef, + 'type' => '1094125' + } + }, + 'Type' => 'Class' + }, + '1015820' => { + 'Copied' => 1, + 'Header' => 'PointerUnion.h', + 'Line' => '47', + 'Name' => 'llvm::pointer_union_detail::PointerUnionUIntTraits', + 'NameSpace' => 'llvm::pointer_union_detail', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'key' => 'ValueSubClass', - 'type' => '932107' + 'key' => undef, + 'type' => '1094125' + } + }, + 'Type' => 'Class' + }, + '1015924' => { + 'Copied' => 1, + 'Header' => 'PointerUnion.h', + 'Line' => '47', + 'Name' => 'llvm::pointer_union_detail::PointerUnionUIntTraits', + 'NameSpace' => 'llvm::pointer_union_detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => undef, + 'type' => '1111807' } }, 'Type' => 'Class' }, - '1021287' => { + '1016122' => { 'Base' => { - '1021328' => { - 'pos' => '0' - } + '992200' => { + 'pos' => '0' + } }, - 'Copied' => 1, - 'Header' => 'SymbolTableListTraits.h', - 'Line' => '114', - 'Name' => 'llvm::SymbolTableList', + 'Header' => 'DenseMap.h', + 'Line' => '61', + 'Name' => 'llvm::DenseMapBase, unsigned long>, 4u, llvm::DenseMapInfo, llvm::detail::DenseMapPair, unsigned long> > >, void*, std::pair, unsigned long>, llvm::DenseMapInfo, llvm::detail::DenseMapPair, unsigned long> > >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '16', + 'Size' => '1', 'TParam' => { '0' => { - 'key' => 'NodeTy', - 'type' => '932107' + 'key' => 'DerivedT', + 'type' => '1017823' + }, + '1' => { + 'key' => 'KeyT', + 'type' => '258' + }, + '2' => { + 'key' => 'ValueT', + 'type' => '465836' + }, + '3' => { + 'key' => 'KeyInfoT', + 'type' => '1091860' + }, + '4' => { + 'key' => 'BucketT', + 'type' => '916255' } }, 'Type' => 'Class' }, - '1021318' => { - 'Copied' => 1, - 'Header' => 'ValueSymbolTable.h', - 'Line' => '37', + '1017823' => { + 'Base' => { + '1016122' => { + 'pos' => '0' + } + }, + 'Header' => 'DenseMap.h', + 'Line' => '881', 'Memb' => { '0' => { 'access' => 'private', - 'name' => 'vmap', + 'bitfield' => '1', + 'name' => 'Small', 'offset' => '0', - 'type' => '44442606' + 'type' => '74' }, '1' => { 'access' => 'private', - 'name' => 'MaxNameSize', - 'offset' => '32', - 'type' => '178' + 'bitfield' => '31', + 'name' => 'NumEntries', + 'offset' => '0', + 'type' => '74' }, '2' => { 'access' => 'private', - 'name' => 'LastUnique', - 'offset' => '36', - 'type' => '639283' + 'name' => 'NumTombstones', + 'offset' => '4', + 'type' => '74' + }, + '3' => { + 'access' => 'private', + 'name' => 'storage', + 'offset' => '8', + 'type' => '1018817' } }, - 'Name' => 'llvm::ValueSymbolTable', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Class' - }, - '1021328' => { - 'Base' => { - '1019567' => { - 'pos' => '1' - }, - '1020936' => { - 'pos' => '0' - } - }, - 'Header' => 'ilist.h', - 'Line' => '167', - 'Name' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >', + 'Name' => 'llvm::SmallDenseMap, unsigned long>, 4u, llvm::DenseMapInfo, llvm::detail::DenseMapPair, unsigned long> > >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '16', + 'Size' => '104', 'TParam' => { '0' => { - 'key' => 'IntrusiveListT', - 'type' => '1019567' + 'key' => 'KeyT', + 'type' => '258' }, '1' => { - 'key' => 'TraitsT', - 'type' => '1020936' + 'key' => 'ValueT', + 'type' => '465836' + }, + '2' => { + 'key' => 'InlineBuckets', + 'type' => '74', + 'val' => '4' + }, + '3' => { + 'key' => 'KeyInfoT', + 'type' => '1091860' + }, + '4' => { + 'key' => 'BucketT', + 'type' => '916255' } }, 'Type' => 'Class' }, - '1021853' => { - 'BaseType' => '1019812', - 'Header' => 'ilist.h', - 'Line' => '178', - 'Name' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >::iterator', - 'NameSpace' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >', + '1017839' => { + 'Header' => 'DenseMap.h', + 'Line' => '898', + 'Memb' => { + '0' => { + 'name' => 'Buckets', + 'offset' => '0', + 'type' => '1112011' + }, + '1' => { + 'name' => 'NumBuckets', + 'offset' => '8', + 'type' => '74' + } + }, + 'Name' => 'struct llvm::SmallDenseMap, unsigned long>, 4u, llvm::DenseMapInfo, llvm::detail::DenseMapPair, unsigned long> > >::LargeRep', + 'NameSpace' => 'llvm::SmallDenseMap, unsigned long>, 4u, llvm::DenseMapInfo, llvm::detail::DenseMapPair, unsigned long> > >', + 'Private' => 1, 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' + 'Size' => '16', + 'Type' => 'Struct' }, - '1023053' => { - 'Copied' => 1, - 'Header' => 'Operator.h', - 'Line' => '165', + '1018817' => { + 'Header' => 'AlignOf.h', + 'Line' => '27', 'Memb' => { '0' => { - 'access' => 'private', - 'name' => 'Flags', + 'name' => 'buffer', 'offset' => '0', - 'type' => '74' + 'type' => '1112101' } }, - 'Name' => 'llvm::FastMathFlags', + 'Name' => 'struct llvm::AlignedCharArrayUnion, unsigned long> >[4], llvm::SmallDenseMap, unsigned long>, 4u, llvm::DenseMapInfo, llvm::detail::DenseMapPair, unsigned long> > >::LargeRep>', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Class' + 'Size' => '96', + 'TParam' => { + '0' => { + 'key' => 'T', + 'type' => '2954527' + }, + '1' => { + 'key' => undef, + 'type' => '1017839' + } + }, + 'Type' => 'Struct' }, - '1023058' => { + '1018950' => { 'Base' => { - '937403' => { + '978059' => { 'pos' => '0' } }, - 'Header' => 'ilist_node.h', - 'Line' => '40', - 'Name' => 'llvm::ilist_node_impl >', + 'Header' => 'SmallVector.h', + 'Line' => '102', + 'Name' => 'llvm::SmallVectorTemplateCommon', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { - 'key' => 'OptionsT', - 'type' => '939495' + 'key' => 'T', + 'type' => '1110547' } }, 'Type' => 'Class' }, - '1025993' => { + '1020206' => { 'Base' => { - '1023058' => { + '1018950' => { 'pos' => '0' } }, - 'Copied' => 1, - 'Header' => 'ilist_node.h', - 'Line' => '149', - 'Name' => 'llvm::ilist_node', + 'Header' => 'SmallVector.h', + 'Line' => '455', + 'Name' => 'llvm::SmallVectorTemplateBase', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '848889' + 'type' => '1110547' } }, 'Type' => 'Class' }, - '1026028' => { + '1020573' => { 'Base' => { - '1025993' => { + '1020206' => { 'pos' => '0' } }, - 'Header' => 'ilist_node.h', - 'Line' => '257', - 'Name' => 'llvm::ilist_node_with_parent', + 'Header' => 'SmallVector.h', + 'Line' => '554', + 'Name' => 'llvm::SmallVectorImpl', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { - 'key' => 'NodeTy', - 'type' => '848889' - }, - '1' => { - 'key' => 'ParentTy', - 'type' => '866754' + 'key' => 'T', + 'type' => '1110547' } }, 'Type' => 'Class' }, - '1027461' => { - 'Copied' => 1, - 'Header' => 'ilist.h', - 'Line' => '41', - 'Name' => 'struct llvm::ilist_alloc_traits', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => 'NodeTy', - 'type' => '848889' - } - }, - 'Type' => 'Struct' - }, - '1027510' => { - 'Base' => { - '1023058' => { - 'pos' => '0' - } + '1021751' => { + 'Header' => 'Metadata.h', + 'Line' => '281', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'Context', + 'offset' => '0', + 'type' => '1094020' + }, + '1' => { + 'access' => 'private', + 'name' => 'NextIndex', + 'offset' => '8', + 'type' => '655843' + }, + '2' => { + 'access' => 'private', + 'name' => 'UseMap', + 'offset' => '16', + 'type' => '1017823' + } }, - 'Header' => 'ilist_node.h', - 'Line' => '237', - 'Name' => 'llvm::ilist_sentinel >', + 'Name' => 'llvm::ReplaceableMetadataImpl', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => 'OptionsT', - 'type' => '939495' - } - }, + 'Size' => '120', 'Type' => 'Class' }, - '1027634' => { + '1022719' => { 'Base' => { - '939799' => { - 'pos' => '1' - }, - '968648' => { + '985906' => { 'pos' => '0' } }, - 'Header' => 'simple_ilist.h', - 'Line' => '78', + 'Header' => 'Metadata.h', + 'Line' => '611', 'Memb' => { '0' => { 'access' => 'private', - 'name' => 'Sentinel', - 'offset' => '0', - 'type' => '1027510' + 'name' => 'Entry', + 'offset' => '8', + 'type' => '1112321' } }, - 'Name' => 'llvm::simple_ilist', + 'Name' => 'llvm::MDString', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '848889' - } - }, 'Type' => 'Class' }, - '102811' => { - 'Base' => { - '567702' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'name' => 'unsigned int' - } - }, - 'Type' => 'Class' - }, - '1029003' => { - 'Base' => { - '1027461' => { - 'pos' => '0' - } - }, - 'Header' => 'SymbolTableListTraits.h', - 'Line' => '66', - 'Name' => 'llvm::SymbolTableListTraits', + '1023217' => { + 'Copied' => 1, + 'Name' => 'llvm::StringMapEntry', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '1', 'TParam' => { '0' => { - 'key' => 'ValueSubClass', - 'type' => '848889' + 'type' => '1022719' } }, 'Type' => 'Class' }, - '1029354' => { - 'Base' => { - '1029385' => { - 'pos' => '0' - } - }, + '1023784' => { 'Copied' => 1, - 'Header' => 'SymbolTableListTraits.h', - 'Line' => '114', - 'Name' => 'llvm::SymbolTableList', + 'Header' => 'DenseMapInfo.h', + 'Line' => '62', + 'Name' => 'struct llvm::DenseMapInfo', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '16', + 'Size' => '1', 'TParam' => { '0' => { - 'key' => 'NodeTy', - 'type' => '848889' + 'key' => 'T', + 'type' => '1107887' + }, + '1' => { + 'key' => 'Enable', + 'type' => '1' } }, - 'Type' => 'Class' + 'Type' => 'Struct' }, - '1029385' => { - 'Base' => { - '1027634' => { - 'pos' => '1' - }, - '1029003' => { - 'pos' => '0' - } + '1024435' => { + 'Header' => 'PointerIntPair.h', + 'Line' => '46', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'Value', + 'offset' => '0', + 'type' => '656052' + } }, - 'Header' => 'ilist.h', - 'Line' => '167', - 'Name' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >', + 'Name' => 'llvm::PointerIntPair, llvm::PointerIntPairInfo > >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '16', + 'Size' => '8', 'TParam' => { '0' => { - 'key' => 'IntrusiveListT', - 'type' => '1027634' + 'key' => 'PointerTy', + 'type' => '258' }, '1' => { - 'key' => 'TraitsT', - 'type' => '1029003' + 'key' => 'IntBits', + 'type' => '74', + 'val' => '1' + }, + '2' => { + 'key' => 'IntType', + 'type' => '178' + }, + '3' => { + 'key' => 'PtrTraits', + 'type' => '1015820' + }, + '4' => { + 'key' => 'Info', + 'type' => '1025228' } }, 'Type' => 'Class' }, - '1032545' => { - 'Base' => { - '937403' => { - 'pos' => '0' - } - }, - 'Header' => 'ilist_node.h', - 'Line' => '40', - 'Name' => 'llvm::ilist_node_impl >', + '1025228' => { + 'Copied' => 1, + 'Header' => 'PointerIntPair.h', + 'Line' => '145', + 'Name' => 'struct llvm::PointerIntPairInfo >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '16', + 'Size' => '1', 'TParam' => { '0' => { - 'key' => 'OptionsT', - 'type' => '939989' + 'key' => 'PointerT', + 'type' => '258' + }, + '1' => { + 'key' => 'IntBits', + 'type' => '74', + 'val' => '1' + }, + '2' => { + 'key' => 'PtrTraits', + 'type' => '1015820' } }, - 'Type' => 'Class' + 'Type' => 'Struct' }, - '1035480' => { + '1025394' => { 'Base' => { - '1032545' => { + '1015539' => { 'pos' => '0' } }, - 'Copied' => 1, - 'Header' => 'ilist_node.h', - 'Line' => '149', - 'Name' => 'llvm::ilist_node', + 'Header' => 'PointerUnion.h', + 'Line' => '108', + 'Name' => 'llvm::PointerUnion', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '16', + 'Size' => '8', 'TParam' => { '0' => { - 'key' => 'T', - 'type' => '866754' + 'key' => undef, + 'type' => '1094125' } }, 'Type' => 'Class' }, - '1036751' => { - 'Base' => { - '1040661' => { - 'pos' => '1' - }, - '926371' => { - 'pos' => '0' - } - }, - 'Header' => 'GlobalAlias.h', - 'Line' => '28', - 'Name' => 'llvm::GlobalAlias', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '64', + '1025828' => { + 'Header' => 'Metadata.h', + 'Line' => '831', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'Ptr', + 'offset' => '0', + 'type' => '1025394' + } + }, + 'Name' => 'llvm::ContextAndReplaceableUses', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Class' + }, + '1028277' => { + 'Base' => { + '1032877' => { + 'pos' => '0' + } + }, + 'Header' => 'Metadata.h', + 'Line' => '1440', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'Name', + 'offset' => '16', + 'type' => '43980' + }, + '1' => { + 'access' => 'private', + 'name' => 'Parent', + 'offset' => '24', + 'type' => '1094026' + }, + '2' => { + 'access' => 'private', + 'name' => 'Operands', + 'offset' => '32', + 'type' => '258' + } + }, + 'Name' => 'llvm::NamedMDNode', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '40', 'Type' => 'Class' }, - '1037726' => { + '1029942' => { 'Base' => { - '937403' => { + '956716' => { 'pos' => '0' } }, 'Header' => 'ilist_node.h', 'Line' => '40', - 'Name' => 'llvm::ilist_node_impl >', + 'Name' => 'llvm::ilist_node_impl >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '940293' + 'type' => '958358' } }, 'Type' => 'Class' }, - '104' => { - 'Name' => 'unsigned char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '1040661' => { + '1032877' => { 'Base' => { - '1037726' => { + '1029942' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'ilist_node.h', 'Line' => '149', - 'Name' => 'llvm::ilist_node', + 'Name' => 'llvm::ilist_node', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1036751' + 'type' => '1028277' } }, 'Type' => 'Class' }, - '1040696' => { - 'Base' => { - '1044439' => { - 'pos' => '1' - }, - '965500' => { - 'pos' => '0' - } + '1033296' => { + 'Header' => 'TrackingMDRef.h', + 'Line' => '25', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'MD', + 'offset' => '0', + 'type' => '1110547' + } }, - 'Header' => 'GlobalIFunc.h', - 'Line' => '34', - 'Name' => 'llvm::GlobalIFunc', + 'Name' => 'llvm::TrackingMDRef', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '72', + 'Size' => '8', + 'Type' => 'Class' + }, + '1033946' => { + 'Header' => 'TrackingMDRef.h', + 'Line' => '106', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'Ref', + 'offset' => '0', + 'type' => '1033296' + } + }, + 'Name' => 'llvm::TypedTrackingMDRef', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '8', + 'TParam' => { + '0' => { + 'key' => 'T', + 'type' => '929212' + } + }, + 'Type' => 'Class' + }, + '1034486' => { + 'Header' => 'DebugLoc.h', + 'Line' => '33', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'Loc', + 'offset' => '0', + 'type' => '1035274' + } + }, + 'Name' => 'llvm::DebugLoc', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '8', 'Type' => 'Class' }, - '1041504' => { + '1035274' => { + 'BaseType' => '1033946', + 'Header' => 'TrackingMDRef.h', + 'Line' => '141', + 'Name' => 'llvm::TrackingMDNodeRef', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '1035520' => { + 'Copied' => 1, + 'Header' => 'Instruction.h', + 'Line' => '39', + 'Name' => 'struct llvm::ilist_alloc_traits', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => 'NodeTy', + 'type' => '951420' + } + }, + 'Type' => 'Struct' + }, + '1035569' => { 'Base' => { - '937403' => { + '956716' => { 'pos' => '0' } }, 'Header' => 'ilist_node.h', 'Line' => '40', - 'Name' => 'llvm::ilist_node_impl >', + 'Name' => 'llvm::ilist_node_impl >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '940423' + 'type' => '958488' + } + }, + 'Type' => 'Class' + }, + '1036048' => { + 'Base' => { + '958618' => { + 'pos' => '0' + } + }, + 'Header' => 'ilist_iterator.h', + 'Line' => '57', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'NodePtr', + 'offset' => '0', + 'type' => '1036068' + } + }, + 'Name' => 'llvm::ilist_iterator, false, false>', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '8', + 'TParam' => { + '0' => { + 'key' => 'OptionsT', + 'type' => '958488' + }, + '1' => { + 'key' => 'IsReverse', + 'type' => '655503', + 'val' => '0' + }, + '2' => { + 'key' => 'IsConst', + 'type' => '655503', + 'val' => '0' } }, 'Type' => 'Class' }, - '1044439' => { + '1036068' => { + 'BaseType' => '959066', + 'Header' => 'ilist_iterator.h', + 'Line' => '75', + 'Name' => 'llvm::ilist_iterator, false, false>::node_pointer', + 'NameSpace' => 'llvm::ilist_iterator, false, false>', + 'Private' => 1, + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '1038504' => { 'Base' => { - '1041504' => { + '1035569' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'ilist_node.h', 'Line' => '149', - 'Name' => 'llvm::ilist_node', + 'Name' => 'llvm::ilist_node', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1040696' + 'type' => '951420' } }, 'Type' => 'Class' }, - '1045689' => { - 'Copied' => 1, - 'Header' => 'ilist.h', - 'Line' => '41', - 'Name' => 'struct llvm::ilist_alloc_traits', + '1038539' => { + 'Base' => { + '1038504' => { + 'pos' => '0' + } + }, + 'Header' => 'ilist_node.h', + 'Line' => '257', + 'Name' => 'llvm::ilist_node_with_parent', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '1', + 'Size' => '16', 'TParam' => { '0' => { 'key' => 'NodeTy', - 'type' => '967109' + 'type' => '951420' + }, + '1' => { + 'key' => 'ParentTy', + 'type' => '867982' } }, - 'Type' => 'Struct' + 'Type' => 'Class' }, - '1045738' => { + '1038788' => { 'Base' => { - '968807' => { - 'pos' => '0' - } + '1035569' => { + 'pos' => '0' + } }, 'Header' => 'ilist_node.h', 'Line' => '237', - 'Name' => 'llvm::ilist_sentinel >', + 'Name' => 'llvm::ilist_sentinel >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '938915' + 'type' => '958488' } }, 'Type' => 'Class' }, - '1045862' => { + '1038912' => { 'Base' => { - '940553' => { + '958618' => { 'pos' => '1' }, - '968648' => { + '987961' => { 'pos' => '0' } }, @@ -11361,131 +12686,278 @@ $VAR1 = { 'access' => 'private', 'name' => 'Sentinel', 'offset' => '0', - 'type' => '1045738' + 'type' => '1038788' } }, - 'Name' => 'llvm::simple_ilist', + 'Name' => 'llvm::simple_ilist', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '967109' + 'type' => '951420' } }, 'Type' => 'Class' }, - '1047231' => { + '1039157' => { + 'BaseType' => '1036048', + 'Header' => 'simple_ilist.h', + 'Line' => '95', + 'Name' => 'llvm::simple_ilist::iterator', + 'NameSpace' => 'llvm::simple_ilist', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '104' => { + 'Name' => 'unsigned char', + 'Size' => '1', + 'Type' => 'Intrinsic' + }, + '1040281' => { 'Base' => { - '1045689' => { + '1035520' => { 'pos' => '0' } }, 'Header' => 'SymbolTableListTraits.h', 'Line' => '66', - 'Name' => 'llvm::SymbolTableListTraits', + 'Name' => 'llvm::SymbolTableListTraits', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => 'ValueSubClass', - 'type' => '967109' + 'type' => '951420' } }, 'Type' => 'Class' }, - '1047582' => { + '1040632' => { 'Base' => { - '1047613' => { + '1040673' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'SymbolTableListTraits.h', 'Line' => '114', - 'Name' => 'llvm::SymbolTableList', + 'Name' => 'llvm::SymbolTableList', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'NodeTy', - 'type' => '967109' + 'type' => '951420' } }, 'Type' => 'Class' }, - '1047613' => { + '1040663' => { + 'Copied' => 1, + 'Header' => 'ValueSymbolTable.h', + 'Line' => '37', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'vmap', + 'offset' => '0', + 'type' => '44676620' + }, + '1' => { + 'access' => 'private', + 'name' => 'MaxNameSize', + 'offset' => '32', + 'type' => '178' + }, + '2' => { + 'access' => 'private', + 'name' => 'LastUnique', + 'offset' => '36', + 'type' => '655826' + } + }, + 'Name' => 'llvm::ValueSymbolTable', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '40', + 'Type' => 'Class' + }, + '1040673' => { 'Base' => { - '1045862' => { + '1038912' => { 'pos' => '1' }, - '1047231' => { + '1040281' => { 'pos' => '0' } }, 'Header' => 'ilist.h', 'Line' => '167', - 'Name' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >', + 'Name' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'IntrusiveListT', - 'type' => '1045862' + 'type' => '1038912' }, '1' => { 'key' => 'TraitsT', - 'type' => '1047231' + 'type' => '1040281' + } + }, + 'Type' => 'Class' + }, + '1041198' => { + 'BaseType' => '1039157', + 'Header' => 'ilist.h', + 'Line' => '178', + 'Name' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >::iterator', + 'NameSpace' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '1042398' => { + 'Copied' => 1, + 'Header' => 'Operator.h', + 'Line' => '165', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'Flags', + 'offset' => '0', + 'type' => '74' + } + }, + 'Name' => 'llvm::FastMathFlags', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '4', + 'Type' => 'Class' + }, + '1042403' => { + 'Base' => { + '956716' => { + 'pos' => '0' + } + }, + 'Header' => 'ilist_node.h', + 'Line' => '40', + 'Name' => 'llvm::ilist_node_impl >', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'OptionsT', + 'type' => '958808' + } + }, + 'Type' => 'Class' + }, + '1045338' => { + 'Base' => { + '1042403' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'ilist_node.h', + 'Line' => '149', + 'Name' => 'llvm::ilist_node', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'T', + 'type' => '867982' + } + }, + 'Type' => 'Class' + }, + '1045373' => { + 'Base' => { + '1045338' => { + 'pos' => '0' + } + }, + 'Header' => 'ilist_node.h', + 'Line' => '257', + 'Name' => 'llvm::ilist_node_with_parent', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'NodeTy', + 'type' => '867982' + }, + '1' => { + 'key' => 'ParentTy', + 'type' => '885847' } }, 'Type' => 'Class' }, - '1049310' => { + '104650' => { + 'BaseType' => '61887', + 'Header' => 'iosfwd', + 'Line' => '141', + 'Name' => 'std::ostream', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Type' => 'Typedef' + }, + '1046806' => { 'Copied' => 1, 'Header' => 'ilist.h', 'Line' => '41', - 'Name' => 'struct llvm::ilist_alloc_traits', + 'Name' => 'struct llvm::ilist_alloc_traits', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => 'NodeTy', - 'type' => '866754' + 'type' => '867982' } }, 'Type' => 'Struct' }, - '1049359' => { + '1046855' => { 'Base' => { - '1032545' => { + '1042403' => { 'pos' => '0' } }, 'Header' => 'ilist_node.h', 'Line' => '237', - 'Name' => 'llvm::ilist_sentinel >', + 'Name' => 'llvm::ilist_sentinel >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '939989' + 'type' => '958808' } }, 'Type' => 'Class' }, - '1049483' => { + '1046979' => { 'Base' => { - '940743' => { + '959112' => { 'pos' => '1' }, - '968648' => { + '987961' => { 'pos' => '0' } }, @@ -11496,131 +12968,288 @@ $VAR1 = { 'access' => 'private', 'name' => 'Sentinel', 'offset' => '0', - 'type' => '1049359' + 'type' => '1046855' } }, - 'Name' => 'llvm::simple_ilist', + 'Name' => 'llvm::simple_ilist', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '866754' + 'type' => '867982' } }, 'Type' => 'Class' }, - '1050852' => { + '1048348' => { 'Base' => { - '1049310' => { + '1046806' => { 'pos' => '0' } }, 'Header' => 'SymbolTableListTraits.h', 'Line' => '66', - 'Name' => 'llvm::SymbolTableListTraits', + 'Name' => 'llvm::SymbolTableListTraits', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => 'ValueSubClass', - 'type' => '866754' + 'type' => '867982' } }, 'Type' => 'Class' }, - '1051203' => { + '1048699' => { 'Base' => { - '1051234' => { + '1048730' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'SymbolTableListTraits.h', 'Line' => '114', - 'Name' => 'llvm::SymbolTableList', + 'Name' => 'llvm::SymbolTableList', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'NodeTy', - 'type' => '866754' + 'type' => '867982' } }, 'Type' => 'Class' }, - '1051234' => { + '1048730' => { 'Base' => { - '1049483' => { + '1046979' => { 'pos' => '1' }, - '1050852' => { + '1048348' => { 'pos' => '0' } }, 'Header' => 'ilist.h', 'Line' => '167', - 'Name' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >', + 'Name' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'IntrusiveListT', - 'type' => '1049483' + 'type' => '1046979' }, '1' => { 'key' => 'TraitsT', - 'type' => '1050852' + 'type' => '1048348' + } + }, + 'Type' => 'Class' + }, + '1051906' => { + 'Base' => { + '956716' => { + 'pos' => '0' + } + }, + 'Header' => 'ilist_node.h', + 'Line' => '40', + 'Name' => 'llvm::ilist_node_impl >', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'OptionsT', + 'type' => '959302' + } + }, + 'Type' => 'Class' + }, + '1054841' => { + 'Base' => { + '1051906' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'ilist_node.h', + 'Line' => '149', + 'Name' => 'llvm::ilist_node', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'T', + 'type' => '885847' + } + }, + 'Type' => 'Class' + }, + '1056155' => { + 'Base' => { + '1060065' => { + 'pos' => '1' + }, + '945657' => { + 'pos' => '0' + } + }, + 'Header' => 'GlobalAlias.h', + 'Line' => '28', + 'Name' => 'llvm::GlobalAlias', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '64', + 'Type' => 'Class' + }, + '1057130' => { + 'Base' => { + '956716' => { + 'pos' => '0' + } + }, + 'Header' => 'ilist_node.h', + 'Line' => '40', + 'Name' => 'llvm::ilist_node_impl >', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'OptionsT', + 'type' => '959606' + } + }, + 'Type' => 'Class' + }, + '1060065' => { + 'Base' => { + '1057130' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'ilist_node.h', + 'Line' => '149', + 'Name' => 'llvm::ilist_node', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'T', + 'type' => '1056155' + } + }, + 'Type' => 'Class' + }, + '1060100' => { + 'Base' => { + '1063843' => { + 'pos' => '1' + }, + '984813' => { + 'pos' => '0' + } + }, + 'Header' => 'GlobalIFunc.h', + 'Line' => '34', + 'Name' => 'llvm::GlobalIFunc', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '72', + 'Type' => 'Class' + }, + '1060908' => { + 'Base' => { + '956716' => { + 'pos' => '0' + } + }, + 'Header' => 'ilist_node.h', + 'Line' => '40', + 'Name' => 'llvm::ilist_node_impl >', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'OptionsT', + 'type' => '959736' + } + }, + 'Type' => 'Class' + }, + '1063843' => { + 'Base' => { + '1060908' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'ilist_node.h', + 'Line' => '149', + 'Name' => 'llvm::ilist_node', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'T', + 'type' => '1060100' } }, 'Type' => 'Class' }, - '1052959' => { + '1065093' => { 'Copied' => 1, 'Header' => 'ilist.h', 'Line' => '41', - 'Name' => 'struct llvm::ilist_alloc_traits', + 'Name' => 'struct llvm::ilist_alloc_traits', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => 'NodeTy', - 'type' => '1036751' + 'type' => '986422' } }, 'Type' => 'Struct' }, - '1053008' => { + '1065142' => { 'Base' => { - '1037726' => { - 'pos' => '0' - } + '988120' => { + 'pos' => '0' + } }, 'Header' => 'ilist_node.h', 'Line' => '237', - 'Name' => 'llvm::ilist_sentinel >', + 'Name' => 'llvm::ilist_sentinel >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '940293' + 'type' => '958228' } }, 'Type' => 'Class' }, - '1053132' => { + '1065266' => { 'Base' => { - '940933' => { + '959866' => { 'pos' => '1' }, - '968648' => { + '987961' => { 'pos' => '0' } }, @@ -11631,131 +13260,131 @@ $VAR1 = { 'access' => 'private', 'name' => 'Sentinel', 'offset' => '0', - 'type' => '1053008' + 'type' => '1065142' } }, - 'Name' => 'llvm::simple_ilist', + 'Name' => 'llvm::simple_ilist', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1036751' + 'type' => '986422' } }, 'Type' => 'Class' }, - '1054501' => { + '1066635' => { 'Base' => { - '1052959' => { + '1065093' => { 'pos' => '0' } }, 'Header' => 'SymbolTableListTraits.h', 'Line' => '66', - 'Name' => 'llvm::SymbolTableListTraits', + 'Name' => 'llvm::SymbolTableListTraits', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => 'ValueSubClass', - 'type' => '1036751' + 'type' => '986422' } }, 'Type' => 'Class' }, - '1054852' => { + '1066986' => { 'Base' => { - '1054883' => { + '1067017' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'SymbolTableListTraits.h', 'Line' => '114', - 'Name' => 'llvm::SymbolTableList', + 'Name' => 'llvm::SymbolTableList', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'NodeTy', - 'type' => '1036751' + 'type' => '986422' } }, 'Type' => 'Class' }, - '1054883' => { + '1067017' => { 'Base' => { - '1053132' => { + '1065266' => { 'pos' => '1' }, - '1054501' => { + '1066635' => { 'pos' => '0' } }, 'Header' => 'ilist.h', 'Line' => '167', - 'Name' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >', + 'Name' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'IntrusiveListT', - 'type' => '1053132' + 'type' => '1065266' }, '1' => { 'key' => 'TraitsT', - 'type' => '1054501' + 'type' => '1066635' } }, 'Type' => 'Class' }, - '1056580' => { + '1068714' => { 'Copied' => 1, 'Header' => 'ilist.h', 'Line' => '41', - 'Name' => 'struct llvm::ilist_alloc_traits', + 'Name' => 'struct llvm::ilist_alloc_traits', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => 'NodeTy', - 'type' => '1040696' + 'type' => '885847' } }, 'Type' => 'Struct' }, - '1056629' => { + '1068763' => { 'Base' => { - '1041504' => { + '1051906' => { 'pos' => '0' } }, 'Header' => 'ilist_node.h', 'Line' => '237', - 'Name' => 'llvm::ilist_sentinel >', + 'Name' => 'llvm::ilist_sentinel >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '940423' + 'type' => '959302' } }, 'Type' => 'Class' }, - '1056753' => { + '1068887' => { 'Base' => { - '941123' => { + '960056' => { 'pos' => '1' }, - '968648' => { + '987961' => { 'pos' => '0' } }, @@ -11766,127 +13395,417 @@ $VAR1 = { 'access' => 'private', 'name' => 'Sentinel', 'offset' => '0', - 'type' => '1056629' + 'type' => '1068763' } }, - 'Name' => 'llvm::simple_ilist', + 'Name' => 'llvm::simple_ilist', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1040696' + 'type' => '885847' } }, 'Type' => 'Class' }, - '1058122' => { + '1070256' => { 'Base' => { - '1056580' => { + '1068714' => { 'pos' => '0' } }, 'Header' => 'SymbolTableListTraits.h', 'Line' => '66', - 'Name' => 'llvm::SymbolTableListTraits', + 'Name' => 'llvm::SymbolTableListTraits', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => 'ValueSubClass', - 'type' => '1040696' + 'type' => '885847' } }, 'Type' => 'Class' }, - '1058473' => { + '1070607' => { 'Base' => { - '1058504' => { + '1070638' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'SymbolTableListTraits.h', 'Line' => '114', - 'Name' => 'llvm::SymbolTableList', + 'Name' => 'llvm::SymbolTableList', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'NodeTy', - 'type' => '1040696' + 'type' => '885847' } }, 'Type' => 'Class' }, - '1058504' => { + '1070638' => { 'Base' => { - '1056753' => { + '1068887' => { 'pos' => '1' }, - '1058122' => { + '1070256' => { 'pos' => '0' } }, 'Header' => 'ilist.h', 'Line' => '167', - 'Name' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >', + 'Name' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => 'IntrusiveListT', - 'type' => '1056753' + 'type' => '1068887' }, '1' => { 'key' => 'TraitsT', - 'type' => '1058122' + 'type' => '1070256' } }, 'Type' => 'Class' }, - '1060201' => { + '1072363' => { 'Copied' => 1, 'Header' => 'ilist.h', 'Line' => '41', - 'Name' => 'struct llvm::ilist_alloc_traits', + 'Name' => 'struct llvm::ilist_alloc_traits', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => 'NodeTy', - 'type' => '1008948' + 'type' => '1056155' } }, 'Type' => 'Struct' }, - '1060250' => { - 'Copied' => 1, - 'Header' => 'ilist.h', - 'Line' => '65', - 'Name' => 'struct llvm::ilist_callback_traits', + '1072412' => { + 'Base' => { + '1057130' => { + 'pos' => '0' + } + }, + 'Header' => 'ilist_node.h', + 'Line' => '237', + 'Name' => 'llvm::ilist_sentinel >', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'OptionsT', + 'type' => '959606' + } + }, + 'Type' => 'Class' + }, + '1072536' => { + 'Base' => { + '960246' => { + 'pos' => '1' + }, + '987961' => { + 'pos' => '0' + } + }, + 'Header' => 'simple_ilist.h', + 'Line' => '78', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'Sentinel', + 'offset' => '0', + 'type' => '1072412' + } + }, + 'Name' => 'llvm::simple_ilist', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'T', + 'type' => '1056155' + } + }, + 'Type' => 'Class' + }, + '1073905' => { + 'Base' => { + '1072363' => { + 'pos' => '0' + } + }, + 'Header' => 'SymbolTableListTraits.h', + 'Line' => '66', + 'Name' => 'llvm::SymbolTableListTraits', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => 'ValueSubClass', + 'type' => '1056155' + } + }, + 'Type' => 'Class' + }, + '1074256' => { + 'Base' => { + '1074287' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'SymbolTableListTraits.h', + 'Line' => '114', + 'Name' => 'llvm::SymbolTableList', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'NodeTy', + 'type' => '1056155' + } + }, + 'Type' => 'Class' + }, + '1074287' => { + 'Base' => { + '1072536' => { + 'pos' => '1' + }, + '1073905' => { + 'pos' => '0' + } + }, + 'Header' => 'ilist.h', + 'Line' => '167', + 'Name' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'IntrusiveListT', + 'type' => '1072536' + }, + '1' => { + 'key' => 'TraitsT', + 'type' => '1073905' + } + }, + 'Type' => 'Class' + }, + '107435' => { + 'Base' => { + '583499' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'name' => 'unsigned int' + } + }, + 'Type' => 'Class' + }, + '1075984' => { + 'Copied' => 1, + 'Header' => 'ilist.h', + 'Line' => '41', + 'Name' => 'struct llvm::ilist_alloc_traits', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => 'NodeTy', - 'type' => '1008948' + 'type' => '1060100' } }, 'Type' => 'Struct' }, - '1060341' => { + '1076033' => { 'Base' => { - '1060201' => { + '1060908' => { 'pos' => '0' + } + }, + 'Header' => 'ilist_node.h', + 'Line' => '237', + 'Name' => 'llvm::ilist_sentinel >', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'OptionsT', + 'type' => '959736' + } + }, + 'Type' => 'Class' + }, + '1076157' => { + 'Base' => { + '960436' => { + 'pos' => '1' + }, + '987961' => { + 'pos' => '0' + } + }, + 'Header' => 'simple_ilist.h', + 'Line' => '78', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'Sentinel', + 'offset' => '0', + 'type' => '1076033' + } + }, + 'Name' => 'llvm::simple_ilist', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'T', + 'type' => '1060100' + } + }, + 'Type' => 'Class' + }, + '1077526' => { + 'Base' => { + '1075984' => { + 'pos' => '0' + } + }, + 'Header' => 'SymbolTableListTraits.h', + 'Line' => '66', + 'Name' => 'llvm::SymbolTableListTraits', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => 'ValueSubClass', + 'type' => '1060100' + } + }, + 'Type' => 'Class' + }, + '1077877' => { + 'Base' => { + '1077908' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'SymbolTableListTraits.h', + 'Line' => '114', + 'Name' => 'llvm::SymbolTableList', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'NodeTy', + 'type' => '1060100' + } + }, + 'Type' => 'Class' + }, + '1077908' => { + 'Base' => { + '1076157' => { + 'pos' => '1' }, - '1060250' => { + '1077526' => { + 'pos' => '0' + } + }, + 'Header' => 'ilist.h', + 'Line' => '167', + 'Name' => 'llvm::iplist_impl, llvm::SymbolTableListTraits >', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'IntrusiveListT', + 'type' => '1076157' + }, + '1' => { + 'key' => 'TraitsT', + 'type' => '1077526' + } + }, + 'Type' => 'Class' + }, + '1079605' => { + 'Copied' => 1, + 'Header' => 'ilist.h', + 'Line' => '41', + 'Name' => 'struct llvm::ilist_alloc_traits', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => 'NodeTy', + 'type' => '1028277' + } + }, + 'Type' => 'Struct' + }, + '1079654' => { + 'Copied' => 1, + 'Header' => 'ilist.h', + 'Line' => '65', + 'Name' => 'struct llvm::ilist_callback_traits', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => 'NodeTy', + 'type' => '1028277' + } + }, + 'Type' => 'Struct' + }, + '1079745' => { + 'Base' => { + '1079605' => { + 'pos' => '0' + }, + '1079654' => { 'pos' => '1' } }, @@ -11899,14 +13818,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'NodeTy', - 'type' => '1008948' + 'type' => '1028277' } }, 'Type' => 'Struct' }, - '1060378' => { + '1079782' => { 'Base' => { - '1060341' => { + '1079745' => { 'pos' => '0' } }, @@ -11919,14 +13838,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'NodeTy', - 'type' => '1008948' + 'type' => '1028277' } }, 'Type' => 'Struct' }, - '1060409' => { + '1079813' => { 'Base' => { - '1010613' => { + '1029942' => { 'pos' => '0' } }, @@ -11939,17 +13858,17 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '939045' + 'type' => '958358' } }, 'Type' => 'Class' }, - '1060533' => { + '1079937' => { 'Base' => { - '941313' => { + '960626' => { 'pos' => '1' }, - '968648' => { + '987961' => { 'pos' => '0' } }, @@ -11960,7 +13879,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'Sentinel', 'offset' => '0', - 'type' => '1060409' + 'type' => '1079813' } }, 'Name' => 'llvm::simple_ilist', @@ -11970,17 +13889,17 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1008948' + 'type' => '1028277' } }, 'Type' => 'Class' }, - '1061902' => { + '1081306' => { 'Base' => { - '1060378' => { + '1079782' => { 'pos' => '0' }, - '1060533' => { + '1079937' => { 'pos' => '1' } }, @@ -11993,18 +13912,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'IntrusiveListT', - 'type' => '1060533' + 'type' => '1079937' }, '1' => { 'key' => 'TraitsT', - 'type' => '1060378' + 'type' => '1079782' } }, 'Type' => 'Class' }, - '1063599' => { + '1083003' => { 'Base' => { - '1061902' => { + '1081306' => { 'pos' => '0' } }, @@ -12017,14 +13936,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1008948' + 'type' => '1028277' } }, 'Type' => 'Class' }, - '1063818' => { + '1083222' => { 'Base' => { - '972269' => { + '991582' => { 'pos' => '0' } }, @@ -12035,7 +13954,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'Allocator', 'offset' => '24', - 'type' => '971992' + 'type' => '991305' } }, 'Name' => 'llvm::StringMap', @@ -12045,32 +13964,32 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'ValueTy', - 'type' => '965024' + 'type' => '984337' }, '1' => { 'key' => 'AllocatorTy', - 'type' => '971992' + 'type' => '991305' } }, 'Type' => 'Class' }, - '1064980' => { + '1084384' => { 'Copied' => 1, 'Name' => 'llvm::MemoryBuffer', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Type' => 'Class' }, - '1064985' => { + '1084389' => { 'Copied' => 1, 'Name' => 'llvm::GVMaterializer', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Type' => 'Class' }, - '1064990' => { + '1084394' => { 'Base' => { - '972269' => { + '991582' => { 'pos' => '0' } }, @@ -12081,7 +14000,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'Allocator', 'offset' => '24', - 'type' => '971992' + 'type' => '991305' } }, 'Name' => 'llvm::StringMap', @@ -12091,18 +14010,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'ValueTy', - 'type' => '1093165' + 'type' => '1113332' }, '1' => { 'key' => 'AllocatorTy', - 'type' => '971992' + 'type' => '991305' } }, 'Type' => 'Class' }, - '1066157' => { + '1085561' => { 'Base' => { - '972269' => { + '991582' => { 'pos' => '0' } }, @@ -12113,7 +14032,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'Allocator', 'offset' => '24', - 'type' => '971992' + 'type' => '991305' } }, 'Name' => 'llvm::StringMap', @@ -12127,14 +14046,14 @@ $VAR1 = { }, '1' => { 'key' => 'AllocatorTy', - 'type' => '971992' + 'type' => '991305' } }, 'Type' => 'Class' }, - '1067361' => { + '1086765' => { 'Base' => { - '972887' => { + '992200' => { 'pos' => '0' } }, @@ -12147,11 +14066,11 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'DerivedT', - 'type' => '1069062' + 'type' => '1088466' }, '1' => { 'key' => 'KeyT', - 'type' => '477289' + 'type' => '489306' }, '2' => { 'key' => 'ValueT', @@ -12159,18 +14078,18 @@ $VAR1 = { }, '3' => { 'key' => 'KeyInfoT', - 'type' => '1072509' + 'type' => '1092001' }, '4' => { 'key' => 'BucketT', - 'type' => '897320' + 'type' => '916418' } }, 'Type' => 'Class' }, - '1069062' => { + '1088466' => { 'Base' => { - '1067361' => { + '1086765' => { 'pos' => '0' } }, @@ -12181,7 +14100,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'Buckets', 'offset' => '0', - 'type' => '1096182' + 'type' => '1116349' }, '1' => { 'access' => 'private', @@ -12209,7 +14128,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'KeyT', - 'type' => '477289' + 'type' => '489306' }, '1' => { 'key' => 'ValueT', @@ -12217,17 +14136,17 @@ $VAR1 = { }, '2' => { 'key' => 'KeyInfoT', - 'type' => '1072509' + 'type' => '1092001' }, '3' => { 'key' => 'BucketT', - 'type' => '897320' + 'type' => '916418' } }, 'Type' => 'Class' }, - '1069804' => { - 'BaseType' => '1063599', + '1089208' => { + 'BaseType' => '1083003', 'Header' => 'ilist.h', 'Line' => '408', 'Name' => 'llvm::ilist', @@ -12236,7 +14155,7 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Typedef' }, - '1072368' => { + '1091860' => { 'Copied' => 1, 'Header' => 'DenseMapInfo.h', 'Line' => '62', @@ -12256,13 +14175,13 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '1072509' => { + '1092001' => { 'Name' => 'struct llvm::DenseMapInfo, void>', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'TParam' => { '0' => { - 'type' => '477289' + 'type' => '489306' }, '1' => { 'name' => 'void' @@ -12270,364 +14189,397 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '1072731' => { - 'BaseType' => '1072737', + '1092223' => { + 'BaseType' => '1092229', 'Name' => 'llvm::DIScope**', 'Size' => '8', 'Type' => 'Pointer' }, - '1072737' => { - 'BaseType' => '852630', + '1092229' => { + 'BaseType' => '871723', 'Name' => 'llvm::DIScope*', 'Size' => '8', 'Type' => 'Pointer' }, - '1073132' => { - 'BaseType' => '852635', + '1092624' => { + 'BaseType' => '871728', 'Name' => 'llvm::DIFile*', 'Size' => '8', 'Type' => 'Pointer' }, - '1073318' => { + '1092810' => { 'BaseType' => '104', 'Name' => 'unsigned char[16]', 'Size' => '16', 'Type' => 'Array' }, - '1073400' => { - 'BaseType' => '75390', + '1092892' => { + 'BaseType' => '75764', 'Name' => 'std::__detail::_Hashtable_alloc, true> > >::__node_base*', 'Size' => '8', 'Type' => 'Pointer' }, - '1073412' => { - 'BaseType' => '217434', + '1092904' => { + 'BaseType' => '222058', 'Name' => 'std::_Hashtable, std::allocator >, std::__detail::_Select1st, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >::__bucket_type*', 'Size' => '8', 'Type' => 'Pointer' }, - '1073598' => { - 'BaseType' => '1073604', + '1093090' => { + 'BaseType' => '1093096', 'Name' => 'llvm::DILocation**', 'Size' => '8', 'Type' => 'Pointer' }, - '1073604' => { - 'BaseType' => '852640', + '1093096' => { + 'BaseType' => '871733', 'Name' => 'llvm::DILocation*', 'Size' => '8', 'Type' => 'Pointer' }, - '1073819' => { - 'BaseType' => '852650', + '1093311' => { + 'BaseType' => '871743', 'Name' => 'llvm::Value*', 'Size' => '8', 'Type' => 'Pointer' }, - '1073842' => { - 'BaseType' => '782813', - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::MaskInfo*', + '1093334' => { + 'BaseType' => '796705', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::MaskInfo*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074064' => { - 'BaseType' => '782875', - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::MaskedLoopContext*', + '1093556' => { + 'BaseType' => '796767', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::MaskedLoopContext*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074296' => { - 'BaseType' => '782951', - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::MaskedSubroutineContext*', + '10937162' => { + 'Header' => 'ImathMatrix.h', + 'Line' => '666', + 'Memb' => { + '0' => { + 'name' => 'x', + 'offset' => '0', + 'type' => '782153' + } + }, + 'Name' => 'Imath_3_1::Matrix44', + 'NameSpace' => 'Imath_3_1', + 'Size' => '64', + 'TParam' => { + '0' => { + 'key' => 'T', + 'type' => '50' + } + }, + 'Type' => 'Class' + }, + '1093788' => { + 'BaseType' => '796843', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::MaskedSubroutineContext*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074516' => { - 'BaseType' => '782382', - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::PerThreadInfo const&', + '1094008' => { + 'BaseType' => '796274', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::PerThreadInfo const&', 'Size' => '8', 'Type' => 'Ref' }, - '1074522' => { - 'BaseType' => '794871', - 'Name' => 'OSL_v1_13_4::pvt::LLVM_Util const*', + '1094014' => { + 'BaseType' => '809169', + 'Name' => 'OSL_v1_13_5::pvt::LLVM_Util const*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074528' => { - 'BaseType' => '858585', + '1094020' => { + 'BaseType' => '877678', 'Name' => 'llvm::LLVMContext&', 'Size' => '8', 'Type' => 'Ref' }, - '1074534' => { - 'BaseType' => '860224', + '1094026' => { + 'BaseType' => '879317', 'Name' => 'llvm::Module*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074540' => { - 'BaseType' => '43892', + '1094032' => { + 'BaseType' => '43980', 'Name' => 'std::string*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074546' => { - 'BaseType' => '866754', + '1094038' => { + 'BaseType' => '885847', 'Name' => 'llvm::Function*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074552' => { - 'BaseType' => '873664', + '1094044' => { + 'BaseType' => '892757', 'Name' => 'llvm::Type*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074558' => { - 'BaseType' => '1074552', + '1094050' => { + 'BaseType' => '1094044', 'Name' => 'llvm::Type*const', 'Size' => '8', 'Type' => 'Const' }, - '1074563' => { - 'BaseType' => '877359', + '1094055' => { + 'BaseType' => '896452', 'Name' => 'llvm::ExecutionEngine*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074569' => { - 'BaseType' => '241773', + '1094061' => { + 'BaseType' => '246397', 'Name' => 'std::vectorconst&', 'Size' => '8', 'Type' => 'Ref' }, - '1074575' => { + '1094067' => { + 'BaseType' => '896457', + 'Name' => 'llvm::TargetMachine*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '1094073' => { 'Name' => 'void*(*)(std::string const&)', 'Param' => { '0' => { - 'type' => '644659' + 'type' => '661202' } }, 'Return' => '258', 'Size' => '8', 'Type' => 'FuncPtr' }, - '1074597' => { - 'BaseType' => '877364', + '1094095' => { + 'BaseType' => '896462', 'Name' => 'llvm::PointerType*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074603' => { - 'BaseType' => '877961', + '1094101' => { + 'BaseType' => '897059', 'Name' => 'llvm::VectorType*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074609' => { - 'BaseType' => '878529', + '1094107' => { + 'BaseType' => '897627', 'Name' => 'llvm::FunctionType*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074615' => { - 'BaseType' => '879052', + '1094113' => { + 'BaseType' => '898150', 'Name' => 'llvm::Constant*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074621' => { - 'BaseType' => '793074', - 'Name' => 'OSL_v1_13_4::pvt::LLVM_Util::IRBuilder&', + '1094119' => { + 'BaseType' => '807312', + 'Name' => 'OSL_v1_13_5::pvt::LLVM_Util::IRBuilder&', 'Size' => '8', 'Type' => 'Ref' }, - '1074627' => { - 'BaseType' => '858585', + '1094125' => { + 'BaseType' => '877678', 'Name' => 'llvm::LLVMContext*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074633' => { - 'BaseType' => '793074', - 'Name' => 'OSL_v1_13_4::pvt::LLVM_Util::IRBuilder*', + '1094131' => { + 'BaseType' => '807312', + 'Name' => 'OSL_v1_13_5::pvt::LLVM_Util::IRBuilder*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074639' => { - 'BaseType' => '880579', + '1094137' => { + 'BaseType' => '899677', 'Name' => 'llvm::SectionMemoryManager*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074645' => { - 'BaseType' => '880597', + '1094143' => { + 'BaseType' => '899695', 'Name' => 'llvm::legacy::PassManager*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074651' => { - 'BaseType' => '880602', + '1094149' => { + 'BaseType' => '899700', 'Name' => 'llvm::legacy::FunctionPassManager*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074657' => { - 'BaseType' => '880608', + '1094155' => { + 'BaseType' => '899706', 'Name' => 'llvm::JITEventListener*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074663' => { - 'BaseType' => '880613', + '1094161' => { + 'BaseType' => '899711', 'Name' => 'llvm::DIBuilder*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074669' => { - 'BaseType' => '880618', + '1094167' => { + 'BaseType' => '899716', 'Name' => 'llvm::DICompileUnit*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074675' => { - 'BaseType' => '880623', + '1094173' => { + 'BaseType' => '899721', 'Name' => 'llvm::DISubroutineType*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074798' => { - 'BaseType' => '815049', - 'Name' => 'OSL_v1_13_4::ShadingContext*', + '1094296' => { + 'BaseType' => '833748', + 'Name' => 'OSL_v1_13_5::ShadingContext*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074809' => { - 'BaseType' => '817673', - 'Name' => 'OSL_v1_13_4::RendererServices*', + '1094307' => { + 'BaseType' => '836008', + 'Name' => 'OSL_v1_13_5::RendererServices*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074815' => { - 'BaseType' => '1074809', - 'Name' => 'OSL_v1_13_4::RendererServices*const', + '1094313' => { + 'BaseType' => '1094307', + 'Name' => 'OSL_v1_13_5::RendererServices*const', 'Size' => '8', 'Type' => 'Const' }, - '1074820' => { - 'BaseType' => '814204', - 'Name' => 'struct OSL_v1_13_4::ClosureColor*', + '1094318' => { + 'BaseType' => '832873', + 'Name' => 'struct OSL_v1_13_5::ClosureColor*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '1094324' => { + 'BaseType' => '838558', + 'Name' => 'struct OSL_v1_13_5::SymLocationDesc*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074826' => { - 'BaseType' => '820223', - 'Name' => 'struct OSL_v1_13_4::SymLocationDesc*', + '1094335' => { + 'BaseType' => '838960', + 'Name' => 'struct OSL_v1_13_5::SymLocationDesc const*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074848' => { - 'BaseType' => '820673', - 'Name' => 'OSL_v1_13_4::ShadingSystem*', + '1094346' => { + 'BaseType' => '839008', + 'Name' => 'OSL_v1_13_5::ShadingSystem*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074854' => { - 'BaseType' => '1074848', - 'Name' => 'OSL_v1_13_4::ShadingSystem*const', + '1094352' => { + 'BaseType' => '1094346', + 'Name' => 'OSL_v1_13_5::ShadingSystem*const', 'Size' => '8', 'Type' => 'Const' }, - '1074859' => { - 'BaseType' => '693093', - 'Name' => 'OpenImageIO_v2_5_1::TextureSystem*', + '1094357' => { + 'BaseType' => '709458', + 'Name' => 'OpenImageIO_v2_6_0::TextureSystem*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074865' => { - 'BaseType' => '689736', - 'Name' => 'OpenImageIO_v2_5_1::ErrorHandler*', + '1094363' => { + 'BaseType' => '706101', + 'Name' => 'OpenImageIO_v2_6_0::ErrorHandler*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074876' => { - 'BaseType' => '825045', - 'Name' => 'OSL_v1_13_4::ShaderGroup*', + '1094374' => { + 'BaseType' => '843705', + 'Name' => 'OSL_v1_13_5::ShaderGroup*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074893' => { - 'BaseType' => '825045', - 'Name' => 'OSL_v1_13_4::ShaderGroup&', + '1094391' => { + 'BaseType' => '843705', + 'Name' => 'OSL_v1_13_5::ShaderGroup&', 'Size' => '8', 'Type' => 'Ref' }, - '1074899' => { - 'BaseType' => '827814', - 'Name' => 'struct OSL_v1_13_4::PerThreadInfo*', + '1094397' => { + 'BaseType' => '846474', + 'Name' => 'struct OSL_v1_13_5::PerThreadInfo*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074910' => { - 'BaseType' => '693112', - 'Name' => 'OpenImageIO_v2_5_1::TextureSystem::Perthread*', + '1094408' => { + 'BaseType' => '709477', + 'Name' => 'OpenImageIO_v2_6_0::TextureSystem::Perthread*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074916' => { - 'BaseType' => '815049', - 'Name' => 'OSL_v1_13_4::ShadingContext&', + '1094414' => { + 'BaseType' => '833748', + 'Name' => 'OSL_v1_13_5::ShadingContext&', 'Size' => '8', 'Type' => 'Ref' }, - '1074922' => { - 'BaseType' => '814555', - 'Name' => 'struct OSL_v1_13_4::ShaderGlobals&', + '1094420' => { + 'BaseType' => '833224', + 'Name' => 'struct OSL_v1_13_5::ShaderGlobals&', 'Size' => '8', 'Type' => 'Ref' }, - '1074928' => { - 'BaseType' => '827946', - 'Name' => 'OSL_v1_13_4::ShaderSymbol const*', + '1094426' => { + 'BaseType' => '846606', + 'Name' => 'OSL_v1_13_5::ShaderSymbol const*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074934' => { - 'BaseType' => '825040', - 'Name' => 'OSL_v1_13_4::ShadingSystem const*', + '1094432' => { + 'BaseType' => '843700', + 'Name' => 'OSL_v1_13_5::ShadingSystem const*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074940' => { - 'BaseType' => '1074934', - 'Name' => 'OSL_v1_13_4::ShadingSystem const*const', + '1094438' => { + 'BaseType' => '1094432', + 'Name' => 'OSL_v1_13_5::ShadingSystem const*const', 'Size' => '8', 'Type' => 'Const' }, - '1074945' => { - 'BaseType' => '827797', - 'Name' => 'OSL_v1_13_4::ShaderGroup const&', + '1094443' => { + 'BaseType' => '846457', + 'Name' => 'OSL_v1_13_5::ShaderGroup const&', 'Size' => '8', 'Type' => 'Ref' }, - '1074951' => { - 'BaseType' => '817656', - 'Name' => 'OSL_v1_13_4::ShadingContext const&', + '1094449' => { + 'BaseType' => '835991', + 'Name' => 'OSL_v1_13_5::ShadingContext const&', 'Size' => '8', 'Type' => 'Ref' }, - '1074957' => { - 'BaseType' => '814015', - 'Name' => 'struct OSL_v1_13_4::ClosureParam const*', + '1094455' => { + 'BaseType' => '832684', + 'Name' => 'struct OSL_v1_13_5::ClosureParam const*', 'Size' => '8', 'Type' => 'Pointer' }, - '1074963' => { - 'Name' => 'void(*)(OSL_v1_13_4::RendererServices*, int, void*)', + '1094461' => { + 'Name' => 'void(*)(OSL_v1_13_5::RendererServices*, int, void*)', 'Param' => { '0' => { - 'type' => '1074809' + 'type' => '1094307' }, '1' => { 'type' => '178' @@ -12640,79 +14592,85 @@ $VAR1 = { 'Size' => '8', 'Type' => 'FuncPtr' }, - '1074991' => { - 'BaseType' => '1074957', - 'Name' => 'struct OSL_v1_13_4::ClosureParam const**', + '1094489' => { + 'BaseType' => '1094455', + 'Name' => 'struct OSL_v1_13_5::ClosureParam const**', 'Size' => '8', 'Type' => 'Pointer' }, - '1074997' => { - 'BaseType' => '794876', - 'Name' => 'OSL_v1_13_4::pvt::ShadingSystemImpl*', + '1094495' => { + 'BaseType' => '846457', + 'Name' => 'OSL_v1_13_5::ShaderGroup const*', 'Size' => '8', 'Type' => 'Pointer' }, - '1075050' => { - 'BaseType' => '814550', - 'Name' => 'OSL_v1_13_4::Color3 const&', + '1094506' => { + 'BaseType' => '809174', + 'Name' => 'OSL_v1_13_5::pvt::ShadingSystemImpl*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '1094694' => { + 'BaseType' => '833219', + 'Name' => 'OSL_v1_13_5::Color3 const&', 'Size' => '8', 'Type' => 'Ref' }, - '1075079' => { - 'BaseType' => '814538', - 'Name' => 'OSL_v1_13_4::Color3[317]', + '1094729' => { + 'BaseType' => '833207', + 'Name' => 'OSL_v1_13_5::Color3[317]', 'Size' => '3804', 'Type' => 'Array' }, - '1075149' => { - 'BaseType' => '242868', - 'Name' => 'std::__shared_ptr::element_type*', + '1094799' => { + 'BaseType' => '247492', + 'Name' => 'std::__shared_ptr::element_type*', 'Size' => '8', 'Type' => 'Pointer' }, - '1075259' => { - 'BaseType' => '244100', - 'Name' => 'std::__shared_ptr::element_type*', + '1094909' => { + 'BaseType' => '248724', + 'Name' => 'std::__shared_ptr::element_type*', 'Size' => '8', 'Type' => 'Pointer' }, - '1075469' => { - 'BaseType' => '1074798', - 'Name' => 'OSL_v1_13_4::ShadingContext**', + '1095119' => { + 'BaseType' => '1094296', + 'Name' => 'OSL_v1_13_5::ShadingContext**', 'Size' => '8', 'Type' => 'Pointer' }, - '1075491' => { - 'BaseType' => '1074798', - 'Name' => 'OSL_v1_13_4::ShadingContext*&', + '1095141' => { + 'BaseType' => '1094296', + 'Name' => 'OSL_v1_13_5::ShadingContext*&', 'Size' => '8', 'Type' => 'Ref' }, - '1075861' => { - 'Name' => 'bool(*)(OSL_v1_13_4::pvt::BackendLLVM&, int)', + '1095511' => { + 'Name' => 'bool(*)(OSL_v1_13_5::pvt::BackendLLVM&, int)', 'Param' => { '0' => { - 'type' => '1075888' + 'type' => '1095538' }, '1' => { 'type' => '178' } }, - 'Return' => '638960', + 'Return' => '655503', 'Size' => '8', 'Type' => 'FuncPtr' }, - '1075888' => { - 'BaseType' => '804829', - 'Name' => 'OSL_v1_13_4::pvt::BackendLLVM&', + '1095538' => { + 'BaseType' => '820863', + 'Name' => 'OSL_v1_13_5::pvt::BackendLLVM&', 'Size' => '8', 'Type' => 'Ref' }, - '1075894' => { - 'Name' => 'int(*)(OSL_v1_13_4::pvt::RuntimeOptimizer&, int)', + '1095544' => { + 'Name' => 'int(*)(OSL_v1_13_5::pvt::RuntimeOptimizer&, int)', 'Param' => { '0' => { - 'type' => '1075921' + 'type' => '1095571' }, '1' => { 'type' => '178' @@ -12722,139 +14680,127 @@ $VAR1 = { 'Size' => '8', 'Type' => 'FuncPtr' }, - '1075921' => { - 'BaseType' => '804865', - 'Name' => 'OSL_v1_13_4::pvt::RuntimeOptimizer&', + '1095571' => { + 'BaseType' => '820899', + 'Name' => 'OSL_v1_13_5::pvt::RuntimeOptimizer&', 'Size' => '8', 'Type' => 'Ref' }, - '1076207' => { - 'BaseType' => '776678', - 'Name' => 'OSL_v1_13_4::pvt::Symbol*', + '1095857' => { + 'BaseType' => '790564', + 'Name' => 'OSL_v1_13_5::pvt::Symbol*', 'Size' => '8', 'Type' => 'Pointer' }, - '1076230' => { - 'BaseType' => '780715', - 'Name' => 'OSL_v1_13_4::pvt::Symbol const*', + '1095880' => { + 'BaseType' => '794601', + 'Name' => 'OSL_v1_13_5::pvt::Symbol const*', 'Size' => '8', 'Type' => 'Pointer' }, - '1076236' => { - 'BaseType' => '1076230', - 'Name' => 'OSL_v1_13_4::pvt::Symbol const*const', + '1095886' => { + 'BaseType' => '1095880', + 'Name' => 'OSL_v1_13_5::pvt::Symbol const*const', 'Size' => '8', 'Type' => 'Const' }, - '1076932' => { - 'BaseType' => '805131', - 'Name' => 'OSL_v1_13_4::pvt::ShaderMaster*', + '1096582' => { + 'BaseType' => '821165', + 'Name' => 'OSL_v1_13_5::pvt::ShaderMaster*', 'Size' => '8', 'Type' => 'Pointer' }, - '1076943' => { - 'BaseType' => '794876', - 'Name' => 'OSL_v1_13_4::pvt::ShadingSystemImpl&', + '1096593' => { + 'BaseType' => '809174', + 'Name' => 'OSL_v1_13_5::pvt::ShadingSystemImpl&', 'Size' => '8', 'Type' => 'Ref' }, - '1076977' => { - 'BaseType' => '813895', - 'Name' => 'struct OSL_v1_13_4::ClosureParam*', + '1096627' => { + 'BaseType' => '832564', + 'Name' => 'struct OSL_v1_13_5::ClosureParam*', 'Size' => '8', 'Type' => 'Pointer' }, - '1077644' => { - 'BaseType' => '806098', - 'Name' => 'struct OSL_v1_13_4::pvt::ClosureRegistry::ClosureEntry*', + '1097294' => { + 'BaseType' => '822132', + 'Name' => 'struct OSL_v1_13_5::pvt::ClosureRegistry::ClosureEntry*', 'Size' => '8', 'Type' => 'Pointer' }, - '1079727' => { + '1099377' => { 'BaseType' => '104', 'Name' => 'unsigned char[40]', 'Size' => '40', 'Type' => 'Array' }, - '1080607' => { - 'BaseType' => '330852', - 'Name' => 'std::weak_ptr*', + '1100257' => { + 'BaseType' => '335476', + 'Name' => 'std::weak_ptr*', 'Size' => '8', 'Type' => 'Pointer' }, - '1080919' => { - 'BaseType' => '336352', - 'Name' => 'std::__shared_ptr::element_type*', + '1100569' => { + 'BaseType' => '340976', + 'Name' => 'std::__shared_ptr::element_type*', 'Size' => '8', 'Type' => 'Pointer' }, - '1081367' => { - 'BaseType' => '808177', - 'Name' => 'OSL_v1_13_4::pvt::ShaderInstance*', + '1101321' => { + 'BaseType' => '84099', + 'Name' => 'std::__detail::_Hashtable_alloc > >::__node_base*', 'Size' => '8', 'Type' => 'Pointer' }, - '10813800' => { - 'BaseType' => '10820174', - 'Header' => 'oslconfig.h', - 'Line' => '94', - 'Name' => 'OSL_v1_13_4::Matrix44', - 'NameSpace' => 'OSL_v1_13_4', - 'Size' => '64', - 'Type' => 'Typedef' - }, - '1081553' => { - 'BaseType' => '811636', - 'Name' => 'struct OSL_v1_13_4::pvt::Connection*', + '1101333' => { + 'BaseType' => '350982', + 'Name' => 'std::_Hashtable, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >::__bucket_type*', 'Size' => '8', 'Type' => 'Pointer' }, - '1081571' => { - 'BaseType' => '808191', - 'Name' => 'struct OSL_v1_13_4::pvt::ShaderInstance::SymOverrideInfo*', + '1101539' => { + 'BaseType' => '824211', + 'Name' => 'OSL_v1_13_5::pvt::ShaderInstance*', 'Size' => '8', 'Type' => 'Pointer' }, - '10820174' => { - 'Header' => 'ImathMatrix.h', - 'Line' => '662', - 'Memb' => { - '0' => { - 'name' => 'x', - 'offset' => '0', - 'type' => '768292' - } - }, - 'Name' => 'Imath_3_1::Matrix44', - 'NameSpace' => 'Imath_3_1', - 'Size' => '64', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '50' - } - }, - 'Type' => 'Class' + '1101759' => { + 'BaseType' => '827675', + 'Name' => 'struct OSL_v1_13_5::pvt::Connection*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '1101777' => { + 'BaseType' => '824225', + 'Name' => 'struct OSL_v1_13_5::pvt::ShaderInstance::SymOverrideInfo*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '11021328' => { + 'BaseType' => '848016', + 'Name' => 'enum OSL_v1_13_5::EncodedType const*', + 'Size' => '8', + 'Type' => 'Pointer' }, - '1082333' => { - 'BaseType' => '811918', - 'Name' => 'struct OSL_v1_13_4::pvt::Message*', + '1102539' => { + 'BaseType' => '827957', + 'Name' => 'struct OSL_v1_13_5::pvt::Message*', 'Size' => '8', 'Type' => 'Pointer' }, - '1082381' => { - 'BaseType' => '825062', - 'Name' => 'struct OSL_v1_13_4::ShaderGroup::InteractiveParamData*', + '1102587' => { + 'BaseType' => '843722', + 'Name' => 'struct OSL_v1_13_5::ShaderGroup::InteractiveParamData*', 'Size' => '8', 'Type' => 'Pointer' }, - '1082416' => { - 'BaseType' => '1082427', + '1102622' => { + 'BaseType' => '1102633', 'Name' => 'void(**)(void*, void*, void*, void*, int, void*)', 'Size' => '8', 'Type' => 'Pointer' }, - '1082427' => { + '1102633' => { 'Name' => 'void(*)(void*, void*, void*, void*, int, void*)', 'Param' => { '0' => { @@ -12880,383 +14826,367 @@ $VAR1 = { 'Size' => '8', 'Type' => 'FuncPtr' }, - '1082696' => { - 'BaseType' => '355045', - 'Name' => 'std::shared_ptr*', + '1102902' => { + 'BaseType' => '367121', + 'Name' => 'std::shared_ptr*', 'Size' => '8', 'Type' => 'Pointer' }, - '1082953' => { + '1103159' => { 'BaseType' => '258', 'Name' => 'void**', 'Size' => '8', 'Type' => 'Pointer' }, - '1083210' => { - 'BaseType' => '820630', - 'Name' => 'enum OSL_v1_13_4::ParamHints*', + '1103416' => { + 'BaseType' => '838965', + 'Name' => 'enum OSL_v1_13_5::ParamHints*', 'Size' => '8', 'Type' => 'Pointer' }, - '1083680' => { + '1103886' => { 'BaseType' => '104', 'Name' => 'unsigned char[]', 'Size' => '8', 'Type' => 'Array' }, - '1083953' => { - 'BaseType' => '827797', - 'Name' => 'OSL_v1_13_4::ShaderGroup const*', + '1104159' => { + 'BaseType' => '655797', + 'Name' => 'uint8_t*', 'Size' => '8', 'Type' => 'Pointer' }, - '1084028' => { - 'BaseType' => '385760', - 'Name' => 'std::__shared_ptr::element_type*', + '1104223' => { + 'BaseType' => '397836', + 'Name' => 'std::__shared_ptr::element_type*', 'Size' => '8', 'Type' => 'Pointer' }, - '1084651' => { - 'BaseType' => '393385', + '1104812' => { + 'BaseType' => '405402', 'Name' => 'std::basic_regex >*', 'Size' => '8', 'Type' => 'Pointer' }, - '1085250' => { - 'BaseType' => '815065', - 'Name' => 'struct OSL_v1_13_4::ShadingContext::ErrorItem*', + '1105411' => { + 'BaseType' => '833764', + 'Name' => 'struct OSL_v1_13_5::ShadingContext::ErrorItem*', 'Size' => '8', 'Type' => 'Pointer' }, - '1085507' => { - 'BaseType' => '814555', - 'Name' => 'struct OSL_v1_13_4::ShaderGlobals*', + '1105674' => { + 'BaseType' => '833224', + 'Name' => 'struct OSL_v1_13_5::ShaderGlobals*', 'Size' => '8', 'Type' => 'Pointer' }, - '1085513' => { - 'BaseType' => '813479', - 'Name' => 'OSL_v1_13_4::pvt::Dictionary*', + '1105680' => { + 'BaseType' => '829518', + 'Name' => 'OSL_v1_13_5::pvt::Dictionary*', 'Size' => '8', 'Type' => 'Pointer' }, - '1087470' => { - 'BaseType' => '903099', + '1107637' => { + 'BaseType' => '922273', 'Name' => 'llvm::Use*', 'Size' => '8', 'Type' => 'Pointer' }, - '1087493' => { - 'BaseType' => '903735', + '1107660' => { + 'BaseType' => '922909', 'Name' => 'llvm::User*', 'Size' => '8', 'Type' => 'Pointer' }, - '1087516' => { - 'BaseType' => '1087470', + '1107683' => { + 'BaseType' => '1107637', 'Name' => 'llvm::Use**', 'Size' => '8', 'Type' => 'Pointer' }, - '1087720' => { - 'BaseType' => '909972', + '1107887' => { + 'BaseType' => '929212', 'Name' => 'llvm::MDNode*', 'Size' => '8', 'Type' => 'Pointer' }, - '1088472' => { - 'BaseType' => '1074558', + '1108639' => { + 'BaseType' => '1094050', 'Name' => 'llvm::Type*const*', 'Size' => '8', 'Type' => 'Pointer' }, - '1088562' => { - 'BaseType' => '879047', + '1108729' => { + 'BaseType' => '898145', 'Name' => 'llvm::FunctionType const*', 'Size' => '8', 'Type' => 'Pointer' }, - '1088970' => { - 'BaseType' => '1073819', + '1109137' => { + 'BaseType' => '1093311', 'Name' => 'llvm::Value**', 'Size' => '8', 'Type' => 'Pointer' }, - '1089246' => { - 'BaseType' => '937403', + '1109413' => { + 'BaseType' => '956716', 'Name' => 'llvm::ilist_node_base*', 'Size' => '8', 'Type' => 'Pointer' }, - '1089335' => { - 'BaseType' => '946149', + '1109502' => { + 'BaseType' => '965462', 'Name' => 'llvm::AttributeSetNode*', 'Size' => '8', 'Type' => 'Pointer' }, - '1089395' => { - 'BaseType' => '953981', + '1109562' => { + 'BaseType' => '973294', 'Name' => 'llvm::AttributeListImpl*', 'Size' => '8', 'Type' => 'Pointer' }, - '109028' => { - 'Base' => { - '266024' => { - 'access' => 'protected', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '386', - 'Name' => 'std::vector', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '673440' - } - }, - 'Type' => 'Class' - }, - '1090356' => { - 'BaseType' => '965024', + '1110523' => { + 'BaseType' => '984337', 'Name' => 'llvm::Comdat*', 'Size' => '8', 'Type' => 'Pointer' }, - '1090368' => { - 'BaseType' => '965500', + '1110535' => { + 'BaseType' => '984813', 'Name' => 'llvm::GlobalObject*', 'Size' => '8', 'Type' => 'Pointer' }, - '1090380' => { - 'BaseType' => '966593', + '1110547' => { + 'BaseType' => '985906', 'Name' => 'llvm::Metadata*', 'Size' => '8', 'Type' => 'Pointer' }, - '1090391' => { - 'BaseType' => '967109', + '1110558' => { + 'BaseType' => '986422', 'Name' => 'llvm::GlobalVariable*', 'Size' => '8', 'Type' => 'Pointer' }, - '1090427' => { - 'BaseType' => '860224', + '1110594' => { + 'BaseType' => '879317', 'Name' => 'llvm::Module&', 'Size' => '8', 'Type' => 'Ref' }, - '1090577' => { - 'BaseType' => '971787', + '1110744' => { + 'BaseType' => '991100', 'Name' => 'llvm::StringMapEntryBase*', 'Size' => '8', 'Type' => 'Pointer' }, - '1090649' => { - 'BaseType' => '1090577', + '1110816' => { + 'BaseType' => '1110744', 'Name' => 'llvm::StringMapEntryBase**', 'Size' => '8', 'Type' => 'Pointer' }, - '1090694' => { - 'BaseType' => '555887', + '1110861' => { + 'BaseType' => '571626', 'Name' => 'void const**', 'Size' => '8', 'Type' => 'Pointer' }, - '1090807' => { - 'BaseType' => '555887', + '1110974' => { + 'BaseType' => '571626', 'Name' => 'void const*[2]', 'Size' => '16', 'Type' => 'Array' }, - '1090859' => { - 'BaseType' => '974717', + '1111026' => { + 'BaseType' => '994030', 'Name' => 'llvm::StringMapEntry*', 'Size' => '8', 'Type' => 'Pointer' }, - '1091051' => { + '1111218' => { 'BaseType' => '301', 'Name' => 'char[128]', 'Size' => '128', 'Type' => 'Array' }, - '1091470' => { - 'BaseType' => '991338', + '1111637' => { + 'BaseType' => '1010651', 'Name' => 'llvm::Argument*', 'Size' => '8', 'Type' => 'Pointer' }, - '1091488' => { - 'BaseType' => '992840', + '1111655' => { + 'BaseType' => '1012153', 'Name' => 'llvm::LLVMContextImpl*', 'Size' => '8', 'Type' => 'Pointer' }, - '1091494' => { - 'BaseType' => '1091488', + '1111661' => { + 'BaseType' => '1111655', 'Name' => 'llvm::LLVMContextImpl*const', 'Size' => '8', 'Type' => 'Const' }, - '1091640' => { - 'BaseType' => '992970', + '1111807' => { + 'BaseType' => '1012283', 'Name' => 'llvm::MetadataAsValue*', 'Size' => '8', 'Type' => 'Pointer' }, - '1091844' => { - 'BaseType' => '897157', + '1112011' => { + 'BaseType' => '916255', 'Name' => 'struct llvm::detail::DenseMapPair, unsigned long> >*', 'Size' => '8', 'Type' => 'Pointer' }, - '1091934' => { + '1112101' => { 'BaseType' => '301', 'Name' => 'char[96]', 'Size' => '96', 'Type' => 'Array' }, - '1092050' => { - 'BaseType' => '1090380', + '1112217' => { + 'BaseType' => '1110547', 'Name' => 'llvm::Metadata**', 'Size' => '8', 'Type' => 'Pointer' }, - '1092113' => { - 'BaseType' => '1002438', + '1112280' => { + 'BaseType' => '1021751', 'Name' => 'llvm::ReplaceableMetadataImpl*', 'Size' => '8', 'Type' => 'Pointer' }, - '1092154' => { - 'BaseType' => '1003904', + '1112321' => { + 'BaseType' => '1023217', 'Name' => 'llvm::StringMapEntry*', 'Size' => '8', 'Type' => 'Pointer' }, - '1092160' => { - 'BaseType' => '1003406', + '1112327' => { + 'BaseType' => '1022719', 'Name' => 'llvm::MDString*', 'Size' => '8', 'Type' => 'Pointer' }, - '1093165' => { - 'BaseType' => '1008948', + '1113332' => { + 'BaseType' => '1028277', 'Name' => 'llvm::NamedMDNode*', 'Size' => '8', 'Type' => 'Pointer' }, - '1093381' => { - 'BaseType' => '1016224', + '1113548' => { + 'BaseType' => '1035569', 'Name' => 'llvm::ilist_node_impl >*', 'Size' => '8', 'Type' => 'Pointer' }, - '1093483' => { - 'BaseType' => '1021318', + '1113650' => { + 'BaseType' => '1040663', 'Name' => 'llvm::ValueSymbolTable*', 'Size' => '8', 'Type' => 'Pointer' }, - '1095572' => { - 'BaseType' => '1064980', + '1115739' => { + 'BaseType' => '1084384', 'Name' => 'llvm::MemoryBuffer*', 'Size' => '8', 'Type' => 'Pointer' }, - '1095823' => { - 'BaseType' => '1064985', + '1115990' => { + 'BaseType' => '1084389', 'Name' => 'llvm::GVMaterializer*', 'Size' => '8', 'Type' => 'Pointer' }, - '1096182' => { - 'BaseType' => '897320', + '1116349' => { + 'BaseType' => '916418', 'Name' => 'struct llvm::detail::DenseMapPair, unsigned int>*', 'Size' => '8', 'Type' => 'Pointer' }, - '1096982' => { - 'BaseType' => '827988', - 'Name' => 'struct OSL_v1_13_4::OSLQuery::Parameter*', + '1117149' => { + 'BaseType' => '846648', + 'Name' => 'struct OSL_v1_13_5::OSLQuery::Parameter*', 'Size' => '8', 'Type' => 'Pointer' }, - '1096988' => { - 'BaseType' => '1096982', - 'Name' => 'struct OSL_v1_13_4::OSLQuery::Parameter*const', + '1117155' => { + 'BaseType' => '1117149', + 'Name' => 'struct OSL_v1_13_5::OSLQuery::Parameter*const', 'Size' => '8', 'Type' => 'Const' }, - '1097010' => { - 'BaseType' => '828382', - 'Name' => 'struct OSL_v1_13_4::OSLQuery::Parameter const*', + '1117177' => { + 'BaseType' => '847042', + 'Name' => 'struct OSL_v1_13_5::OSLQuery::Parameter const*', 'Size' => '8', 'Type' => 'Pointer' }, - '1097016' => { - 'BaseType' => '1097010', - 'Name' => 'struct OSL_v1_13_4::OSLQuery::Parameter const*const', + '1117183' => { + 'BaseType' => '1117177', + 'Name' => 'struct OSL_v1_13_5::OSLQuery::Parameter const*const', 'Size' => '8', 'Type' => 'Const' }, - '1097248' => { - 'BaseType' => '827975', - 'Name' => 'OSL_v1_13_4::OSLQuery*', + '1117415' => { + 'BaseType' => '846635', + 'Name' => 'OSL_v1_13_5::OSLQuery*', 'Size' => '8', 'Type' => 'Pointer' }, - '1097254' => { - 'BaseType' => '1097248', - 'Name' => 'OSL_v1_13_4::OSLQuery*const', + '1117421' => { + 'BaseType' => '1117415', + 'Name' => 'OSL_v1_13_5::OSLQuery*const', 'Size' => '8', 'Type' => 'Const' }, - '1097259' => { - 'BaseType' => '829271', - 'Name' => 'OSL_v1_13_4::OSLQuery const*', + '1117426' => { + 'BaseType' => '847931', + 'Name' => 'OSL_v1_13_5::OSLQuery const*', 'Size' => '8', 'Type' => 'Pointer' }, - '1097265' => { - 'BaseType' => '1097259', - 'Name' => 'OSL_v1_13_4::OSLQuery const*const', + '1117432' => { + 'BaseType' => '1117426', + 'Name' => 'OSL_v1_13_5::OSLQuery const*const', 'Size' => '8', 'Type' => 'Const' }, - '1099824' => { - 'BaseType' => '337160', - 'Name' => 'std::__weak_ptr::element_type*', + '112' => { + 'BaseType' => '104', + 'Name' => 'unsigned char const', + 'Size' => '1', + 'Type' => 'Const' + }, + '1120017' => { + 'BaseType' => '341784', + 'Name' => 'std::__weak_ptr::element_type*', 'Size' => '8', 'Type' => 'Pointer' }, - '1103398' => { + '1124002' => { 'BaseType' => '104', 'Name' => 'unsigned char[24]', 'Size' => '24', 'Type' => 'Array' }, - '1104253' => { + '1125111' => { 'BaseType' => '104', 'Name' => 'unsigned char[56]', 'Size' => '56', 'Type' => 'Array' }, - '1106924' => { - 'BaseType' => '1106930', + '1127558' => { + 'BaseType' => '1127564', 'Name' => 'int(**)(...)', 'Size' => '8', 'Type' => 'Pointer' }, - '1106930' => { + '1127564' => { 'Name' => 'int(*)(...)', 'Param' => { '0' => { @@ -13267,53 +15197,83 @@ $VAR1 = { 'Size' => '8', 'Type' => 'FuncPtr' }, - '1106941' => { - 'BaseType' => '813568', - 'Name' => 'OSL_v1_13_4::pvt::ASTNode*', + '1127575' => { + 'BaseType' => '832169', + 'Name' => 'OSL_v1_13_5::pvt::ASTNode*', 'Size' => '8', 'Type' => 'Pointer' }, - '1106947' => { - 'BaseType' => '814533', - 'Name' => 'OSL_v1_13_4::Vec3 const&', + '1127581' => { + 'BaseType' => '833202', + 'Name' => 'OSL_v1_13_5::Vec3 const&', 'Size' => '8', 'Type' => 'Ref' }, - '1106977' => { - 'BaseType' => '690959', - 'Name' => 'OpenImageIO_v2_5_1::TextureOpt const*', + '1127611' => { + 'BaseType' => '707324', + 'Name' => 'OpenImageIO_v2_6_0::TextureOpt const*', 'Size' => '8', 'Type' => 'Pointer' }, - '1106983' => { - 'BaseType' => '690235', - 'Name' => 'OpenImageIO_v2_5_1::TextureOpt&', + '1127617' => { + 'BaseType' => '706600', + 'Name' => 'OpenImageIO_v2_6_0::TextureOpt&', 'Size' => '8', 'Type' => 'Ref' }, - '112' => { - 'BaseType' => '104', - 'Name' => 'unsigned char const', - 'Size' => '1', - 'Type' => 'Const' + '113652' => { + 'Base' => { + '270648' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '386', + 'Name' => 'std::vector', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '690782' + } + }, + 'Type' => 'Class' + }, + '11563484' => { + 'BaseType' => '10937162', + 'Header' => 'oslconfig.h', + 'Line' => '94', + 'Name' => 'OSL_v1_13_5::Matrix44', + 'NameSpace' => 'OSL_v1_13_5', + 'Size' => '64', + 'Type' => 'Typedef' + }, + '117' => { + 'Name' => 'unsigned short', + 'Size' => '2', + 'Type' => 'Intrinsic' }, - '112755' => { + '117379' => { 'Copied' => 1, 'Header' => 'ustring.h', - 'Line' => '1110', - 'Name' => 'struct std::hash', + 'Line' => '1140', + 'Name' => 'struct std::hash', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '673440' + 'type' => '690782' } }, 'Type' => 'Struct' }, - '112820' => { + '117444' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '89', @@ -13324,12 +15284,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '769538' + 'type' => '783415' } }, 'Type' => 'Struct' }, - '112875' => { + '117499' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '120', @@ -13338,7 +15298,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '114410' + 'type' => '119034' } }, 'Name' => 'std::__uniq_ptr_impl >', @@ -13352,14 +15312,20 @@ $VAR1 = { }, '1' => { 'key' => '_Dp', - 'type' => '112820' + 'type' => '117444' } }, 'Type' => 'Class' }, - '113198' => { + '1175' => { + 'BaseType' => '309', + 'Name' => 'char const*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '117822' => { 'Base' => { - '112820' => { + '117444' => { 'pos' => '0' } }, @@ -13378,14 +15344,14 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '112820' + 'type' => '117444' } }, 'Type' => 'Struct' }, - '113451' => { + '118075' => { 'Base' => { - '113198' => { + '117822' => { 'access' => 'private', 'pos' => '0' } @@ -13405,12 +15371,12 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '112820' + 'type' => '117444' } }, 'Type' => 'Struct' }, - '113748' => { + '118372' => { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '120', @@ -13438,12 +15404,12 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '114008' => { + '118632' => { 'Base' => { - '113451' => { + '118075' => { 'pos' => '0' }, - '113748' => { + '118372' => { 'access' => 'private', 'pos' => '1' } @@ -13468,9 +15434,9 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '114410' => { + '119034' => { 'Base' => { - '114008' => { + '118632' => { 'pos' => '0' } }, @@ -13489,7 +15455,7 @@ $VAR1 = { }, 'Type' => 'Class' }, - '114693' => { + '119317' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '423', @@ -13498,7 +15464,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '112875' + 'type' => '117499' } }, 'Name' => 'std::unique_ptr >', @@ -13508,62 +15474,62 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '769538' + 'type' => '783415' }, '1' => { 'key' => '_Dp', - 'type' => '112820' + 'type' => '117444' } }, 'Type' => 'Class' }, - '115292' => { + '119916' => { 'Base' => { - '570027' => { + '585824' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '678302' + 'type' => '694629' } }, 'Type' => 'Class' }, - '115443' => { + '120067' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '115292' + 'type' => '119916' } }, 'Type' => 'Struct' }, - '115457' => { - 'BaseType' => '769817', + '120081' => { + 'BaseType' => '783694', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '115887' => { + '120511' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -13571,26 +15537,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '116086' + 'type' => '120710' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '678302' + 'type' => '694629' }, '1' => { 'key' => '_Alloc', - 'type' => '115292' + 'type' => '119916' } }, 'Type' => 'Struct' }, - '115900' => { + '120524' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -13598,56 +15564,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '116074' + 'type' => '120698' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '116074' + 'type' => '120698' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '116074' + 'type' => '120698' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '116074' => { - 'BaseType' => '570786', + '120698' => { + 'BaseType' => '586583', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '116086' => { + '120710' => { 'Base' => { - '115292' => { + '119916' => { 'pos' => '0' }, - '115900' => { + '120524' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '116864' => { + '121488' => { 'Base' => { - '115887' => { + '120511' => { 'access' => 'protected', 'pos' => '0' } @@ -13655,42 +15621,42 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '678302' + 'type' => '694629' } }, 'Type' => 'Class' }, - '117' => { - 'Name' => 'unsigned short', - 'Size' => '2', - 'Type' => 'Intrinsic' - }, - '1175' => { - 'BaseType' => '309', - 'Name' => 'char const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, + '12656331' => { + 'BaseType' => '655797', + 'Name' => 'uint8_t const', + 'Size' => '1', + 'Type' => 'Const' + }, '130' => { 'BaseType' => '74', 'Name' => 'unsigned int const', 'Size' => '4', 'Type' => 'Const' }, - '1324464' => { - 'BaseType' => '774546', - 'Name' => 'OSL_v1_13_4::pvt::TypeSpec&', + '135' => { + 'Name' => 'signed char', + 'Size' => '1', + 'Type' => 'Intrinsic' + }, + '1350967' => { + 'BaseType' => '788432', + 'Name' => 'OSL_v1_13_5::pvt::TypeSpec&', 'Size' => '8', 'Type' => 'Ref' }, - '135897' => { + '140521' => { 'Copied' => 1, 'Header' => 'atomic_base.h', 'Line' => '258', @@ -13699,7 +15665,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_i', 'offset' => '0', - 'type' => '135930' + 'type' => '140554' } }, 'Name' => 'struct std::__atomic_base', @@ -13714,7 +15680,7 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '135930' => { + '140554' => { 'BaseType' => '178', 'Header' => 'atomic_base.h', 'Line' => '264', @@ -13725,9 +15691,9 @@ $VAR1 = { 'Size' => '4', 'Type' => 'Typedef' }, - '138037' => { + '142661' => { 'Base' => { - '135897' => { + '140521' => { 'pos' => '0' } }, @@ -13746,7 +15712,7 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '145757' => { + '142986' => { 'Copied' => 1, 'Header' => 'atomic_base.h', 'Line' => '258', @@ -13755,7 +15721,68 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_i', 'offset' => '0', - 'type' => '145790' + 'type' => '143019' + } + }, + 'Name' => 'struct std::__atomic_base', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '4', + 'TParam' => { + '0' => { + 'key' => '_IntTp', + 'type' => '74' + } + }, + 'Type' => 'Struct' + }, + '143019' => { + 'BaseType' => '74', + 'Header' => 'atomic_base.h', + 'Line' => '264', + 'Name' => 'std::__atomic_base::__int_type', + 'NameSpace' => 'std::__atomic_base', + 'Private' => 1, + 'PrivateABI' => 1, + 'Size' => '4', + 'Type' => 'Typedef' + }, + '145126' => { + 'Base' => { + '142986' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'atomic', + 'Line' => '771', + 'Name' => 'struct std::atomic', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '4', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '74' + } + }, + 'Type' => 'Struct' + }, + '148' => { + 'Name' => 'short', + 'Size' => '2', + 'Type' => 'Intrinsic' + }, + '150381' => { + 'Copied' => 1, + 'Header' => 'atomic_base.h', + 'Line' => '258', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => '_M_i', + 'offset' => '0', + 'type' => '150414' } }, 'Name' => 'struct std::__atomic_base', @@ -13765,13 +15792,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_IntTp', - 'type' => '555340' + 'type' => '571074' } }, 'Type' => 'Struct' }, - '145790' => { - 'BaseType' => '555340', + '150414' => { + 'BaseType' => '571074', 'Header' => 'atomic_base.h', 'Line' => '264', 'Name' => 'std::__atomic_base::__int_type', @@ -13781,9 +15808,9 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '147897' => { + '152521' => { 'Base' => { - '145757' => { + '150381' => { 'pos' => '0' } }, @@ -13797,17 +15824,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '555340' + 'type' => '571074' } }, 'Type' => 'Struct' }, - '148' => { - 'Name' => 'short', - 'Size' => '2', - 'Type' => 'Intrinsic' - }, - '161852' => { + '166476' => { 'Copied' => 1, 'Header' => 'shared_ptr_base.h', 'Line' => '607', @@ -13816,7 +15838,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_pi', 'offset' => '0', - 'type' => '771880' + 'type' => '785757' } }, 'Name' => 'std::__shared_count<2>', @@ -13826,13 +15848,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Lp', - 'type' => '565028', + 'type' => '580825', 'val' => '2' } }, 'Type' => 'Class' }, - '162574' => { + '167198' => { 'Copied' => 1, 'Header' => 'shared_ptr_base.h', 'Line' => '796', @@ -13841,7 +15863,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_pi', 'offset' => '0', - 'type' => '771880' + 'type' => '785757' } }, 'Name' => 'std::__weak_count<2>', @@ -13851,15 +15873,15 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Lp', - 'type' => '565028', + 'type' => '580825', 'val' => '2' } }, 'Type' => 'Class' }, - '163028' => { + '167652' => { 'Base' => { - '84357' => { + '88940' => { 'pos' => '0' } }, @@ -13870,19 +15892,19 @@ $VAR1 = { '0' => { 'name' => '_vptr', 'offset' => '0', - 'type' => '1106924' + 'type' => '1127558' }, '1' => { 'access' => 'private', 'name' => '_M_use_count', 'offset' => '8', - 'type' => '640185' + 'type' => '656728' }, '2' => { 'access' => 'private', 'name' => '_M_weak_count', 'offset' => '12', - 'type' => '640185' + 'type' => '656728' } }, 'Name' => 'std::_Sp_counted_base<2>', @@ -13892,70 +15914,226 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Lp', - 'type' => '565028', + 'type' => '580825', 'val' => '2' } }, 'Type' => 'Class' }, - '1767242' => { + '178' => { + 'Name' => 'int', + 'Size' => '4', + 'Type' => 'Intrinsic' + }, + '1798406' => { 'BaseType' => '82', 'Name' => 'size_t*', 'Size' => '8', 'Type' => 'Pointer' }, - '178' => { - 'Name' => 'int', + '184293' => { + 'Base' => { + '589204' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'type' => '687140' + } + }, + 'Type' => 'Class' + }, + '184444' => { + 'Copied' => 1, + 'Header' => 'alloc_traits.h', + 'Line' => '392', + 'Name' => 'struct std::allocator_traits >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Alloc', + 'type' => '184293' + } + }, + 'Type' => 'Struct' + }, + '184458' => { + 'BaseType' => '783075', + 'Header' => 'alloc_traits.h', + 'Line' => '400', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '184858' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '81', + 'Memb' => { + '0' => { + 'name' => '_M_impl', + 'offset' => '0', + 'type' => '185057' + } + }, + 'Name' => 'struct std::_Vector_base >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '687140' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '184293' + } + }, + 'Type' => 'Struct' + }, + '184871' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '88', + 'Memb' => { + '0' => { + 'name' => '_M_start', + 'offset' => '0', + 'type' => '185045' + }, + '1' => { + 'name' => '_M_finish', + 'offset' => '8', + 'type' => '185045' + }, + '2' => { + 'name' => '_M_end_of_storage', + 'offset' => '16', + 'type' => '185045' + } + }, + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '185045' => { + 'BaseType' => '589933', + 'Header' => 'stl_vector.h', + 'Line' => '86', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '185057' => { + 'Base' => { + '184293' => { + 'pos' => '0' + }, + '184871' => { + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '125', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '185807' => { + 'Base' => { + '184858' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '386', + 'Name' => 'std::vector', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '687140' + } + }, + 'Type' => 'Class' + }, + '186' => { + 'BaseType' => '178', + 'Name' => 'int const', 'Size' => '4', - 'Type' => 'Intrinsic' + 'Type' => 'Const' }, - '179669' => { + '189227' => { 'Base' => { - '573407' => { + '591164' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '670837' + 'type' => '43980' } }, 'Type' => 'Class' }, - '179820' => { + '189378' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '179669' + 'type' => '189227' } }, 'Type' => 'Struct' }, - '179834' => { - 'BaseType' => '769208', + '189392' => { + 'BaseType' => '661078', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '180234' => { + '189667' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -13963,26 +16141,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '180433' + 'type' => '189866' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '670837' + 'type' => '28369' }, '1' => { 'key' => '_Alloc', - 'type' => '179669' + 'type' => '189227' } }, 'Type' => 'Struct' }, - '180247' => { + '189680' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -13990,167 +16168,17 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '180421' + 'type' => '189854' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '180421' + 'type' => '189854' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '180421' - } - }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '180421' => { - 'BaseType' => '574136', - 'Header' => 'stl_vector.h', - 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '180433' => { - 'Base' => { - '179669' => { - 'pos' => '0' - }, - '180247' => { - 'pos' => '1' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '181183' => { - 'Base' => { - '180234' => { - 'access' => 'protected', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '386', - 'Name' => 'std::vector', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '670837' - } - }, - 'Type' => 'Class' - }, - '184603' => { - 'Base' => { - '575367' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'type' => '43892' - } - }, - 'Type' => 'Class' - }, - '184754' => { - 'Copied' => 1, - 'Header' => 'alloc_traits.h', - 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Alloc', - 'type' => '184603' - } - }, - 'Type' => 'Struct' - }, - '184768' => { - 'BaseType' => '644535', - 'Header' => 'alloc_traits.h', - 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '185043' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '81', - 'Memb' => { - '0' => { - 'name' => '_M_impl', - 'offset' => '0', - 'type' => '185242' - } - }, - 'Name' => 'struct std::_Vector_base >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '28281' - }, - '1' => { - 'key' => '_Alloc', - 'type' => '184603' - } - }, - 'Type' => 'Struct' - }, - '185056' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '88', - 'Memb' => { - '0' => { - 'name' => '_M_start', - 'offset' => '0', - 'type' => '185230' - }, - '1' => { - 'name' => '_M_finish', - 'offset' => '8', - 'type' => '185230' - }, - '2' => { - 'name' => '_M_end_of_storage', - 'offset' => '16', - 'type' => '185230' + 'type' => '189854' } }, 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', @@ -14159,8 +16187,8 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '185230' => { - 'BaseType' => '575933', + '189854' => { + 'BaseType' => '591730', 'Header' => 'stl_vector.h', 'Line' => '86', 'Name' => 'std::_Vector_base >::pointer', @@ -14169,12 +16197,12 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '185242' => { + '189866' => { 'Base' => { - '184603' => { + '189227' => { 'pos' => '0' }, - '185056' => { + '189680' => { 'pos' => '1' } }, @@ -14187,9 +16215,9 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '186020' => { + '190644' => { 'Base' => { - '185043' => { + '189667' => { 'access' => 'protected', 'pos' => '0' } @@ -14204,18 +16232,24 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '28281' + 'type' => '28369' } }, 'Type' => 'Class' }, - '189119' => { - 'BaseType' => '186020', + '191' => { + 'BaseType' => '178', + 'Name' => 'int volatile', + 'Size' => '4', + 'Type' => 'Volatile' + }, + '193743' => { + 'BaseType' => '190644', 'Name' => 'std::vectorconst', 'Size' => '24', 'Type' => 'Const' }, - '189387' => { + '194011' => { 'Header' => 'stl_function.h', 'Line' => '118', 'Name' => 'struct std::binary_function', @@ -14225,22 +16259,22 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Arg1', - 'type' => '28281' + 'type' => '28369' }, '1' => { 'key' => '_Arg2', - 'type' => '28281' + 'type' => '28369' }, '2' => { 'key' => '_Result', - 'type' => '638960' + 'type' => '655503' } }, 'Type' => 'Struct' }, - '189428' => { + '194052' => { 'Base' => { - '189387' => { + '194011' => { 'pos' => '0' } }, @@ -14254,12 +16288,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '28281' + 'type' => '28369' } }, 'Type' => 'Struct' }, - '189504' => { + '194128' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '142', @@ -14267,7 +16301,7 @@ $VAR1 = { '0' => { 'name' => '_M_key_compare', 'offset' => '0', - 'type' => '189428' + 'type' => '194052' } }, 'Name' => 'struct std::_Rb_tree_key_compare >', @@ -14277,28 +16311,28 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '189428' + 'type' => '194052' } }, 'Type' => 'Struct' }, - '189724' => { + '194348' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '59', - 'Name' => 'struct std::default_delete', + 'Name' => 'struct std::default_delete', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '687413' + 'type' => '703778' } }, 'Type' => 'Struct' }, - '189810' => { + '194434' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '120', @@ -14307,35 +16341,35 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '191345' + 'type' => '195969' } }, - 'Name' => 'std::__uniq_ptr_impl >', + 'Name' => 'std::__uniq_ptr_impl >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '8', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '687413' + 'type' => '703778' }, '1' => { 'key' => '_Dp', - 'type' => '189724' + 'type' => '194348' } }, 'Type' => 'Class' }, - '190133' => { + '194757' => { 'Base' => { - '189724' => { + '194348' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'tuple', 'Line' => '73', - 'Name' => 'struct std::_Head_base<1ul, std::default_delete >', + 'Name' => 'struct std::_Head_base<1ul, std::default_delete >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', @@ -14347,14 +16381,14 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '189724' + 'type' => '194348' } }, 'Type' => 'Struct' }, - '190386' => { + '195010' => { 'Base' => { - '190133' => { + '194757' => { 'access' => 'private', 'pos' => '0' } @@ -14362,7 +16396,7 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '326', - 'Name' => 'struct std::_Tuple_impl<1ul, std::default_delete >', + 'Name' => 'struct std::_Tuple_impl<1ul, std::default_delete >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', @@ -14374,12 +16408,12 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '189724' + 'type' => '194348' } }, 'Type' => 'Struct' }, - '190683' => { + '195307' => { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '120', @@ -14387,10 +16421,10 @@ $VAR1 = { '0' => { 'name' => '_M_head_impl', 'offset' => '0', - 'type' => '773854' + 'type' => '787731' } }, - 'Name' => 'struct std::_Head_base<0ul, OpenImageIO_v2_5_1::ColorConfig::Impl*>', + 'Name' => 'struct std::_Head_base<0ul, OpenImageIO_v2_6_0::ColorConfig::Impl*>', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '8', @@ -14402,17 +16436,17 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '773854' + 'type' => '787731' } }, 'Type' => 'Struct' }, - '190943' => { + '195567' => { 'Base' => { - '190386' => { + '195010' => { 'pos' => '0' }, - '190683' => { + '195307' => { 'access' => 'private', 'pos' => '1' } @@ -14420,7 +16454,7 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '185', - 'Name' => 'struct std::_Tuple_impl<0ul, OpenImageIO_v2_5_1::ColorConfig::Impl*>', + 'Name' => 'struct std::_Tuple_impl<0ul, OpenImageIO_v2_6_0::ColorConfig::Impl*>', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '8', @@ -14432,39 +16466,33 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '773854' + 'type' => '787731' } }, 'Type' => 'Struct' }, - '191' => { - 'BaseType' => '178', - 'Name' => 'int volatile', - 'Size' => '4', - 'Type' => 'Volatile' - }, - '191345' => { + '195969' => { 'Base' => { - '190943' => { + '195567' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'tuple', 'Line' => '893', - 'Name' => 'std::tuple', + 'Name' => 'std::tuple', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '8', 'TParam' => { '0' => { 'key' => undef, - 'type' => '773854' + 'type' => '787731' } }, 'Type' => 'Class' }, - '191628' => { + '196252' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '172', @@ -14473,42 +16501,42 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '189810' + 'type' => '194434' } }, - 'Name' => 'std::unique_ptr >', + 'Name' => 'std::unique_ptr >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '8', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '687413' + 'type' => '703778' }, '1' => { 'key' => '_Dp', - 'type' => '189724' + 'type' => '194348' } }, 'Type' => 'Class' }, - '192213' => { + '196837' => { 'Base' => { - '243813' => { + '248437' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'shared_ptr.h', 'Line' => '103', - 'Name' => 'std::shared_ptr', + 'Name' => 'std::shared_ptr', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '700337' + 'type' => '716717' } }, 'Type' => 'Class' @@ -14518,7 +16546,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Intrinsic' }, - '207645' => { + '212269' => { 'Header' => 'type_traits', 'Line' => '1937', 'Name' => 'anon-struct-type_traits-1937', @@ -14526,9 +16554,9 @@ $VAR1 = { 'Size' => '4', 'Type' => 'Struct' }, - '207704' => { + '212328' => { 'Base' => { - '579118' => { + '594915' => { 'pos' => '0' } }, @@ -14541,12 +16569,12 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '848865' + 'type' => '867958' } }, 'Type' => 'Class' }, - '207855' => { + '212479' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', @@ -14557,13 +16585,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '207704' + 'type' => '212328' } }, 'Type' => 'Struct' }, - '207869' => { - 'BaseType' => '848859', + '212493' => { + 'BaseType' => '867952', 'Header' => 'alloc_traits.h', 'Line' => '400', 'Name' => 'std::allocator_traits >::pointer', @@ -14572,7 +16600,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '208118' => { + '212742' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -14580,7 +16608,7 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '208317' + 'type' => '212941' } }, 'Name' => 'struct std::_Vector_base >', @@ -14590,16 +16618,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '848865' + 'type' => '867958' }, '1' => { 'key' => '_Alloc', - 'type' => '207704' + 'type' => '212328' } }, 'Type' => 'Struct' }, - '208131' => { + '212755' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -14607,17 +16635,17 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '208305' + 'type' => '212929' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '208305' + 'type' => '212929' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '208305' + 'type' => '212929' } }, 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', @@ -14626,8 +16654,8 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '208305' => { - 'BaseType' => '579684', + '212929' => { + 'BaseType' => '595481', 'Header' => 'stl_vector.h', 'Line' => '86', 'Name' => 'std::_Vector_base >::pointer', @@ -14636,12 +16664,12 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '208317' => { + '212941' => { 'Base' => { - '207704' => { + '212328' => { 'pos' => '0' }, - '208131' => { + '212755' => { 'pos' => '1' } }, @@ -14654,9 +16682,9 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '209067' => { + '213691' => { 'Base' => { - '208118' => { + '212742' => { 'access' => 'protected', 'pos' => '0' } @@ -14671,14 +16699,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '848865' + 'type' => '867958' } }, 'Type' => 'Class' }, - '212186' => { + '216810' => { 'Base' => { - '579775' => { + '595572' => { 'pos' => '0' } }, @@ -14691,12 +16719,12 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '1072737' + 'type' => '1092229' } }, 'Type' => 'Class' }, - '212337' => { + '216961' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', @@ -14707,13 +16735,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '212186' + 'type' => '216810' } }, 'Type' => 'Struct' }, - '212351' => { - 'BaseType' => '1072731', + '216975' => { + 'BaseType' => '1092223', 'Header' => 'alloc_traits.h', 'Line' => '400', 'Name' => 'std::allocator_traits >::pointer', @@ -14722,7 +16750,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '212600' => { + '217224' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -14730,7 +16758,7 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '212799' + 'type' => '217423' } }, 'Name' => 'struct std::_Vector_base >', @@ -14740,16 +16768,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1072737' + 'type' => '1092229' }, '1' => { 'key' => '_Alloc', - 'type' => '212186' + 'type' => '216810' } }, 'Type' => 'Struct' }, - '212613' => { + '217237' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -14757,17 +16785,17 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '212787' + 'type' => '217411' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '212787' + 'type' => '217411' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '212787' + 'type' => '217411' } }, 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', @@ -14776,8 +16804,8 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '212787' => { - 'BaseType' => '580341', + '217411' => { + 'BaseType' => '596138', 'Header' => 'stl_vector.h', 'Line' => '86', 'Name' => 'std::_Vector_base >::pointer', @@ -14786,12 +16814,12 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '212799' => { + '217423' => { 'Base' => { - '212186' => { + '216810' => { 'pos' => '0' }, - '212613' => { + '217237' => { 'pos' => '1' } }, @@ -14804,9 +16832,9 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '213549' => { + '218173' => { 'Base' => { - '212600' => { + '217224' => { 'access' => 'protected', 'pos' => '0' } @@ -14821,14 +16849,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1072737' + 'type' => '1092229' } }, 'Type' => 'Class' }, - '216668' => { + '221292' => { 'Base' => { - '220829' => { + '225453' => { 'access' => 'private', 'pos' => '0' } @@ -14840,12 +16868,12 @@ $VAR1 = { '0' => { 'name' => 'first', 'offset' => '0', - 'type' => '35599' + 'type' => '35687' }, '1' => { 'name' => 'second', 'offset' => '8', - 'type' => '1073132' + 'type' => '1092624' } }, 'Name' => 'struct std::pair', @@ -14855,18 +16883,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_T1', - 'type' => '35599' + 'type' => '35687' }, '1' => { 'key' => '_T2', - 'type' => '1073132' + 'type' => '1092624' } }, 'Type' => 'Struct' }, - '216908' => { + '221532' => { 'Base' => { - '580432' => { + '596229' => { 'pos' => '0' } }, @@ -14879,14 +16907,14 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '216668' + 'type' => '221292' } }, 'Type' => 'Class' }, - '217059' => { + '221683' => { 'Base' => { - '580797' => { + '596594' => { 'pos' => '0' } }, @@ -14899,14 +16927,14 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '72903' + 'type' => '73277' } }, 'Type' => 'Class' }, - '217226' => { + '221850' => { 'Base' => { - '189387' => { + '194011' => { 'pos' => '0' } }, @@ -14920,29 +16948,29 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '28281' + 'type' => '28369' } }, 'Type' => 'Struct' }, - '217380' => { + '222004' => { 'Base' => { - '73133' => { + '73507' => { 'pos' => '0' }, - '73614' => { + '73988' => { 'pos' => '1' }, - '74235' => { + '74609' => { 'pos' => '2' }, - '74383' => { + '74757' => { 'pos' => '3' }, - '74588' => { + '74962' => { 'pos' => '4' }, - '75071' => { + '75445' => { 'pos' => '5' } }, @@ -14954,37 +16982,37 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_buckets', 'offset' => '0', - 'type' => '1073412' + 'type' => '1092904' }, '1' => { 'access' => 'private', 'name' => '_M_bucket_count', 'offset' => '8', - 'type' => '217460' + 'type' => '222084' }, '2' => { 'access' => 'private', 'name' => '_M_before_begin', 'offset' => '16', - 'type' => '217488' + 'type' => '222112' }, '3' => { 'access' => 'private', 'name' => '_M_element_count', 'offset' => '24', - 'type' => '217460' + 'type' => '222084' }, '4' => { 'access' => 'private', 'name' => '_M_rehash_policy', 'offset' => '32', - 'type' => '70660' + 'type' => '70852' }, '5' => { 'access' => 'private', 'name' => '_M_single_bucket', 'offset' => '48', - 'type' => '217434' + 'type' => '222058' } }, 'Name' => 'std::_Hashtable, std::allocator >, std::__detail::_Select1st, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >', @@ -14994,49 +17022,49 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '28281' + 'type' => '28369' }, '1' => { 'key' => '_Value', - 'type' => '216668' + 'type' => '221292' }, '2' => { 'key' => '_Alloc', - 'type' => '216908' + 'type' => '221532' }, '3' => { 'key' => '_ExtractKey', - 'type' => '70359' + 'type' => '70551' }, '4' => { 'key' => '_Equal', - 'type' => '217226' + 'type' => '221850' }, '5' => { 'key' => '_H1', - 'type' => '43821' + 'type' => '43909' }, '6' => { 'key' => '_H2', - 'type' => '70544' + 'type' => '70736' }, '7' => { 'key' => '_Hash', - 'type' => '70644' + 'type' => '70836' }, '8' => { 'key' => '_RehashPolicy', - 'type' => '70660' + 'type' => '70852' }, '9' => { 'key' => '_Traits', - 'type' => '72035' + 'type' => '72409' } }, 'Type' => 'Class' }, - '217434' => { - 'BaseType' => '75377', + '222058' => { + 'BaseType' => '75751', 'Header' => 'hashtable.h', 'Line' => '208', 'Name' => 'std::_Hashtable, std::allocator >, std::__detail::_Select1st, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >::__bucket_type', @@ -15046,8 +17074,8 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '217460' => { - 'BaseType' => '73438', + '222084' => { + 'BaseType' => '73812', 'Header' => 'hashtable.h', 'Line' => '311', 'Name' => 'std::_Hashtable, std::allocator >, std::__detail::_Select1st, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >::size_type', @@ -15056,8 +17084,8 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '217488' => { - 'BaseType' => '75390', + '222112' => { + 'BaseType' => '75764', 'Header' => 'hashtable.h', 'Line' => '207', 'Name' => 'std::_Hashtable, std::allocator >, std::__detail::_Select1st, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >::__node_base', @@ -15067,7 +17095,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '220829' => { + '225453' => { 'Copied' => 1, 'Header' => 'stl_pair.h', 'Line' => '190', @@ -15078,16 +17106,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_U1', - 'type' => '35599' + 'type' => '35687' }, '1' => { 'key' => '_U2', - 'type' => '1073132' + 'type' => '1092624' } }, 'Type' => 'Class' }, - '221049' => { + '225673' => { 'Header' => 'type_traits', 'Line' => '1932', 'Name' => 'struct std::aligned_storage<16ul, 8ul>', @@ -15108,19 +17136,19 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '221063' => { + '225687' => { 'Header' => 'type_traits', 'Line' => '1934', 'Memb' => { '0' => { 'name' => '__data', 'offset' => '0', - 'type' => '1073318' + 'type' => '1092810' }, '1' => { 'name' => '__align', 'offset' => '0', - 'type' => '207645' + 'type' => '212269' } }, 'Name' => 'union std::aligned_storage<16ul, 8ul>::type', @@ -15129,7 +17157,7 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Union' }, - '221158' => { + '225782' => { 'Copied' => 1, 'Header' => 'unordered_map.h', 'Line' => '102', @@ -15138,7 +17166,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_h', 'offset' => '0', - 'type' => '221171' + 'type' => '225795' } }, 'Name' => 'std::unordered_map, std::equal_to >', @@ -15148,25 +17176,25 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '28281' + 'type' => '28369' }, '1' => { 'key' => '_Tp', - 'type' => '1073132' + 'type' => '1092624' }, '2' => { 'key' => '_Hash', - 'type' => '43821' + 'type' => '43909' }, '3' => { 'key' => '_Pred', - 'type' => '217226' + 'type' => '221850' } }, 'Type' => 'Class' }, - '221171' => { - 'BaseType' => '223828', + '225795' => { + 'BaseType' => '228452', 'Header' => 'unordered_map.h', 'Line' => '104', 'Name' => 'std::unordered_map, std::equal_to >::_Hashtable', @@ -15176,8 +17204,8 @@ $VAR1 = { 'Size' => '56', 'Type' => 'Typedef' }, - '223828' => { - 'BaseType' => '217380', + '228452' => { + 'BaseType' => '222004', 'Header' => 'unordered_map.h', 'Line' => '48', 'Name' => 'std::__umap_hashtable', @@ -15186,9 +17214,9 @@ $VAR1 = { 'Size' => '56', 'Type' => 'Typedef' }, - '223840' => { + '228464' => { 'Base' => { - '581391' => { + '597188' => { 'pos' => '0' } }, @@ -15201,12 +17229,12 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '1073604' + 'type' => '1093096' } }, 'Type' => 'Class' }, - '223991' => { + '228615' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', @@ -15217,13 +17245,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '223840' + 'type' => '228464' } }, 'Type' => 'Struct' }, - '224005' => { - 'BaseType' => '1073598', + '228629' => { + 'BaseType' => '1093090', 'Header' => 'alloc_traits.h', 'Line' => '400', 'Name' => 'std::allocator_traits >::pointer', @@ -15232,7 +17260,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '224254' => { + '228878' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -15240,7 +17268,7 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '224453' + 'type' => '229077' } }, 'Name' => 'struct std::_Vector_base >', @@ -15250,16 +17278,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1073604' + 'type' => '1093096' }, '1' => { 'key' => '_Alloc', - 'type' => '223840' + 'type' => '228464' } }, 'Type' => 'Struct' }, - '224267' => { + '228891' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -15267,17 +17295,17 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '224441' + 'type' => '229065' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '224441' + 'type' => '229065' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '224441' + 'type' => '229065' } }, 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', @@ -15286,8 +17314,8 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '224441' => { - 'BaseType' => '581957', + '229065' => { + 'BaseType' => '597754', 'Header' => 'stl_vector.h', 'Line' => '86', 'Name' => 'std::_Vector_base >::pointer', @@ -15296,12 +17324,12 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '224453' => { + '229077' => { 'Base' => { - '223840' => { + '228464' => { 'pos' => '0' }, - '224267' => { + '228891' => { 'pos' => '1' } }, @@ -15314,9 +17342,9 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '225203' => { + '229827' => { 'Base' => { - '224254' => { + '228878' => { 'access' => 'protected', 'pos' => '0' } @@ -15331,58 +17359,58 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1073604' + 'type' => '1093096' } }, 'Type' => 'Class' }, - '228322' => { + '232946' => { 'Base' => { - '582048' => { + '597845' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '782813' + 'type' => '796705' } }, 'Type' => 'Class' }, - '228473' => { + '233097' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '228322' + 'type' => '232946' } }, 'Type' => 'Struct' }, - '228487' => { - 'BaseType' => '1073842', + '233111' => { + 'BaseType' => '1093334', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '228736' => { + '233360' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -15390,26 +17418,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '228935' + 'type' => '233559' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '782813' + 'type' => '796705' }, '1' => { 'key' => '_Alloc', - 'type' => '228322' + 'type' => '232946' } }, 'Type' => 'Struct' }, - '228749' => { + '233373' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -15417,56 +17445,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '228923' + 'type' => '233547' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '228923' + 'type' => '233547' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '228923' + 'type' => '233547' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '228923' => { - 'BaseType' => '582614', + '233547' => { + 'BaseType' => '598411', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '228935' => { + '233559' => { 'Base' => { - '228322' => { + '232946' => { 'pos' => '0' }, - '228749' => { + '233373' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '229685' => { + '234309' => { 'Base' => { - '228736' => { + '233360' => { 'access' => 'protected', 'pos' => '0' } @@ -15474,65 +17502,65 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '782813' + 'type' => '796705' } }, 'Type' => 'Class' }, - '232804' => { + '237428' => { 'Base' => { - '582705' => { + '598502' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '782875' + 'type' => '796767' } }, 'Type' => 'Class' }, - '232955' => { + '237579' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '232804' + 'type' => '237428' } }, 'Type' => 'Struct' }, - '232969' => { - 'BaseType' => '1074064', + '237593' => { + 'BaseType' => '1093556', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '233218' => { + '237842' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -15540,26 +17568,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '233417' + 'type' => '238041' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '782875' + 'type' => '796767' }, '1' => { 'key' => '_Alloc', - 'type' => '232804' + 'type' => '237428' } }, 'Type' => 'Struct' }, - '233231' => { + '237855' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -15567,56 +17595,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '233405' + 'type' => '238029' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '233405' + 'type' => '238029' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '233405' + 'type' => '238029' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '233405' => { - 'BaseType' => '583271', + '238029' => { + 'BaseType' => '599068', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '233417' => { + '238041' => { 'Base' => { - '232804' => { + '237428' => { 'pos' => '0' }, - '233231' => { + '237855' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '234167' => { + '238791' => { 'Base' => { - '233218' => { + '237842' => { 'access' => 'protected', 'pos' => '0' } @@ -15624,65 +17652,65 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '782875' + 'type' => '796767' } }, 'Type' => 'Class' }, - '237286' => { + '241910' => { 'Base' => { - '584502' => { + '600299' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '782951' + 'type' => '796843' } }, 'Type' => 'Class' }, - '237437' => { + '242061' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '237286' + 'type' => '241910' } }, 'Type' => 'Struct' }, - '237451' => { - 'BaseType' => '1074296', + '242075' => { + 'BaseType' => '1093788', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '237700' => { + '242324' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -15690,26 +17718,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '237899' + 'type' => '242523' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '782951' + 'type' => '796843' }, '1' => { 'key' => '_Alloc', - 'type' => '237286' + 'type' => '241910' } }, 'Type' => 'Struct' }, - '237713' => { + '242337' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -15717,56 +17745,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '237887' + 'type' => '242511' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '237887' + 'type' => '242511' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '237887' + 'type' => '242511' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '237887' => { - 'BaseType' => '585068', + '242511' => { + 'BaseType' => '600865', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '237899' => { + '242523' => { 'Base' => { - '237286' => { + '241910' => { 'pos' => '0' }, - '237713' => { + '242337' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '238649' => { + '243273' => { 'Base' => { - '237700' => { + '242324' => { 'access' => 'protected', 'pos' => '0' } @@ -15774,21 +17802,21 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '782951' + 'type' => '796843' } }, 'Type' => 'Class' }, - '241768' => { + '246392' => { 'Base' => { - '43555689' => { + '40857829' => { 'access' => 'protected', 'pos' => '0' } @@ -15807,33 +17835,33 @@ $VAR1 = { }, 'Type' => 'Class' }, - '241773' => { - 'BaseType' => '241768', + '246397' => { + 'BaseType' => '246392', 'Name' => 'std::vectorconst', 'Type' => 'Const' }, - '241778' => { + '246402' => { 'Copied' => 1, 'Name' => 'std::unordered_set, std::equal_to, std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'TParam' => { '0' => { - 'type' => '1074546' + 'type' => '1094038' }, '1' => { - 'type' => '40770190' + 'type' => '40878256' }, '2' => { - 'type' => '40770569' + 'type' => '40878635' }, '3' => { - 'type' => '40765439' + 'type' => '40858786' } }, 'Type' => 'Class' }, - '241783' => { + '246407' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '172', @@ -15842,7 +17870,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '40763252' + 'type' => '40876069' } }, 'Name' => 'std::unique_ptr >', @@ -15851,21 +17879,21 @@ $VAR1 = { 'Size' => '8', 'TParam' => { '0' => { - 'type' => '860224' + 'type' => '879317' }, '1' => { - 'type' => '40763129' + 'type' => '40875946' } }, 'Type' => 'Class' }, - '241788' => { + '246412' => { 'Name' => 'struct std::array', 'NameSpace' => 'std', 'PrivateABI' => 1, 'TParam' => { '0' => { - 'type' => '1073819' + 'type' => '1093311' }, '1' => { 'name' => '2' @@ -15873,13 +17901,13 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '241793' => { + '246417' => { 'Name' => 'struct std::array', 'NameSpace' => 'std', 'PrivateABI' => 1, 'TParam' => { '0' => { - 'type' => '1073819' + 'type' => '1093311' }, '1' => { 'name' => '4' @@ -15887,76 +17915,76 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '242051' => { + '246675' => { 'Base' => { - '336065' => { + '340689' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'shared_ptr.h', 'Line' => '103', - 'Name' => 'std::shared_ptr', + 'Name' => 'std::shared_ptr', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '825045' + 'type' => '843705' } }, 'Type' => 'Class' }, - '242396' => { + '247020' => { 'Copied' => 1, 'Header' => 'shared_ptr_base.h', 'Line' => '999', - 'Name' => 'std::__shared_ptr_access', + 'Name' => 'std::__shared_ptr_access', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '687400' + 'type' => '703765' }, '1' => { 'key' => '_Lp', - 'type' => '565028', + 'type' => '580825', 'val' => '2' } }, 'Type' => 'Class' }, - '242544' => { + '247168' => { 'Header' => 'type_traits', 'Line' => '1835', - 'Name' => 'struct std::remove_extent', + 'Name' => 'struct std::remove_extent', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '687400' + 'type' => '703765' } }, 'Type' => 'Struct' }, - '242558' => { - 'BaseType' => '687400', + '247182' => { + 'BaseType' => '703765', 'Header' => 'type_traits', 'Line' => '1836', - 'Name' => 'std::remove_extent::type', - 'NameSpace' => 'std::remove_extent', + 'Name' => 'std::remove_extent::type', + 'NameSpace' => 'std::remove_extent', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '242581' => { + '247205' => { 'Base' => { - '242396' => { + '247020' => { 'pos' => '0' } }, @@ -15968,112 +17996,112 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_ptr', 'offset' => '0', - 'type' => '1075149' + 'type' => '1094799' }, '1' => { 'access' => 'private', 'name' => '_M_refcount', 'offset' => '8', - 'type' => '161852' + 'type' => '166476' } }, - 'Name' => 'std::__shared_ptr', + 'Name' => 'std::__shared_ptr', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '687400' + 'type' => '703765' }, '1' => { 'key' => '_Lp', - 'type' => '565028', + 'type' => '580825', 'val' => '2' } }, 'Type' => 'Class' }, - '242868' => { - 'BaseType' => '242558', + '247492' => { + 'BaseType' => '247182', 'Header' => 'shared_ptr_base.h', 'Line' => '1084', - 'Name' => 'std::__shared_ptr::element_type', - 'NameSpace' => 'std::__shared_ptr', + 'Name' => 'std::__shared_ptr::element_type', + 'NameSpace' => 'std::__shared_ptr', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '243315' => { + '247939' => { 'Base' => { - '242581' => { + '247205' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'shared_ptr.h', 'Line' => '103', - 'Name' => 'std::shared_ptr', + 'Name' => 'std::shared_ptr', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '687400' + 'type' => '703765' } }, 'Type' => 'Class' }, - '243628' => { + '248252' => { 'Copied' => 1, 'Header' => 'shared_ptr_base.h', 'Line' => '999', - 'Name' => 'std::__shared_ptr_access', + 'Name' => 'std::__shared_ptr_access', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '700337' + 'type' => '716717' }, '1' => { 'key' => '_Lp', - 'type' => '565028', + 'type' => '580825', 'val' => '2' } }, 'Type' => 'Class' }, - '243776' => { + '248400' => { 'Header' => 'type_traits', 'Line' => '1835', - 'Name' => 'struct std::remove_extent', + 'Name' => 'struct std::remove_extent', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '700337' + 'type' => '716717' } }, 'Type' => 'Struct' }, - '243790' => { - 'BaseType' => '700337', + '248414' => { + 'BaseType' => '716717', 'Header' => 'type_traits', 'Line' => '1836', - 'Name' => 'std::remove_extent::type', - 'NameSpace' => 'std::remove_extent', + 'Name' => 'std::remove_extent::type', + 'NameSpace' => 'std::remove_extent', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '243813' => { + '248437' => { 'Base' => { - '243628' => { + '248252' => { 'pos' => '0' } }, @@ -16085,89 +18113,89 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_ptr', 'offset' => '0', - 'type' => '1075259' + 'type' => '1094909' }, '1' => { 'access' => 'private', 'name' => '_M_refcount', 'offset' => '8', - 'type' => '161852' + 'type' => '166476' } }, - 'Name' => 'std::__shared_ptr', + 'Name' => 'std::__shared_ptr', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '700337' + 'type' => '716717' }, '1' => { 'key' => '_Lp', - 'type' => '565028', + 'type' => '580825', 'val' => '2' } }, 'Type' => 'Class' }, - '244100' => { - 'BaseType' => '243790', + '248724' => { + 'BaseType' => '248414', 'Header' => 'shared_ptr_base.h', 'Line' => '1084', - 'Name' => 'std::__shared_ptr::element_type', - 'NameSpace' => 'std::__shared_ptr', + 'Name' => 'std::__shared_ptr::element_type', + 'NameSpace' => 'std::__shared_ptr', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '244423' => { + '249047' => { 'Base' => { - '586299' => { + '602096' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '1074798' + 'type' => '1094296' } }, 'Type' => 'Class' }, - '245164' => { + '249788' => { 'Copied' => 1, 'Header' => 'ptr_traits.h', 'Line' => '127', - 'Name' => 'struct std::pointer_traits', + 'Name' => 'struct std::pointer_traits', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Ptr', - 'type' => '1075469' + 'type' => '1095119' } }, 'Type' => 'Struct' }, - '245215' => { - 'BaseType' => '1075469', + '249839' => { + 'BaseType' => '1095119', 'Header' => 'ptr_traits.h', 'Line' => '137', - 'Name' => 'std::pointer_traits::rebind', - 'NameSpace' => 'std::pointer_traits', + 'Name' => 'std::pointer_traits::rebind', + 'NameSpace' => 'std::pointer_traits', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '245261' => { + '249885' => { 'Copied' => 1, 'Header' => 'stl_deque.h', 'Line' => '110', @@ -16175,76 +18203,76 @@ $VAR1 = { '0' => { 'name' => '_M_cur', 'offset' => '0', - 'type' => '245290' + 'type' => '249914' }, '1' => { 'name' => '_M_first', 'offset' => '8', - 'type' => '245290' + 'type' => '249914' }, '2' => { 'name' => '_M_last', 'offset' => '16', - 'type' => '245290' + 'type' => '249914' }, '3' => { 'name' => '_M_node', 'offset' => '24', - 'type' => '245354' + 'type' => '249978' } }, - 'Name' => 'struct std::_Deque_iterator', + 'Name' => 'struct std::_Deque_iterator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '32', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1074798' + 'type' => '1094296' }, '1' => { 'key' => '_Ref', - 'type' => '1075491' + 'type' => '1095141' }, '2' => { 'key' => '_Ptr', - 'type' => '1075469' + 'type' => '1095119' } }, 'Type' => 'Struct' }, - '245290' => { - 'BaseType' => '245302', + '249914' => { + 'BaseType' => '249926', 'Header' => 'stl_deque.h', 'Line' => '126', - 'Name' => 'std::_Deque_iterator::_Elt_pointer', - 'NameSpace' => 'std::_Deque_iterator', + 'Name' => 'std::_Deque_iterator::_Elt_pointer', + 'NameSpace' => 'std::_Deque_iterator', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '245302' => { - 'BaseType' => '245215', + '249926' => { + 'BaseType' => '249839', 'Header' => 'stl_deque.h', 'Line' => '120', - 'Name' => 'std::_Deque_iterator::__ptr_to', - 'NameSpace' => 'std::_Deque_iterator', + 'Name' => 'std::_Deque_iterator::__ptr_to', + 'NameSpace' => 'std::_Deque_iterator', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '245354' => { - 'BaseType' => '245302', + '249978' => { + 'BaseType' => '249926', 'Header' => 'stl_deque.h', 'Line' => '127', - 'Name' => 'std::_Deque_iterator::_Map_pointer', - 'NameSpace' => 'std::_Deque_iterator', + 'Name' => 'std::_Deque_iterator::_Map_pointer', + 'NameSpace' => 'std::_Deque_iterator', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '246062' => { + '250686' => { 'Copied' => 1, 'Header' => 'stl_deque.h', 'Line' => '479', @@ -16253,28 +18281,28 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '246100' + 'type' => '250724' } }, - 'Name' => 'std::_Deque_base >', + 'Name' => 'std::_Deque_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '80', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1074798' + 'type' => '1094296' }, '1' => { 'key' => '_Alloc', - 'type' => '244423' + 'type' => '249047' } }, 'Type' => 'Class' }, - '246100' => { + '250724' => { 'Base' => { - '244423' => { + '249047' => { 'pos' => '0' } }, @@ -16285,7 +18313,7 @@ $VAR1 = { '0' => { 'name' => '_M_map', 'offset' => '0', - 'type' => '246360' + 'type' => '250984' }, '1' => { 'name' => '_M_map_size', @@ -16295,45 +18323,45 @@ $VAR1 = { '2' => { 'name' => '_M_start', 'offset' => '16', - 'type' => '246374' + 'type' => '250998' }, '3' => { 'name' => '_M_finish', 'offset' => '48', - 'type' => '246374' + 'type' => '250998' } }, - 'Name' => 'struct std::_Deque_base >::_Deque_impl', - 'NameSpace' => 'std::_Deque_base >', + 'Name' => 'struct std::_Deque_base >::_Deque_impl', + 'NameSpace' => 'std::_Deque_base >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '80', 'Type' => 'Struct' }, - '246360' => { - 'BaseType' => '245354', + '250984' => { + 'BaseType' => '249978', 'Header' => 'stl_deque.h', 'Line' => '562', - 'Name' => 'std::_Deque_base >::_Map_pointer', - 'NameSpace' => 'std::_Deque_base >', + 'Name' => 'std::_Deque_base >::_Map_pointer', + 'NameSpace' => 'std::_Deque_base >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '246374' => { - 'BaseType' => '245261', + '250998' => { + 'BaseType' => '249885', 'Header' => 'stl_deque.h', 'Line' => '505', - 'Name' => 'std::_Deque_base >::iterator', - 'NameSpace' => 'std::_Deque_base >', + 'Name' => 'std::_Deque_base >::iterator', + 'NameSpace' => 'std::_Deque_base >', 'PrivateABI' => 1, 'Size' => '32', 'Type' => 'Typedef' }, - '247232' => { + '251856' => { 'Base' => { - '246062' => { + '250686' => { 'access' => 'protected', 'pos' => '0' } @@ -16341,23 +18369,23 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_deque.h', 'Line' => '849', - 'Name' => 'std::deque >', + 'Name' => 'std::deque >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '80', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1074798' + 'type' => '1094296' }, '1' => { 'key' => '_Alloc', - 'type' => '244423' + 'type' => '249047' } }, 'Type' => 'Class' }, - '250562' => { + '255186' => { 'Copied' => 1, 'Header' => 'stl_stack.h', 'Line' => '99', @@ -16366,222 +18394,78 @@ $VAR1 = { 'access' => 'protected', 'name' => 'c', 'offset' => '0', - 'type' => '247232' + 'type' => '251856' } }, - 'Name' => 'std::stack > >', + 'Name' => 'std::stack > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '80', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1074798' + 'type' => '1094296' }, '1' => { 'key' => '_Sequence', - 'type' => '247232' - } - }, - 'Type' => 'Class' - }, - '251057' => { - 'Base' => { - '587448' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'type' => '780720' - } - }, - 'Type' => 'Class' - }, - '251208' => { - 'Copied' => 1, - 'Header' => 'alloc_traits.h', - 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Alloc', - 'type' => '251057' - } - }, - 'Type' => 'Struct' - }, - '251222' => { - 'BaseType' => '848591', - 'Header' => 'alloc_traits.h', - 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '251471' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '81', - 'Memb' => { - '0' => { - 'name' => '_M_impl', - 'offset' => '0', - 'type' => '251670' - } - }, - 'Name' => 'struct std::_Vector_base >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '780720' - }, - '1' => { - 'key' => '_Alloc', - 'type' => '251057' - } - }, - 'Type' => 'Struct' - }, - '251484' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '88', - 'Memb' => { - '0' => { - 'name' => '_M_start', - 'offset' => '0', - 'type' => '251658' - }, - '1' => { - 'name' => '_M_finish', - 'offset' => '8', - 'type' => '251658' - }, - '2' => { - 'name' => '_M_end_of_storage', - 'offset' => '16', - 'type' => '251658' - } - }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '251658' => { - 'BaseType' => '588014', - 'Header' => 'stl_vector.h', - 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '251670' => { - 'Base' => { - '251057' => { - 'pos' => '0' - }, - '251484' => { - 'pos' => '1' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '252448' => { - 'Base' => { - '251471' => { - 'access' => 'protected', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '386', - 'Name' => 'std::vector', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '780720' + 'type' => '251856' } }, 'Type' => 'Class' }, - '255567' => { + '25566778' => { + 'BaseType' => '833202', + 'Name' => 'OSL_v1_13_5::Vec3 const*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '255681' => { 'Base' => { - '588105' => { + '603245' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '776678' + 'type' => '794606' } }, 'Type' => 'Class' }, - '255718' => { + '255832' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '255567' + 'type' => '255681' } }, 'Type' => 'Struct' }, - '255732' => { - 'BaseType' => '1076207', + '255846' => { + 'BaseType' => '867654', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '255981' => { + '256095' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -16589,26 +18473,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '256180' + 'type' => '256294' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '776678' + 'type' => '794606' }, '1' => { 'key' => '_Alloc', - 'type' => '255567' + 'type' => '255681' } }, 'Type' => 'Struct' }, - '255994' => { + '256108' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -16616,62 +18500,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '256168' + 'type' => '256282' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '256168' + 'type' => '256282' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '256168' + 'type' => '256282' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '256168' => { - 'BaseType' => '588671', + '256282' => { + 'BaseType' => '603811', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '256180' => { + '256294' => { 'Base' => { - '255567' => { + '255681' => { 'pos' => '0' }, - '255994' => { + '256108' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '25687868' => { - 'BaseType' => '814533', - 'Name' => 'OSL_v1_13_4::Vec3 const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '256958' => { + '257072' => { 'Base' => { - '255981' => { + '256095' => { 'access' => 'protected', 'pos' => '0' } @@ -16679,14 +18557,14 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '776678' + 'type' => '794606' } }, 'Type' => 'Class' @@ -16697,53 +18575,53 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Pointer' }, - '260320' => { + '260191' => { 'Base' => { - '588762' => { + '603902' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'name' => 'float' + 'type' => '790564' } }, 'Type' => 'Class' }, - '260471' => { + '260342' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '260320' + 'type' => '260191' } }, 'Type' => 'Struct' }, - '260485' => { - 'BaseType' => '768524', + '260356' => { + 'BaseType' => '1095857', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '260885' => { + '260605' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -16751,26 +18629,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '261084' + 'type' => '260804' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '50' + 'type' => '790564' }, '1' => { 'key' => '_Alloc', - 'type' => '260320' + 'type' => '260191' } }, 'Type' => 'Struct' }, - '260898' => { + '260618' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -16778,17 +18656,173 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '261072' + 'type' => '260792' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '261072' + 'type' => '260792' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '261072' + 'type' => '260792' + } + }, + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '260792' => { + 'BaseType' => '604468', + 'Header' => 'stl_vector.h', + 'Line' => '86', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '260804' => { + 'Base' => { + '260191' => { + 'pos' => '0' + }, + '260618' => { + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '125', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '261582' => { + 'Base' => { + '260605' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '386', + 'Name' => 'std::vector', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '790564' + } + }, + 'Type' => 'Class' + }, + '26379343' => { + 'BaseType' => '848033', + 'Name' => 'OSL_v1_13_5::ustringrep const', + 'Size' => '8', + 'Type' => 'Const' + }, + '264944' => { + 'Base' => { + '604559' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'name' => 'float' + } + }, + 'Type' => 'Class' + }, + '265095' => { + 'Copied' => 1, + 'Header' => 'alloc_traits.h', + 'Line' => '392', + 'Name' => 'struct std::allocator_traits >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Alloc', + 'type' => '264944' + } + }, + 'Type' => 'Struct' + }, + '265109' => { + 'BaseType' => '782385', + 'Header' => 'alloc_traits.h', + 'Line' => '400', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '265509' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '81', + 'Memb' => { + '0' => { + 'name' => '_M_impl', + 'offset' => '0', + 'type' => '265708' + } + }, + 'Name' => 'struct std::_Vector_base >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '50' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '264944' + } + }, + 'Type' => 'Struct' + }, + '265522' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '88', + 'Memb' => { + '0' => { + 'name' => '_M_start', + 'offset' => '0', + 'type' => '265696' + }, + '1' => { + 'name' => '_M_finish', + 'offset' => '8', + 'type' => '265696' + }, + '2' => { + 'name' => '_M_end_of_storage', + 'offset' => '16', + 'type' => '265696' } }, 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', @@ -16797,8 +18831,8 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '261072' => { - 'BaseType' => '589491', + '265696' => { + 'BaseType' => '605288', 'Header' => 'stl_vector.h', 'Line' => '86', 'Name' => 'std::_Vector_base >::pointer', @@ -16807,12 +18841,12 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '261084' => { + '265708' => { 'Base' => { - '260320' => { + '264944' => { 'pos' => '0' }, - '260898' => { + '265522' => { 'pos' => '1' } }, @@ -16825,9 +18859,9 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '261862' => { + '266486' => { 'Base' => { - '260885' => { + '265509' => { 'access' => 'protected', 'pos' => '0' } @@ -16847,59 +18881,65 @@ $VAR1 = { }, 'Type' => 'Class' }, - '26486599' => { - 'BaseType' => '829276', - 'Name' => 'OSL_v1_13_4::ustringrep const', + '26841209' => { + 'BaseType' => '26379343', + 'Name' => 'OSL_v1_13_5::ustringrep const*', 'Size' => '8', - 'Type' => 'Const' + 'Type' => 'Pointer' + }, + '26890980' => { + 'BaseType' => '833190', + 'Name' => 'OSL_v1_13_5::Vec3*', + 'Size' => '8', + 'Type' => 'Pointer' }, - '265332' => { + '269956' => { 'Base' => { - '590152' => { + '605949' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '673440' + 'type' => '690782' } }, 'Type' => 'Class' }, - '265483' => { + '270107' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '265332' + 'type' => '269956' } }, 'Type' => 'Struct' }, - '265497' => { - 'BaseType' => '769429', + '270121' => { + 'BaseType' => '783301', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '266024' => { + '270648' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -16907,26 +18947,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '266223' + 'type' => '270847' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_Alloc', - 'type' => '265332' + 'type' => '269956' } }, 'Type' => 'Struct' }, - '266037' => { + '270661' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -16934,100 +18974,100 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '266211' + 'type' => '270835' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '266211' + 'type' => '270835' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '266211' + 'type' => '270835' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '266211' => { - 'BaseType' => '591003', + '270835' => { + 'BaseType' => '606800', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '266223' => { + '270847' => { 'Base' => { - '265332' => { + '269956' => { 'pos' => '0' }, - '266037' => { + '270661' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '267259' => { + '271883' => { 'Base' => { - '592269' => { + '608066' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '813895' + 'type' => '832564' } }, 'Type' => 'Class' }, - '267410' => { + '272034' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '267259' + 'type' => '271883' } }, 'Type' => 'Struct' }, - '267424' => { - 'BaseType' => '1076977', + '272048' => { + 'BaseType' => '1096627', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '267824' => { + '272448' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -17035,26 +19075,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '268023' + 'type' => '272647' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '813895' + 'type' => '832564' }, '1' => { 'key' => '_Alloc', - 'type' => '267259' + 'type' => '271883' } }, 'Type' => 'Struct' }, - '267837' => { + '272461' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -17062,56 +19102,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '268011' + 'type' => '272635' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '268011' + 'type' => '272635' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '268011' + 'type' => '272635' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '268011' => { - 'BaseType' => '592998', + '272635' => { + 'BaseType' => '608795', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '268023' => { + '272647' => { 'Base' => { - '267259' => { + '271883' => { 'pos' => '0' }, - '267837' => { + '272461' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '268801' => { + '273425' => { 'Base' => { - '267824' => { + '272448' => { 'access' => 'protected', 'pos' => '0' } @@ -17119,33 +19159,171 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '813895' + 'type' => '832564' } }, 'Type' => 'Class' }, - '26947754' => { - 'BaseType' => '26486599', - 'Name' => 'OSL_v1_13_4::ustringrep const*', + '27496407' => { + 'BaseType' => '710303', + 'Header' => 'rendererservices.h', + 'Line' => '61', + 'Name' => 'OSL_v1_13_5::RendererServices::TextureHandle', + 'NameSpace' => 'OSL_v1_13_5::RendererServices', + 'Type' => 'Typedef' + }, + '27496740' => { + 'BaseType' => '709477', + 'Header' => 'rendererservices.h', + 'Line' => '62', + 'Name' => 'OSL_v1_13_5::RendererServices::TexturePerthread', + 'NameSpace' => 'OSL_v1_13_5::RendererServices', + 'Type' => 'Typedef' + }, + '27504920' => { + 'Copied' => 1, + 'Header' => 'rendererservices.h', + 'Line' => '22', + 'Name' => 'OSL_v1_13_5::WidthOf<16>', + 'NameSpace' => 'OSL_v1_13_5', + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => 'SimdWidthT', + 'type' => '178', + 'val' => '16' + } + }, + 'Type' => 'Class' + }, + '27504944' => { + 'Copied' => 1, + 'Header' => 'rendererservices.h', + 'Line' => '22', + 'Name' => 'OSL_v1_13_5::WidthOf<8>', + 'NameSpace' => 'OSL_v1_13_5', + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => 'SimdWidthT', + 'type' => '178', + 'val' => '8' + } + }, + 'Type' => 'Class' + }, + '27504980' => { + 'BaseType' => '27504992', + 'Header' => 'rendererservices.h', + 'Line' => '47', + 'Name' => 'OSL_v1_13_5::AttributeGetterSpec', + 'NameSpace' => 'OSL_v1_13_5', + 'Type' => 'Typedef' + }, + '27504992' => { + 'Copied' => 1, + 'Header' => 'variant.h', + 'Line' => '230', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'm_function_name', + 'offset' => '0', + 'type' => '690782' + }, + '1' => { + 'access' => 'private', + 'name' => 'm_args', + 'offset' => '8', + 'type' => '38541936' + } + }, + 'Name' => 'OSL_v1_13_5::FunctionSpec >', + 'NameSpace' => 'OSL_v1_13_5', + 'Size' => '32', + 'TParam' => { + '0' => { + 'type' => '38799452' + } + }, + 'Type' => 'Class' + }, + '27504997' => { + 'Copied' => 1, + 'Name' => 'OSL_v1_13_5::BatchedRendererServices<16>', + 'NameSpace' => 'OSL_v1_13_5', + 'PrivateABI' => 1, + 'TParam' => { + '0' => { + 'name' => '16' + } + }, + 'Type' => 'Class' + }, + '27505002' => { + 'Copied' => 1, + 'Name' => 'OSL_v1_13_5::BatchedRendererServices<8>', + 'NameSpace' => 'OSL_v1_13_5', + 'PrivateABI' => 1, + 'TParam' => { + '0' => { + 'name' => '8' + } + }, + 'Type' => 'Class' + }, + '27532537' => { + 'BaseType' => '11563484', + 'Name' => 'OSL_v1_13_5::Matrix44&', + 'Size' => '8', + 'Type' => 'Ref' + }, + '27532561' => { + 'BaseType' => '27504980', + 'Name' => 'OSL_v1_13_5::AttributeGetterSpec&', + 'Size' => '8', + 'Type' => 'Ref' + }, + '27532567' => { + 'BaseType' => '27496407', + 'Name' => 'OSL_v1_13_5::RendererServices::TextureHandle*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '27532579' => { + 'BaseType' => '27496740', + 'Name' => 'OSL_v1_13_5::RendererServices::TexturePerthread*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '27532615' => { + 'BaseType' => '836018', + 'Name' => 'struct OSL_v1_13_5::RendererServices::TraceOpt&', + 'Size' => '8', + 'Type' => 'Ref' + }, + '27532621' => { + 'BaseType' => '27504997', + 'Name' => 'OSL_v1_13_5::BatchedRendererServices<16>*', 'Size' => '8', 'Type' => 'Pointer' }, - '26997525' => { - 'BaseType' => '814521', - 'Name' => 'OSL_v1_13_4::Vec3*', + '27532627' => { + 'BaseType' => '27505002', + 'Name' => 'OSL_v1_13_5::BatchedRendererServices<8>*', 'Size' => '8', 'Type' => 'Pointer' }, - '271978' => { + '276602' => { 'Base' => { - '501278' => { + '516135' => { 'access' => 'private', 'pos' => '0' } @@ -17157,7 +19335,7 @@ $VAR1 = { '0' => { 'name' => 'first', 'offset' => '0', - 'type' => '677330' + 'type' => '694624' }, '1' => { 'name' => 'second', @@ -17165,14 +19343,14 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct std::pair', + 'Name' => 'struct std::pair', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_T1', - 'type' => '677330' + 'type' => '694624' }, '1' => { 'key' => '_T2', @@ -17181,49 +19359,49 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '272422' => { + '277046' => { 'Base' => { - '593659' => { + '609456' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator >', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '271978' + 'type' => '276602' } }, 'Type' => 'Class' }, - '272823' => { + '277447' => { 'Base' => { - '594253' => { + '610050' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator > >', + 'Name' => 'std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '272974' + 'type' => '277598' } }, 'Type' => 'Class' }, - '272974' => { + '277598' => { 'Base' => { - '83198' => { + '87781' => { 'pos' => '0' } }, @@ -17234,66 +19412,66 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '32', - 'type' => '631668' + 'type' => '648161' } }, - 'Name' => 'struct std::_Rb_tree_node >', + 'Name' => 'struct std::_Rb_tree_node >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Val', - 'type' => '271978' + 'type' => '276602' } }, 'Type' => 'Struct' }, - '273085' => { + '277709' => { 'Header' => 'stl_function.h', 'Line' => '118', - 'Name' => 'struct std::binary_function', + 'Name' => 'struct std::binary_function', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg1', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_Arg2', - 'type' => '673440' + 'type' => '690782' }, '2' => { 'key' => '_Result', - 'type' => '638960' + 'type' => '655503' } }, 'Type' => 'Struct' }, - '273126' => { + '277750' => { 'Base' => { - '273085' => { + '277709' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '381', - 'Name' => 'struct std::less', + 'Name' => 'struct std::less', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '673440' + 'type' => '690782' } }, 'Type' => 'Struct' }, - '273202' => { + '277826' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '142', @@ -17301,22 +19479,22 @@ $VAR1 = { '0' => { 'name' => '_M_key_compare', 'offset' => '0', - 'type' => '273126' + 'type' => '277750' } }, - 'Name' => 'struct std::_Rb_tree_key_compare >', + 'Name' => 'struct std::_Rb_tree_key_compare >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '273126' + 'type' => '277750' } }, 'Type' => 'Struct' }, - '273363' => { + '277987' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '436', @@ -17325,174 +19503,110 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '273377' + 'type' => '278001' } }, - 'Name' => 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >', + 'Name' => 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_Val', - 'type' => '271978' + 'type' => '276602' }, '2' => { 'key' => '_KeyOfValue', - 'type' => '518357' + 'type' => '533173' }, '3' => { 'key' => '_Compare', - 'type' => '273126' + 'type' => '277750' }, '4' => { 'key' => '_Alloc', - 'type' => '272422' + 'type' => '277046' } }, 'Type' => 'Class' }, - '273377' => { + '278001' => { 'Base' => { - '272823' => { + '277447' => { 'pos' => '0' }, - '273202' => { + '277826' => { 'pos' => '1' }, - '83394' => { + '87977' => { 'pos' => '2' } }, 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '673', - 'Name' => 'struct std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_Rb_tree_impl >', - 'NameSpace' => 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >', + 'Name' => 'struct std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_Rb_tree_impl >', + 'NameSpace' => 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '273126' + 'type' => '277750' } }, 'Type' => 'Struct' }, - '27589646' => { - 'BaseType' => '693938', - 'Header' => 'rendererservices.h', - 'Line' => '44', - 'Name' => 'OSL_v1_13_4::RendererServices::TextureHandle', - 'NameSpace' => 'OSL_v1_13_4::RendererServices', - 'Type' => 'Typedef' - }, - '27589924' => { - 'BaseType' => '693112', - 'Header' => 'rendererservices.h', - 'Line' => '45', - 'Name' => 'OSL_v1_13_4::RendererServices::TexturePerthread', - 'NameSpace' => 'OSL_v1_13_4::RendererServices', - 'Type' => 'Typedef' - }, - '27597983' => { - 'Copied' => 1, - 'Header' => 'rendererservices.h', - 'Line' => '19', - 'Name' => 'OSL_v1_13_4::WidthOf<16>', - 'NameSpace' => 'OSL_v1_13_4', - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => 'SimdWidthT', - 'type' => '178', - 'val' => '16' - } - }, - 'Type' => 'Class' - }, - '27598007' => { - 'Copied' => 1, - 'Header' => 'rendererservices.h', - 'Line' => '19', - 'Name' => 'OSL_v1_13_4::WidthOf<8>', - 'NameSpace' => 'OSL_v1_13_4', - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => 'SimdWidthT', - 'type' => '178', - 'val' => '8' - } - }, - 'Type' => 'Class' - }, - '27598043' => { - 'Copied' => 1, - 'Name' => 'OSL_v1_13_4::BatchedRendererServices<16>', - 'NameSpace' => 'OSL_v1_13_4', + '27961733' => { + 'Header' => 'stl_function.h', + 'Line' => '118', + 'Name' => 'struct std::binary_function', + 'NameSpace' => 'std', 'PrivateABI' => 1, + 'Size' => '1', 'TParam' => { '0' => { - 'name' => '16' + 'key' => '_Arg1', + 'type' => '178' + }, + '1' => { + 'key' => '_Arg2', + 'type' => '178' + }, + '2' => { + 'key' => '_Result', + 'type' => '655503' } }, - 'Type' => 'Class' + 'Type' => 'Struct' }, - '27598048' => { + '28291452' => { + 'Base' => { + '27961733' => { + 'pos' => '0' + } + }, 'Copied' => 1, - 'Name' => 'OSL_v1_13_4::BatchedRendererServices<8>', - 'NameSpace' => 'OSL_v1_13_4', + 'Header' => 'stl_function.h', + 'Line' => '381', + 'Name' => 'struct std::less', + 'NameSpace' => 'std', 'PrivateABI' => 1, + 'Size' => '1', 'TParam' => { '0' => { - 'name' => '8' + 'key' => '_Tp', + 'type' => '178' } }, - 'Type' => 'Class' - }, - '27624560' => { - 'BaseType' => '10813800', - 'Name' => 'OSL_v1_13_4::Matrix44&', - 'Size' => '8', - 'Type' => 'Ref' - }, - '27624578' => { - 'BaseType' => '27589646', - 'Name' => 'OSL_v1_13_4::RendererServices::TextureHandle*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '27624590' => { - 'BaseType' => '27589924', - 'Name' => 'OSL_v1_13_4::RendererServices::TexturePerthread*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '27624626' => { - 'BaseType' => '817683', - 'Name' => 'struct OSL_v1_13_4::RendererServices::TraceOpt&', - 'Size' => '8', - 'Type' => 'Ref' - }, - '27624632' => { - 'BaseType' => '27598043', - 'Name' => 'OSL_v1_13_4::BatchedRendererServices<16>*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '27624638' => { - 'BaseType' => '27598048', - 'Name' => 'OSL_v1_13_4::BatchedRendererServices<8>*', - 'Size' => '8', - 'Type' => 'Pointer' + 'Type' => 'Struct' }, - '278371' => { + '282995' => { 'Copied' => 1, 'Header' => 'stl_map.h', 'Line' => '100', @@ -17501,17 +19615,17 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '278384' + 'type' => '283008' } }, - 'Name' => 'std::map', + 'Name' => 'std::map', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_Tp', @@ -17520,87 +19634,111 @@ $VAR1 = { }, 'Type' => 'Class' }, - '278384' => { - 'BaseType' => '273363', + '283008' => { + 'BaseType' => '277987', 'Header' => 'stl_map.h', 'Line' => '148', - 'Name' => 'std::map::_Rep_type', - 'NameSpace' => 'std::map', + 'Name' => 'std::map::_Rep_type', + 'NameSpace' => 'std::map', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '48', 'Type' => 'Typedef' }, - '28036227' => { - 'Header' => 'stl_function.h', - 'Line' => '118', - 'Name' => 'struct std::binary_function', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Arg1', - 'type' => '178' - }, - '1' => { - 'key' => '_Arg2', - 'type' => '178' - }, - '2' => { - 'key' => '_Result', - 'type' => '638960' - } - }, - 'Type' => 'Struct' - }, - '280729' => { + '28369' => { + 'Copied' => 1, + 'Header' => 'basic_string.h', + 'Line' => '3140', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => '_M_dataplus', + 'offset' => '0', + 'type' => '28383' + } + }, + 'Name' => 'std::basic_string', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '8', + 'TParam' => { + '0' => { + 'key' => '_CharT', + 'type' => '301' + } + }, + 'Type' => 'Class' + }, + '28383' => { + 'Base' => { + '7398' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'basic_string.h', + 'Line' => '3338', + 'Memb' => { + '0' => { + 'name' => '_M_p', + 'offset' => '0', + 'type' => '290' + } + }, + 'Name' => 'struct std::basic_string::_Alloc_hider', + 'NameSpace' => 'std::basic_string', + 'Private' => 1, + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Struct' + }, + '285353' => { 'Base' => { - '594740' => { + '610537' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '806098' + 'type' => '822132' } }, 'Type' => 'Class' }, - '280880' => { + '285504' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '280729' + 'type' => '285353' } }, 'Type' => 'Struct' }, - '280894' => { - 'BaseType' => '1077644', + '285518' => { + 'BaseType' => '1097294', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '281237' => { + '285861' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -17608,26 +19746,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '281436' + 'type' => '286060' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '806098' + 'type' => '822132' }, '1' => { 'key' => '_Alloc', - 'type' => '280729' + 'type' => '285353' } }, 'Type' => 'Struct' }, - '281250' => { + '285874' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -17635,302 +19773,57 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '281424' + 'type' => '286048' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '281424' + 'type' => '286048' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '281424' + 'type' => '286048' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '281424' => { - 'BaseType' => '595408', - 'Header' => 'stl_vector.h', - 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '281436' => { - 'Base' => { - '280729' => { - 'pos' => '0' - }, - '281250' => { - 'pos' => '1' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '282214' => { - 'Base' => { - '281237' => { - 'access' => 'protected', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '386', - 'Name' => 'std::vector', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { + '28592260' => { + 'Header' => 'pair.hpp', + 'Line' => '218', + 'Memb' => { '0' => { - 'key' => '_Tp', - 'type' => '806098' - } - }, - 'Type' => 'Class' - }, - '2826854' => { - 'BaseType' => '817989', - 'Name' => 'OSL_v1_13_4::RendererServices const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '2826860' => { - 'BaseType' => '2826854', - 'Name' => 'OSL_v1_13_4::RendererServices const*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '28281' => { - 'Copied' => 1, - 'Header' => 'basic_string.h', - 'Line' => '3140', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => '_M_dataplus', - 'offset' => '0', - 'type' => '28295' - } - }, - 'Name' => 'std::basic_string', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => '_CharT', - 'type' => '301' - } - }, - 'Type' => 'Class' - }, - '28295' => { - 'Base' => { - '7398' => { - 'pos' => '0' + 'name' => 'first', + 'offset' => '0', + 'type' => '178' + }, + '1' => { + 'name' => 'second', + 'offset' => '4', + 'type' => '178' } - }, - 'Copied' => 1, - 'Header' => 'basic_string.h', - 'Line' => '3338', - 'Memb' => { - '0' => { - 'name' => '_M_p', - 'offset' => '0', - 'type' => '290' - } - }, - 'Name' => 'struct std::basic_string::_Alloc_hider', - 'NameSpace' => 'std::basic_string', - 'Private' => 1, - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '28359683' => { - 'Base' => { - '28036227' => { - 'pos' => '0' - } }, - 'Copied' => 1, - 'Header' => 'stl_function.h', - 'Line' => '381', - 'Name' => 'struct std::less', - 'NameSpace' => 'std', + 'Name' => 'struct boost::container::dtl::pair', + 'NameSpace' => 'boost::container::dtl', 'PrivateABI' => 1, - 'Size' => '1', + 'Size' => '8', 'TParam' => { '0' => { - 'key' => '_Tp', + 'key' => 'T1', + 'type' => '178' + }, + '1' => { + 'key' => 'T2', 'type' => '178' } }, 'Type' => 'Struct' }, - '285338' => { - 'Base' => { - '596069' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'type' => '285489' - } - }, - 'Type' => 'Class' - }, - '285489' => { - 'Base' => { - '70009' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_list.h', - 'Line' => '166', - 'Memb' => { - '0' => { - 'name' => '_M_storage', - 'offset' => '16', - 'type' => '630553' - } - }, - 'Name' => 'struct std::_List_node', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '28281' - } - }, - 'Type' => 'Struct' - }, - '2855608' => { - 'Name' => 'bool(char)', - 'Param' => { - '0' => { - 'type' => '301' - } - }, - 'Return' => '638960', - 'Type' => 'Func' - }, - '2855691' => { - 'BaseType' => '897157', - 'Name' => 'struct llvm::detail::DenseMapPair, unsigned long> >[4]', - 'Size' => '96', - 'Type' => 'Array' - }, - '285600' => { - 'Copied' => 1, - 'Header' => 'stl_list.h', - 'Line' => '345', - 'Memb' => { - '0' => { - 'access' => 'protected', - 'name' => '_M_impl', - 'offset' => '0', - 'type' => '285614' - } - }, - 'Name' => 'std::_List_base >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '28281' - }, - '1' => { - 'key' => '_Alloc', - 'type' => '184603' - } - }, - 'Type' => 'Class' - }, - '285614' => { - 'Base' => { - '285338' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_list.h', - 'Line' => '370', - 'Memb' => { - '0' => { - 'name' => '_M_node', - 'offset' => '0', - 'type' => '70197' - } - }, - 'Name' => 'struct std::_List_base >::_List_impl', - 'NameSpace' => 'std::_List_base >', - 'PrivateABI' => 1, - 'Protected' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '28659705' => { - 'Header' => 'pair.hpp', - 'Line' => '218', - 'Memb' => { - '0' => { - 'name' => 'first', - 'offset' => '0', - 'type' => '178' - }, - '1' => { - 'name' => 'second', - 'offset' => '4', - 'type' => '178' - } - }, - 'Name' => 'struct boost::container::dtl::pair', - 'NameSpace' => 'boost::container::dtl', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => 'T1', - 'type' => '178' - }, - '1' => { - 'key' => 'T2', - 'type' => '178' - } - }, - 'Type' => 'Struct' - }, - '28660131' => { + '28592686' => { 'Header' => 'flat_tree.hpp', 'Line' => '445', 'Name' => 'struct boost::container::dtl::select_container_type, boost::container::new_allocator > >', @@ -17940,17 +19833,17 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'Value', - 'type' => '28659705' + 'type' => '28592260' }, '1' => { 'key' => 'AllocatorOrContainer', - 'type' => '28669488' + 'type' => '28602043' } }, 'Type' => 'Struct' }, - '28660145' => { - 'BaseType' => '28669805', + '28592700' => { + 'BaseType' => '28602360', 'Header' => 'flat_tree.hpp', 'Line' => '447', 'Name' => 'boost::container::dtl::select_container_type, boost::container::new_allocator > >::type', @@ -17959,7 +19852,7 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Typedef' }, - '28660177' => { + '28592732' => { 'Header' => 'allocator_traits.hpp', 'Line' => '110', 'Name' => 'struct boost::container::dtl::boost_intrusive_default_type_pointer >, boost::container::dtl::pair*>', @@ -17969,17 +19862,17 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '28669488' + 'type' => '28602043' }, '1' => { 'key' => 'DefaultType', - 'type' => '28794254' + 'type' => '28729824' } }, 'Type' => 'Struct' }, - '28660190' => { - 'BaseType' => '28669596', + '28592745' => { + 'BaseType' => '28602151', 'Header' => 'allocator_traits.hpp', 'Line' => '110', 'Name' => 'boost::container::dtl::boost_intrusive_default_type_pointer >, boost::container::dtl::pair*>::type', @@ -17988,9 +19881,9 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '28660876' => { + '28593431' => { 'Base' => { - '28359683' => { + '28291452' => { 'pos' => '0' } }, @@ -18003,20 +19896,20 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'Compare', - 'type' => '28359683' + 'type' => '28291452' }, '1' => { 'key' => 'Value', - 'type' => '28659705' + 'type' => '28592260' }, '2' => { 'key' => 'KeyOfValue', - 'type' => '28664728' + 'type' => '28597283' } }, 'Type' => 'Class' }, - '28661096' => { + '28593651' => { 'Header' => 'flat_tree.hpp', 'Line' => '458', 'Memb' => { @@ -18024,7 +19917,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_data', 'offset' => '0', - 'type' => '28661110' + 'type' => '28593665' } }, 'Name' => 'boost::container::dtl::flat_tree, boost::container::dtl::select1st, std::less, boost::container::new_allocator > >', @@ -18034,26 +19927,26 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'Value', - 'type' => '28659705' + 'type' => '28592260' }, '1' => { 'key' => 'KeyOfValue', - 'type' => '28664728' + 'type' => '28597283' }, '2' => { 'key' => 'Compare', - 'type' => '28359683' + 'type' => '28291452' }, '3' => { 'key' => 'AllocatorOrContainer', - 'type' => '28669488' + 'type' => '28602043' } }, 'Type' => 'Class' }, - '28661110' => { + '28593665' => { 'Base' => { - '28660876' => { + '28593431' => { 'pos' => '0' } }, @@ -18063,7 +19956,7 @@ $VAR1 = { '0' => { 'name' => 'm_seq', 'offset' => '0', - 'type' => '28661541' + 'type' => '28594096' } }, 'Name' => 'struct boost::container::dtl::flat_tree, boost::container::dtl::select1st, std::less, boost::container::new_allocator > >::Data', @@ -18073,8 +19966,8 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '28661541' => { - 'BaseType' => '28660145', + '28594096' => { + 'BaseType' => '28592700', 'Header' => 'flat_tree.hpp', 'Line' => '461', 'Name' => 'boost::container::dtl::flat_tree, boost::container::dtl::select1st, std::less, boost::container::new_allocator > >::container_type', @@ -18083,7 +19976,7 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Typedef' }, - '28664728' => { + '28597283' => { 'Copied' => 1, 'Header' => 'mpl.hpp', 'Line' => '67', @@ -18099,7 +19992,7 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '28669488' => { + '28602043' => { 'Header' => 'new_allocator.hpp', 'Line' => '107', 'Name' => 'boost::container::new_allocator >', @@ -18109,13 +20002,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '28659705' + 'type' => '28592260' } }, 'Type' => 'Class' }, - '28669596' => { - 'BaseType' => '28794254', + '28602151' => { + 'BaseType' => '28729824', 'Header' => 'new_allocator.hpp', 'Line' => '111', 'Name' => 'boost::container::new_allocator >::pointer', @@ -18124,7 +20017,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '28669805' => { + '28602360' => { 'Header' => 'vector.hpp', 'Line' => '737', 'Memb' => { @@ -18132,7 +20025,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_holder', 'offset' => '0', - 'type' => '28669819' + 'type' => '28602374' } }, 'Name' => 'boost::container::vector, boost::container::new_allocator >, void>', @@ -18142,11 +20035,11 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '28659705' + 'type' => '28592260' }, '1' => { 'key' => 'Allocator', - 'type' => '28669488' + 'type' => '28602043' }, '2' => { 'key' => 'Options', @@ -18155,8 +20048,8 @@ $VAR1 = { }, 'Type' => 'Class' }, - '28669819' => { - 'BaseType' => '28674135', + '28602374' => { + 'BaseType' => '28606690', 'Header' => 'vector.hpp', 'Line' => '777', 'Name' => 'boost::container::vector, boost::container::new_allocator >, void>::alloc_holder_t', @@ -18166,7 +20059,35 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Typedef' }, - '28673450' => { + '286048' => { + 'BaseType' => '611205', + 'Header' => 'stl_vector.h', + 'Line' => '86', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '286060' => { + 'Base' => { + '285353' => { + 'pos' => '0' + }, + '285874' => { + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '125', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '28606005' => { 'Copied' => 1, 'Header' => 'allocator_traits.hpp', 'Line' => '131', @@ -18177,13 +20098,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'Allocator', - 'type' => '28669488' + 'type' => '28602043' } }, 'Type' => 'Struct' }, - '28673463' => { - 'BaseType' => '28660190', + '28606018' => { + 'BaseType' => '28592745', 'Header' => 'allocator_traits.hpp', 'Line' => '201', 'Name' => 'boost::container::allocator_traits > >::pointer', @@ -18192,9 +20113,9 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '28674135' => { + '28606690' => { 'Base' => { - '28669488' => { + '28602043' => { 'pos' => '0' } }, @@ -18204,17 +20125,17 @@ $VAR1 = { '0' => { 'name' => 'm_start', 'offset' => '0', - 'type' => '28674284' + 'type' => '28606839' }, '1' => { 'name' => 'm_size', 'offset' => '8', - 'type' => '28674758' + 'type' => '28607313' }, '2' => { 'name' => 'm_capacity', 'offset' => '16', - 'type' => '28674758' + 'type' => '28607313' } }, 'Name' => 'struct boost::container::vector_alloc_holder >, unsigned long, boost::move_detail::integral_constant >', @@ -18224,7 +20145,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'Allocator', - 'type' => '28669488' + 'type' => '28602043' }, '1' => { 'key' => 'StoredSizeType', @@ -18232,13 +20153,13 @@ $VAR1 = { }, '2' => { 'key' => 'AllocatorVersion', - 'type' => '28687649' + 'type' => '28620204' } }, 'Type' => 'Struct' }, - '28674284' => { - 'BaseType' => '28673463', + '28606839' => { + 'BaseType' => '28606018', 'Header' => 'vector.hpp', 'Line' => '287', 'Name' => 'boost::container::vector_alloc_holder >, unsigned long, boost::move_detail::integral_constant >::pointer', @@ -18247,7 +20168,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '28674758' => { + '28607313' => { 'BaseType' => '42', 'Header' => 'vector.hpp', 'Line' => '285', @@ -18257,7 +20178,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '28683685' => { + '28616240' => { 'Header' => 'flat_map.hpp', 'Line' => '112', 'Memb' => { @@ -18265,7 +20186,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_flat_tree', 'offset' => '0', - 'type' => '28683698' + 'type' => '28616253' } }, 'Name' => 'boost::container::flat_map, void>', @@ -18283,7 +20204,7 @@ $VAR1 = { }, '2' => { 'key' => 'Compare', - 'type' => '28359683' + 'type' => '28291452' }, '3' => { 'key' => 'Allocator', @@ -18292,8 +20213,8 @@ $VAR1 = { }, 'Type' => 'Class' }, - '28683698' => { - 'BaseType' => '28661096', + '28616253' => { + 'BaseType' => '28593651', 'Header' => 'flat_map.hpp', 'Line' => '130', 'Name' => 'boost::container::flat_map, void>::impl_tree_t', @@ -18303,7 +20224,7 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Typedef' }, - '28687649' => { + '28620204' => { 'Copied' => 1, 'Header' => 'meta_utils_core.hpp', 'Line' => '93', @@ -18324,43 +20245,21 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '286932' => { - 'Base' => { - '285600' => { - 'access' => 'protected', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_list.h', - 'Line' => '552', - 'Name' => 'std::list', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '28281' - } - }, - 'Type' => 'Class' - }, - '28732144' => { + '28666866' => { 'Copied' => 1, 'Header' => 'oslexec_pvt.h', - 'Line' => '2573', + 'Line' => '2637', 'Memb' => { '0' => { 'name' => '_vptr', 'offset' => '0', - 'type' => '1106924' + 'type' => '1127558' }, '1' => { 'access' => 'protected', 'name' => 'm_shadingsys', 'offset' => '8', - 'type' => '1076943' + 'type' => '1096593' }, '10' => { 'access' => 'protected', @@ -18372,19 +20271,19 @@ $VAR1 = { 'access' => 'protected', 'name' => 'm_call_layers_inserted', 'offset' => '136', - 'type' => '30848875' + 'type' => '30794048' }, '2' => { 'access' => 'protected', 'name' => 'm_group', 'offset' => '16', - 'type' => '1074893' + 'type' => '1094391' }, '3' => { 'access' => 'protected', 'name' => 'm_context', 'offset' => '24', - 'type' => '1074798' + 'type' => '1094296' }, '4' => { 'access' => 'protected', @@ -18396,7 +20295,7 @@ $VAR1 = { 'access' => 'protected', 'name' => 'm_inst', 'offset' => '40', - 'type' => '1081367' + 'type' => '1101539' }, '6' => { 'access' => 'protected', @@ -18408,48 +20307,203 @@ $VAR1 = { 'access' => 'protected', 'name' => 'm_bblockids', 'offset' => '56', - 'type' => '96194' + 'type' => '100818' }, '8' => { 'access' => 'protected', 'name' => 'm_in_conditional', 'offset' => '80', - 'type' => '322451' + 'type' => '327075' }, '9' => { 'access' => 'protected', 'name' => 'm_in_loop', 'offset' => '104', - 'type' => '322451' + 'type' => '327075' } }, - 'Name' => 'OSL_v1_13_4::pvt::OSOProcessorBase', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::OSOProcessorBase', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '184', 'Type' => 'Class' }, - '28794254' => { - 'BaseType' => '28659705', + '286838' => { + 'Base' => { + '285861' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '386', + 'Name' => 'std::vector', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '822132' + } + }, + 'Type' => 'Class' + }, + '28729824' => { + 'BaseType' => '28592260', 'Name' => 'struct boost::container::dtl::pair*', 'Size' => '8', 'Type' => 'Pointer' }, - '28794890' => { - 'BaseType' => '28683685', + '28730460' => { + 'BaseType' => '28616240', 'Name' => 'boost::container::flat_map, void>*', 'Size' => '8', 'Type' => 'Pointer' }, + '289962' => { + 'Base' => { + '611866' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'type' => '290113' + } + }, + 'Type' => 'Class' + }, '290' => { 'BaseType' => '301', 'Name' => 'char*', 'Size' => '8', 'Type' => 'Pointer' }, - '290354' => { + '290113' => { + 'Base' => { + '70097' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_list.h', + 'Line' => '166', + 'Memb' => { + '0' => { + 'name' => '_M_storage', + 'offset' => '16', + 'type' => '647046' + } + }, + 'Name' => 'struct std::_List_node', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '28369' + } + }, + 'Type' => 'Struct' + }, + '290224' => { + 'Copied' => 1, + 'Header' => 'stl_list.h', + 'Line' => '345', + 'Memb' => { + '0' => { + 'access' => 'protected', + 'name' => '_M_impl', + 'offset' => '0', + 'type' => '290238' + } + }, + 'Name' => 'std::_List_base >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '28369' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '189227' + } + }, + 'Type' => 'Class' + }, + '290238' => { + 'Base' => { + '289962' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_list.h', + 'Line' => '370', + 'Memb' => { + '0' => { + 'name' => '_M_node', + 'offset' => '0', + 'type' => '70285' + } + }, + 'Name' => 'struct std::_List_base >::_List_impl', + 'NameSpace' => 'std::_List_base >', + 'PrivateABI' => 1, + 'Protected' => 1, + 'Size' => '16', + 'Type' => 'Struct' + }, + '291556' => { + 'Base' => { + '290224' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_list.h', + 'Line' => '552', + 'Name' => 'std::list', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '28369' + } + }, + 'Type' => 'Class' + }, + '2925215' => { + 'BaseType' => '836324', + 'Name' => 'OSL_v1_13_5::RendererServices const*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '2925221' => { + 'BaseType' => '2925215', + 'Name' => 'OSL_v1_13_5::RendererServices const*const', + 'Size' => '8', + 'Type' => 'Const' + }, + '294978' => { 'Base' => { - '511658' => { + '526474' => { 'access' => 'private', 'pos' => '0' } @@ -18461,73 +20515,89 @@ $VAR1 = { '0' => { 'name' => 'first', 'offset' => '0', - 'type' => '677330' + 'type' => '694624' }, '1' => { 'name' => 'second', 'offset' => '8', - 'type' => '700657' + 'type' => '717037' } }, - 'Name' => 'struct std::pair >', + 'Name' => 'struct std::pair >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_T1', - 'type' => '677330' + 'type' => '694624' }, '1' => { 'key' => '_T2', - 'type' => '700657' + 'type' => '717037' } }, 'Type' => 'Struct' }, - '290622' => { + '295246' => { 'Base' => { - '596742' => { + '612539' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator > >', + 'Name' => 'std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '290354' + 'type' => '294978' } }, 'Type' => 'Class' }, - '291023' => { + '2954444' => { + 'Name' => 'bool(char)', + 'Param' => { + '0' => { + 'type' => '301' + } + }, + 'Return' => '655503', + 'Type' => 'Func' + }, + '2954527' => { + 'BaseType' => '916255', + 'Name' => 'struct llvm::detail::DenseMapPair, unsigned long> >[4]', + 'Size' => '96', + 'Type' => 'Array' + }, + '295647' => { 'Base' => { - '597336' => { + '613133' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator > > >', + 'Name' => 'std::allocator > > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '291174' + 'type' => '295798' } }, 'Type' => 'Class' }, - '291174' => { + '295798' => { 'Base' => { - '83198' => { + '87781' => { 'pos' => '0' } }, @@ -18538,22 +20608,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '32', - 'type' => '632783' + 'type' => '649276' } }, - 'Name' => 'struct std::_Rb_tree_node > >', + 'Name' => 'struct std::_Rb_tree_node > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Val', - 'type' => '290354' + 'type' => '294978' } }, 'Type' => 'Struct' }, - '291285' => { + '295909' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '436', @@ -18562,66 +20632,66 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '291299' + 'type' => '295923' } }, - 'Name' => 'std::_Rb_tree >, std::_Select1st > >, std::less, std::allocator > > >', + 'Name' => 'std::_Rb_tree >, std::_Select1st > >, std::less, std::allocator > > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_Val', - 'type' => '290354' + 'type' => '294978' }, '2' => { 'key' => '_KeyOfValue', - 'type' => '554319' + 'type' => '570053' }, '3' => { 'key' => '_Compare', - 'type' => '273126' + 'type' => '277750' }, '4' => { 'key' => '_Alloc', - 'type' => '290622' + 'type' => '295246' } }, 'Type' => 'Class' }, - '291299' => { + '295923' => { 'Base' => { - '273202' => { + '277826' => { 'pos' => '1' }, - '291023' => { + '295647' => { 'pos' => '0' }, - '83394' => { + '87977' => { 'pos' => '2' } }, 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '673', - 'Name' => 'struct std::_Rb_tree >, std::_Select1st > >, std::less, std::allocator > > >::_Rb_tree_impl >', - 'NameSpace' => 'std::_Rb_tree >, std::_Select1st > >, std::less, std::allocator > > >', + 'Name' => 'struct std::_Rb_tree >, std::_Select1st > >, std::less, std::allocator > > >::_Rb_tree_impl >', + 'NameSpace' => 'std::_Rb_tree >, std::_Select1st > >, std::less, std::allocator > > >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '273126' + 'type' => '277750' } }, 'Type' => 'Struct' }, - '295262' => { + '299886' => { 'Copied' => 1, 'Header' => 'stl_map.h', 'Line' => '100', @@ -18630,39 +20700,44 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '295275' + 'type' => '299899' } }, - 'Name' => 'std::map >', + 'Name' => 'std::map >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_Tp', - 'type' => '700657' + 'type' => '717037' } }, 'Type' => 'Class' }, - '295275' => { - 'BaseType' => '291285', + '299899' => { + 'BaseType' => '295909', 'Header' => 'stl_map.h', 'Line' => '148', - 'Name' => 'std::map >::_Rep_type', - 'NameSpace' => 'std::map >', + 'Name' => 'std::map >::_Rep_type', + 'NameSpace' => 'std::map >', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '48', 'Type' => 'Typedef' }, - '297620' => { + '301' => { + 'Name' => 'char', + 'Size' => '1', + 'Type' => 'Intrinsic' + }, + '302244' => { 'Base' => { - '597742' => { + '613539' => { 'pos' => '0' } }, @@ -18675,14 +20750,14 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '96194' + 'type' => '100818' } }, 'Type' => 'Class' }, - '298034' => { + '302658' => { 'Base' => { - '598377' => { + '614174' => { 'pos' => '0' } }, @@ -18695,14 +20770,14 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '298185' + 'type' => '302809' } }, 'Type' => 'Class' }, - '298185' => { + '302809' => { 'Base' => { - '70009' => { + '70097' => { 'pos' => '0' } }, @@ -18713,7 +20788,7 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '16', - 'type' => '631891' + 'type' => '648384' } }, 'Name' => 'struct std::_List_node >', @@ -18723,12 +20798,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '96194' + 'type' => '100818' } }, 'Type' => 'Struct' }, - '298296' => { + '302920' => { 'Copied' => 1, 'Header' => 'stl_list.h', 'Line' => '345', @@ -18737,7 +20812,7 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '298310' + 'type' => '302934' } }, 'Name' => 'std::_List_base, std::allocator > >', @@ -18747,18 +20822,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '96194' + 'type' => '100818' }, '1' => { 'key' => '_Alloc', - 'type' => '297620' + 'type' => '302244' } }, 'Type' => 'Class' }, - '298310' => { + '302934' => { 'Base' => { - '298034' => { + '302658' => { 'pos' => '0' } }, @@ -18769,7 +20844,7 @@ $VAR1 = { '0' => { 'name' => '_M_node', 'offset' => '0', - 'type' => '70197' + 'type' => '70285' } }, 'Name' => 'struct std::_List_base, std::allocator > >::_List_impl', @@ -18779,9 +20854,9 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Struct' }, - '299558' => { + '304182' => { 'Base' => { - '298296' => { + '302920' => { 'access' => 'protected', 'pos' => '0' } @@ -18796,23 +20871,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '96194' + 'type' => '100818' }, '1' => { 'key' => '_Alloc', - 'type' => '297620' + 'type' => '302244' } }, 'Type' => 'Class' }, - '301' => { - 'Name' => 'char', - 'Size' => '1', - 'Type' => 'Intrinsic' - }, - '302849' => { + '307473' => { 'Base' => { - '598989' => { + '614786' => { 'pos' => '0' } }, @@ -18825,14 +20895,14 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '261862' + 'type' => '266486' } }, 'Type' => 'Class' }, - '303263' => { + '307887' => { 'Base' => { - '599624' => { + '615421' => { 'pos' => '0' } }, @@ -18845,179 +20915,54 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '303414' - } - }, - 'Type' => 'Class' - }, - '303414' => { - 'Base' => { - '70009' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_list.h', - 'Line' => '166', - 'Memb' => { - '0' => { - 'name' => '_M_storage', - 'offset' => '16', - 'type' => '632114' - } - }, - 'Name' => 'struct std::_List_node >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '40', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '261862' - } - }, - 'Type' => 'Struct' - }, - '303525' => { - 'Copied' => 1, - 'Header' => 'stl_list.h', - 'Line' => '345', - 'Memb' => { - '0' => { - 'access' => 'protected', - 'name' => '_M_impl', - 'offset' => '0', - 'type' => '303539' - } - }, - 'Name' => 'std::_List_base, std::allocator > >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '261862' - }, - '1' => { - 'key' => '_Alloc', - 'type' => '302849' - } - }, - 'Type' => 'Class' - }, - '303539' => { - 'Base' => { - '303263' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_list.h', - 'Line' => '370', - 'Memb' => { - '0' => { - 'name' => '_M_node', - 'offset' => '0', - 'type' => '70197' - } - }, - 'Name' => 'struct std::_List_base, std::allocator > >::_List_impl', - 'NameSpace' => 'std::_List_base, std::allocator > >', - 'PrivateABI' => 1, - 'Protected' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '304787' => { - 'Base' => { - '303525' => { - 'access' => 'protected', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_list.h', - 'Line' => '552', - 'Name' => 'std::list, std::allocator > >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '261862' - }, - '1' => { - 'key' => '_Alloc', - 'type' => '302849' - } - }, - 'Type' => 'Class' - }, - '308078' => { - 'Base' => { - '600236' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'type' => '109028' + 'type' => '308038' } }, 'Type' => 'Class' }, - '30843960' => { + '30789133' => { 'Base' => { - '31026762' => { + '30972529' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '31206807' + 'type' => '31154777' } }, 'Type' => 'Class' }, - '30844360' => { + '30789533' => { 'Base' => { - '31027356' => { + '30973123' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator >', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '30844510' + 'type' => '30789683' } }, 'Type' => 'Class' }, - '30844510' => { + '30789683' => { 'Base' => { - '83198' => { + '87781' => { 'pos' => '0' } }, @@ -19028,66 +20973,66 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '32', - 'type' => '31037413' + 'type' => '30983180' } }, - 'Name' => 'struct std::_Rb_tree_node', + 'Name' => 'struct std::_Rb_tree_node', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '40', 'TParam' => { '0' => { 'key' => '_Val', - 'type' => '31206807' + 'type' => '31154777' } }, 'Type' => 'Struct' }, - '30844621' => { + '30789794' => { 'Header' => 'stl_function.h', 'Line' => '118', - 'Name' => 'struct std::binary_function', + 'Name' => 'struct std::binary_function', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg1', - 'type' => '31206807' + 'type' => '31154777' }, '1' => { 'key' => '_Arg2', - 'type' => '31206807' + 'type' => '31154777' }, '2' => { 'key' => '_Result', - 'type' => '638960' + 'type' => '655503' } }, 'Type' => 'Struct' }, - '30844662' => { + '30789835' => { 'Base' => { - '30844621' => { + '30789794' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '381', - 'Name' => 'struct std::less', + 'Name' => 'struct std::less', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '31206807' + 'type' => '31154777' } }, 'Type' => 'Struct' }, - '30844738' => { + '30789911' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '142', @@ -19095,22 +21040,22 @@ $VAR1 = { '0' => { 'name' => '_M_key_compare', 'offset' => '0', - 'type' => '30844662' + 'type' => '30789835' } }, - 'Name' => 'struct std::_Rb_tree_key_compare >', + 'Name' => 'struct std::_Rb_tree_key_compare >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '30844662' + 'type' => '30789835' } }, 'Type' => 'Struct' }, - '30844899' => { + '30790072' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '436', @@ -19119,66 +21064,66 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '30844913' + 'type' => '30790086' } }, - 'Name' => 'std::_Rb_tree, std::less, std::allocator >', + 'Name' => 'std::_Rb_tree, std::less, std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '31206807' + 'type' => '31154777' }, '1' => { 'key' => '_Val', - 'type' => '31206807' + 'type' => '31154777' }, '2' => { 'key' => '_KeyOfValue', - 'type' => '30958175' + 'type' => '30903348' }, '3' => { 'key' => '_Compare', - 'type' => '30844662' + 'type' => '30789835' }, '4' => { 'key' => '_Alloc', - 'type' => '30843960' + 'type' => '30789133' } }, 'Type' => 'Class' }, - '30844913' => { + '30790086' => { 'Base' => { - '30844360' => { + '30789533' => { 'pos' => '0' }, - '30844738' => { + '30789911' => { 'pos' => '1' }, - '83394' => { + '87977' => { 'pos' => '2' } }, 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '673', - 'Name' => 'struct std::_Rb_tree, std::less, std::allocator >::_Rb_tree_impl >', - 'NameSpace' => 'std::_Rb_tree, std::less, std::allocator >', + 'Name' => 'struct std::_Rb_tree, std::less, std::allocator >::_Rb_tree_impl >', + 'NameSpace' => 'std::_Rb_tree, std::less, std::allocator >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '30844662' + 'type' => '30789835' } }, 'Type' => 'Struct' }, - '30848875' => { + '30794048' => { 'Copied' => 1, 'Header' => 'stl_set.h', 'Line' => '94', @@ -19187,53 +21132,33 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '30848888' + 'type' => '30794061' } }, - 'Name' => 'std::set', + 'Name' => 'std::set', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '31206807' + 'type' => '31154777' } }, 'Type' => 'Class' }, - '30848888' => { - 'BaseType' => '30844899', + '30794061' => { + 'BaseType' => '30790072', 'Header' => 'stl_set.h', 'Line' => '132', - 'Name' => 'std::set::_Rep_type', - 'NameSpace' => 'std::set', + 'Name' => 'std::set::_Rep_type', + 'NameSpace' => 'std::set', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '48', 'Type' => 'Typedef' }, - '308492' => { - 'Base' => { - '600871' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator > >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'type' => '308643' - } - }, - 'Type' => 'Class' - }, - '30850892' => { + '30796065' => { 'Copied' => 1, 'Header' => 'unordered_map.h', 'Line' => '102', @@ -19242,91 +21167,91 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_h', 'offset' => '0', - 'type' => '30850905' + 'type' => '30796078' } }, - 'Name' => 'std::unordered_map, std::equal_to >', + 'Name' => 'std::unordered_map, std::equal_to >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '56', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_Tp', - 'type' => '673440' + 'type' => '690782' }, '2' => { 'key' => '_Hash', - 'type' => '112755' + 'type' => '117379' }, '3' => { 'key' => '_Pred', - 'type' => '314090' + 'type' => '318714' } }, 'Type' => 'Class' }, - '30850905' => { - 'BaseType' => '223828', + '30796078' => { + 'BaseType' => '228452', 'Header' => 'unordered_map.h', 'Line' => '104', - 'Name' => 'std::unordered_map, std::equal_to >::_Hashtable', - 'NameSpace' => 'std::unordered_map, std::equal_to >', + 'Name' => 'std::unordered_map, std::equal_to >::_Hashtable', + 'NameSpace' => 'std::unordered_map, std::equal_to >', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '56', 'Type' => 'Typedef' }, - '30853590' => { + '30798763' => { 'Base' => { - '31027762' => { + '30973529' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator, std::equal_to, std::allocator > > >', + 'Name' => 'std::allocator, std::equal_to, std::allocator > > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'name' => 'std::unordered_map, std::equal_to, std::allocator > >' + 'name' => 'std::unordered_map, std::equal_to, std::allocator > >' } }, 'Type' => 'Class' }, - '30853740' => { + '30798913' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits, std::equal_to, std::allocator > > > >', + 'Name' => 'struct std::allocator_traits, std::equal_to, std::allocator > > > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '30853590' + 'type' => '30798763' } }, 'Type' => 'Struct' }, - '30853754' => { - 'BaseType' => '31310793', + '30798927' => { + 'BaseType' => '31260167', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits, std::equal_to, std::allocator > > > >::pointer', - 'NameSpace' => 'std::allocator_traits, std::equal_to, std::allocator > > > >', + 'Name' => 'std::allocator_traits, std::equal_to, std::allocator > > > >::pointer', + 'NameSpace' => 'std::allocator_traits, std::equal_to, std::allocator > > > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '30854097' => { + '30799270' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -19334,26 +21259,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '30854295' + 'type' => '30799468' } }, - 'Name' => 'struct std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', + 'Name' => 'struct std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '30850892' + 'type' => '30796065' }, '1' => { 'key' => '_Alloc', - 'type' => '30853590' + 'type' => '30798763' } }, 'Type' => 'Struct' }, - '30854110' => { + '30799283' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -19361,56 +21286,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '30854283' + 'type' => '30799456' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '30854283' + 'type' => '30799456' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '30854283' + 'type' => '30799456' } }, - 'Name' => 'struct std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', + 'Name' => 'struct std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '30854283' => { - 'BaseType' => '31028430', + '30799456' => { + 'BaseType' => '30974197', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >::pointer', - 'NameSpace' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', + 'Name' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >::pointer', + 'NameSpace' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '30854295' => { + '30799468' => { 'Base' => { - '30853590' => { + '30798763' => { 'pos' => '0' }, - '30854110' => { + '30799283' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', + 'Name' => 'struct std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '30855073' => { + '30800246' => { 'Base' => { - '30854097' => { + '30799270' => { 'access' => 'protected', 'pos' => '0' } @@ -19418,21 +21343,49 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector, std::equal_to > >', + 'Name' => 'std::vector, std::equal_to > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '30850892' + 'type' => '30796065' } }, 'Type' => 'Class' }, - '30858799' => { + '308038' => { + 'Base' => { + '70097' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_list.h', + 'Line' => '166', + 'Memb' => { + '0' => { + 'name' => '_M_storage', + 'offset' => '16', + 'type' => '648607' + } + }, + 'Name' => 'struct std::_List_node >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '40', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '266486' + } + }, + 'Type' => 'Struct' + }, + '30803972' => { 'Base' => { - '31028521' => { + '30974288' => { 'pos' => '0' } }, @@ -19445,12 +21398,12 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '28794890' + 'type' => '28730460' } }, 'Type' => 'Class' }, - '30858949' => { + '30804122' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', @@ -19461,13 +21414,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '30858799' + 'type' => '30803972' } }, 'Type' => 'Struct' }, - '30858963' => { - 'BaseType' => '31311848', + '30804136' => { + 'BaseType' => '31261222', 'Header' => 'alloc_traits.h', 'Line' => '400', 'Name' => 'std::allocator_traits, void>*> >::pointer', @@ -19476,7 +21429,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '30859306' => { + '30804479' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -19484,7 +21437,7 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '30859504' + 'type' => '30804677' } }, 'Name' => 'struct std::_Vector_base, void>*, std::allocator, void>*> >', @@ -19494,16 +21447,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '28794890' + 'type' => '28730460' }, '1' => { 'key' => '_Alloc', - 'type' => '30858799' + 'type' => '30803972' } }, 'Type' => 'Struct' }, - '30859319' => { + '30804492' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -19511,17 +21464,17 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '30859492' + 'type' => '30804665' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '30859492' + 'type' => '30804665' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '30859492' + 'type' => '30804665' } }, 'Name' => 'struct std::_Vector_base, void>*, std::allocator, void>*> >::_Vector_impl_data', @@ -19530,8 +21483,8 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '30859492' => { - 'BaseType' => '31029189', + '30804665' => { + 'BaseType' => '30974956', 'Header' => 'stl_vector.h', 'Line' => '86', 'Name' => 'std::_Vector_base, void>*, std::allocator, void>*> >::pointer', @@ -19540,12 +21493,12 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '30859504' => { + '30804677' => { 'Base' => { - '30858799' => { + '30803972' => { 'pos' => '0' }, - '30859319' => { + '30804492' => { 'pos' => '1' } }, @@ -19558,9 +21511,9 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '30860282' => { + '30805455' => { 'Base' => { - '30859306' => { + '30804479' => { 'access' => 'protected', 'pos' => '0' } @@ -19575,40 +21528,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '28794890' + 'type' => '28730460' } }, 'Type' => 'Class' }, - '308643' => { - 'Base' => { - '70009' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_list.h', - 'Line' => '166', - 'Memb' => { - '0' => { - 'name' => '_M_storage', - 'offset' => '16', - 'type' => '632337' - } - }, - 'Name' => 'struct std::_List_node >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '40', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '109028' - } - }, - 'Type' => 'Struct' - }, - '308754' => { + '308149' => { 'Copied' => 1, 'Header' => 'stl_list.h', 'Line' => '345', @@ -19617,28 +21542,28 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '308768' + 'type' => '308163' } }, - 'Name' => 'std::_List_base, std::allocator > >', + 'Name' => 'std::_List_base, std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '109028' + 'type' => '266486' }, '1' => { 'key' => '_Alloc', - 'type' => '308078' + 'type' => '307473' } }, 'Type' => 'Class' }, - '308768' => { + '308163' => { 'Base' => { - '308492' => { + '307887' => { 'pos' => '0' } }, @@ -19649,17 +21574,17 @@ $VAR1 = { '0' => { 'name' => '_M_node', 'offset' => '0', - 'type' => '70197' + 'type' => '70285' } }, - 'Name' => 'struct std::_List_base, std::allocator > >::_List_impl', - 'NameSpace' => 'std::_List_base, std::allocator > >', + 'Name' => 'struct std::_List_base, std::allocator > >::_List_impl', + 'NameSpace' => 'std::_List_base, std::allocator > >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '16', 'Type' => 'Struct' }, - '30892589' => { + '30837762' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '142', @@ -19667,7 +21592,7 @@ $VAR1 = { '0' => { 'name' => '_M_key_compare', 'offset' => '0', - 'type' => '28359683' + 'type' => '28291452' } }, 'Name' => 'struct std::_Rb_tree_key_compare >', @@ -19677,18 +21602,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '28359683' + 'type' => '28291452' } }, 'Type' => 'Struct' }, - '309' => { - 'BaseType' => '301', - 'Name' => 'char const', - 'Size' => '1', - 'Type' => 'Const' - }, - '30900090' => { + '30845263' => { 'Copied' => 1, 'Header' => 'stl_set.h', 'Line' => '94', @@ -19697,7 +21616,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '30900103' + 'type' => '30845276' } }, 'Name' => 'std::set', @@ -19712,8 +21631,8 @@ $VAR1 = { }, 'Type' => 'Class' }, - '30900103' => { - 'BaseType' => '30902400', + '30845276' => { + 'BaseType' => '30847573', 'Header' => 'stl_set.h', 'Line' => '132', 'Name' => 'std::set::_Rep_type', @@ -19723,9 +21642,9 @@ $VAR1 = { 'Size' => '48', 'Type' => 'Typedef' }, - '30902102' => { + '30847275' => { 'Base' => { - '31034728' => { + '30980495' => { 'pos' => '0' } }, @@ -19738,14 +21657,14 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '30902289' + 'type' => '30847462' } }, 'Type' => 'Class' }, - '30902289' => { + '30847462' => { 'Base' => { - '83198' => { + '87781' => { 'pos' => '0' } }, @@ -19756,7 +21675,7 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '32', - 'type' => '31035852' + 'type' => '30981619' } }, 'Name' => 'struct std::_Rb_tree_node', @@ -19771,7 +21690,7 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '30902400' => { + '30847573' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '436', @@ -19780,7 +21699,7 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '30902414' + 'type' => '30847587' } }, 'Name' => 'std::_Rb_tree, std::less, std::allocator >', @@ -19798,28 +21717,28 @@ $VAR1 = { }, '2' => { 'key' => '_KeyOfValue', - 'type' => '30931751' + 'type' => '30876924' }, '3' => { 'key' => '_Compare', - 'type' => '28359683' + 'type' => '28291452' }, '4' => { 'key' => '_Alloc', - 'type' => '94652' + 'type' => '99276' } }, 'Type' => 'Class' }, - '30902414' => { + '30847587' => { 'Base' => { - '30892589' => { + '30837762' => { 'pos' => '1' }, - '30902102' => { + '30847275' => { 'pos' => '0' }, - '83394' => { + '87977' => { 'pos' => '2' } }, @@ -19834,12 +21753,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '28359683' + 'type' => '28291452' } }, 'Type' => 'Struct' }, - '30931719' => { + '30876892' => { 'Header' => 'stl_function.h', 'Line' => '105', 'Name' => 'struct std::unary_function', @@ -19858,9 +21777,9 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '30931751' => { + '30876924' => { 'Base' => { - '30931719' => { + '30876892' => { 'pos' => '0' } }, @@ -19879,67 +21798,73 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '30931969' => { + '30877142' => { 'Header' => 'stl_function.h', 'Line' => '105', - 'Name' => 'struct std::unary_function', + 'Name' => 'struct std::unary_function', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg', - 'type' => '804903' + 'type' => '820937' }, '1' => { 'key' => '_Result', - 'type' => '804903' + 'type' => '820937' } }, 'Type' => 'Struct' }, - '30932395' => { + '30877568' => { 'Header' => 'stl_function.h', 'Line' => '105', - 'Name' => 'struct std::unary_function', + 'Name' => 'struct std::unary_function', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg', - 'type' => '805035' + 'type' => '821069' }, '1' => { 'key' => '_Result', - 'type' => '805035' + 'type' => '821069' } }, 'Type' => 'Struct' }, - '30958175' => { + '309' => { + 'BaseType' => '301', + 'Name' => 'char const', + 'Size' => '1', + 'Type' => 'Const' + }, + '30903348' => { 'Base' => { - '38544292' => { + '38552987' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '1131', - 'Name' => 'struct std::_Identity', + 'Name' => 'struct std::_Identity', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '31206807' + 'type' => '31154777' } }, 'Type' => 'Struct' }, - '310016' => { + '309411' => { 'Base' => { - '308754' => { + '308149' => { 'access' => 'protected', 'pos' => '0' } @@ -19947,102 +21872,102 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_list.h', 'Line' => '552', - 'Name' => 'std::list, std::allocator > >', + 'Name' => 'std::list, std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '109028' + 'type' => '266486' }, '1' => { 'key' => '_Alloc', - 'type' => '308078' + 'type' => '307473' } }, 'Type' => 'Class' }, - '31026762' => { + '30972529' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '31206807' + 'type' => '31154777' } }, 'Type' => 'Class' }, - '31027356' => { + '30973123' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '30844510' + 'type' => '30789683' } }, 'Type' => 'Class' }, - '31027762' => { + '30973529' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator, std::equal_to > >', + 'Name' => '__gnu_cxx::new_allocator, std::equal_to > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '30850892' + 'type' => '30796065' } }, 'Type' => 'Class' }, - '31028229' => { + '30973996' => { 'Base' => { - '30853740' => { + '30798913' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits, std::equal_to, std::allocator > > > >', + 'Name' => 'struct __gnu_cxx::__alloc_traits, std::equal_to, std::allocator > > > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '30853590' + 'type' => '30798763' } }, 'Type' => 'Struct' }, - '31028430' => { - 'BaseType' => '30853754', + '30974197' => { + 'BaseType' => '30798927', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits, std::equal_to, std::allocator > > > >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits, std::equal_to, std::allocator > > > >', + 'Name' => '__gnu_cxx::__alloc_traits, std::equal_to, std::allocator > > > >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits, std::equal_to, std::allocator > > > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '31028521' => { + '30974288' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -20053,14 +21978,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '28794890' + 'type' => '28730460' } }, 'Type' => 'Class' }, - '31028988' => { + '30974755' => { 'Base' => { - '30858949' => { + '30804122' => { 'pos' => '0' } }, @@ -20074,13 +21999,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '30858799' + 'type' => '30803972' } }, 'Type' => 'Struct' }, - '31029189' => { - 'BaseType' => '30858963', + '30974956' => { + 'BaseType' => '30804136', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits, void>*> >::pointer', @@ -20089,7 +22014,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '31034728' => { + '30980495' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -20100,12 +22025,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '30902289' + 'type' => '30847462' } }, 'Type' => 'Class' }, - '31035852' => { + '30981619' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -20113,7 +22038,7 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '848766' + 'type' => '867859' } }, 'Name' => 'struct __gnu_cxx::__aligned_membuf', @@ -20128,7 +22053,7 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '31037413' => { + '30983180' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -20136,25 +22061,25 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '647297' + 'type' => '663840' } }, - 'Name' => 'struct __gnu_cxx::__aligned_membuf', + 'Name' => 'struct __gnu_cxx::__aligned_membuf', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '8', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '31206807' + 'type' => '31154777' } }, 'Type' => 'Struct' }, - '31206807' => { + '31154777' => { 'Copied' => 1, 'Header' => 'oslexec_pvt.h', - 'Line' => '2696', + 'Line' => '2749', 'Memb' => { '0' => { 'name' => 'bblockid', @@ -20167,57 +22092,202 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::OSOProcessorBase::CallLayerKey', - 'NameSpace' => 'OSL_v1_13_4::pvt::OSOProcessorBase', + 'Name' => 'struct OSL_v1_13_5::pvt::OSOProcessorBase::CallLayerKey', + 'NameSpace' => 'OSL_v1_13_5::pvt::OSOProcessorBase', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '8', 'Type' => 'Struct' }, - '31208377' => { - 'BaseType' => '28683685', + '31156273' => { + 'BaseType' => '28616240', 'Header' => 'runtimeoptimize.h', 'Line' => '25', - 'Name' => 'OSL_v1_13_4::pvt::FastIntMap', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::FastIntMap', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Typedef' }, - '31310793' => { - 'BaseType' => '30850892', - 'Name' => 'std::unordered_map, std::equal_to >*', + '31260167' => { + 'BaseType' => '30796065', + 'Name' => 'std::unordered_map, std::equal_to >*', 'Size' => '8', 'Type' => 'Pointer' }, - '31311848' => { - 'BaseType' => '28794890', + '31261222' => { + 'BaseType' => '28730460', 'Name' => 'boost::container::flat_map, void>**', 'Size' => '8', 'Type' => 'Pointer' }, - '314090' => { + '312702' => { + 'Base' => { + '616033' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'type' => '113652' + } + }, + 'Type' => 'Class' + }, + '313116' => { + 'Base' => { + '616668' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator > >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'type' => '313267' + } + }, + 'Type' => 'Class' + }, + '313267' => { + 'Base' => { + '70097' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_list.h', + 'Line' => '166', + 'Memb' => { + '0' => { + 'name' => '_M_storage', + 'offset' => '16', + 'type' => '648830' + } + }, + 'Name' => 'struct std::_List_node >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '40', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '113652' + } + }, + 'Type' => 'Struct' + }, + '313378' => { + 'Copied' => 1, + 'Header' => 'stl_list.h', + 'Line' => '345', + 'Memb' => { + '0' => { + 'access' => 'protected', + 'name' => '_M_impl', + 'offset' => '0', + 'type' => '313392' + } + }, + 'Name' => 'std::_List_base, std::allocator > >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '113652' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '312702' + } + }, + 'Type' => 'Class' + }, + '313392' => { + 'Base' => { + '313116' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_list.h', + 'Line' => '370', + 'Memb' => { + '0' => { + 'name' => '_M_node', + 'offset' => '0', + 'type' => '70285' + } + }, + 'Name' => 'struct std::_List_base, std::allocator > >::_List_impl', + 'NameSpace' => 'std::_List_base, std::allocator > >', + 'PrivateABI' => 1, + 'Protected' => 1, + 'Size' => '16', + 'Type' => 'Struct' + }, + '314640' => { + 'Base' => { + '313378' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_list.h', + 'Line' => '552', + 'Name' => 'std::list, std::allocator > >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '113652' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '312702' + } + }, + 'Type' => 'Class' + }, + '318714' => { 'Base' => { - '273085' => { + '277709' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '351', - 'Name' => 'struct std::equal_to', + 'Name' => 'struct std::equal_to', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '673440' + 'type' => '690782' } }, 'Type' => 'Struct' }, - '318385' => { + '323009' => { 'Copied' => 1, 'Header' => 'unordered_map.h', 'Line' => '102', @@ -20226,45 +22296,45 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_h', 'offset' => '0', - 'type' => '318398' + 'type' => '323022' } }, - 'Name' => 'std::unordered_map, std::equal_to >', + 'Name' => 'std::unordered_map, std::equal_to >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '56', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_Tp', - 'type' => '804535' + 'type' => '820569' }, '2' => { 'key' => '_Hash', - 'type' => '112755' + 'type' => '117379' }, '3' => { 'key' => '_Pred', - 'type' => '314090' + 'type' => '318714' } }, 'Type' => 'Class' }, - '318398' => { - 'BaseType' => '223828', + '323022' => { + 'BaseType' => '228452', 'Header' => 'unordered_map.h', 'Line' => '104', - 'Name' => 'std::unordered_map, std::equal_to >::_Hashtable', - 'NameSpace' => 'std::unordered_map, std::equal_to >', + 'Name' => 'std::unordered_map, std::equal_to >::_Hashtable', + 'NameSpace' => 'std::unordered_map, std::equal_to >', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '56', 'Type' => 'Typedef' }, - '321097' => { + '325721' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', @@ -20280,7 +22350,7 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '321111' => { + '325735' => { 'BaseType' => '290', 'Header' => 'alloc_traits.h', 'Line' => '400', @@ -20290,7 +22360,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '321474' => { + '326098' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -20298,7 +22368,7 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '321673' + 'type' => '326297' } }, 'Name' => 'struct std::_Vector_base >', @@ -20317,7 +22387,7 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '321487' => { + '326111' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -20325,17 +22395,17 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '321661' + 'type' => '326285' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '321661' + 'type' => '326285' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '321661' + 'type' => '326285' } }, 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', @@ -20344,8 +22414,8 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '321661' => { - 'BaseType' => '602765', + '326285' => { + 'BaseType' => '618562', 'Header' => 'stl_vector.h', 'Line' => '86', 'Name' => 'std::_Vector_base >::pointer', @@ -20354,9 +22424,9 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '321673' => { + '326297' => { 'Base' => { - '321487' => { + '326111' => { 'pos' => '1' }, '7398' => { @@ -20372,9 +22442,9 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '322451' => { + '327075' => { 'Base' => { - '321474' => { + '326098' => { 'access' => 'protected', 'pos' => '0' } @@ -20394,53 +22464,53 @@ $VAR1 = { }, 'Type' => 'Class' }, - '325727' => { + '330351' => { 'Base' => { - '603426' => { + '619223' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '820223' + 'type' => '838558' } }, 'Type' => 'Class' }, - '325878' => { + '330502' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '325727' + 'type' => '330351' } }, 'Type' => 'Struct' }, - '325892' => { - 'BaseType' => '1074826', + '330516' => { + 'BaseType' => '1094324', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '326292' => { + '330916' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -20448,26 +22518,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '326491' + 'type' => '331115' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '820223' + 'type' => '838558' }, '1' => { 'key' => '_Alloc', - 'type' => '325727' + 'type' => '330351' } }, 'Type' => 'Struct' }, - '326305' => { + '330929' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -20475,56 +22545,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '326479' + 'type' => '331103' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '326479' + 'type' => '331103' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '326479' + 'type' => '331103' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '326479' => { - 'BaseType' => '604155', + '331103' => { + 'BaseType' => '619952', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '326491' => { + '331115' => { 'Base' => { - '325727' => { + '330351' => { 'pos' => '0' }, - '326305' => { + '330929' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '327269' => { + '331893' => { 'Base' => { - '326292' => { + '330916' => { 'access' => 'protected', 'pos' => '0' } @@ -20532,86 +22602,152 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '820223' + 'type' => '838558' } }, 'Type' => 'Class' }, - '330852' => { + '33198662' => { + 'Header' => 'lpexp.h', + 'Line' => '37', + 'Memb' => { + '0' => { + 'name' => '_vptr', + 'offset' => '0', + 'type' => '1127558' + } + }, + 'Name' => 'OSL_v1_13_5::lpexp::LPexp', + 'NameSpace' => 'OSL_v1_13_5::lpexp', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Class' + }, + '33200624' => { + 'Header' => 'lpexp.h', + 'Line' => '167', + 'Memb' => { + '0' => { + 'name' => '_vptr', + 'offset' => '0', + 'type' => '1127558' + }, + '1' => { + 'access' => 'protected', + 'name' => 'm_child', + 'offset' => '8', + 'type' => '33266207' + }, + '2' => { + 'access' => 'protected', + 'name' => 'm_rule', + 'offset' => '16', + 'type' => '258' + } + }, + 'Name' => 'OSL_v1_13_5::lpexp::Rule', + 'NameSpace' => 'OSL_v1_13_5::lpexp', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Class' + }, + '33266207' => { + 'BaseType' => '33198662', + 'Name' => 'OSL_v1_13_5::lpexp::LPexp*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '33267596' => { + 'BaseType' => '33200624', + 'Name' => 'OSL_v1_13_5::lpexp::Rule*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '33538390' => { + 'BaseType' => '3933985', + 'Header' => 'automata.h', + 'Line' => '28', + 'Name' => 'OSL_v1_13_5::SymbolToInt', + 'NameSpace' => 'OSL_v1_13_5', + 'PrivateABI' => 1, + 'Size' => '56', + 'Type' => 'Typedef' + }, + '335476' => { 'Base' => { - '336747' => { + '341371' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'shared_ptr.h', 'Line' => '531', - 'Name' => 'std::weak_ptr', + 'Name' => 'std::weak_ptr', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '825045' + 'type' => '843705' } }, 'Type' => 'Class' }, - '331167' => { + '335791' => { 'Base' => { - '605428' => { + '621225' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator >', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '330852' + 'type' => '335476' } }, 'Type' => 'Class' }, - '331318' => { + '335942' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits > >', + 'Name' => 'struct std::allocator_traits > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '331167' + 'type' => '335791' } }, 'Type' => 'Struct' }, - '331332' => { - 'BaseType' => '1080607', + '335956' => { + 'BaseType' => '1100257', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits > >::pointer', - 'NameSpace' => 'std::allocator_traits > >', + 'Name' => 'std::allocator_traits > >::pointer', + 'NameSpace' => 'std::allocator_traits > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '331675' => { + '336299' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -20619,26 +22755,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '331874' + 'type' => '336498' } }, - 'Name' => 'struct std::_Vector_base, std::allocator > >', + 'Name' => 'struct std::_Vector_base, std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '330852' + 'type' => '335476' }, '1' => { 'key' => '_Alloc', - 'type' => '331167' + 'type' => '335791' } }, 'Type' => 'Struct' }, - '331688' => { + '336312' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -20646,100 +22782,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '331862' + 'type' => '336486' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '331862' + 'type' => '336486' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '331862' + 'type' => '336486' } }, - 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '331862' => { - 'BaseType' => '606096', + '336486' => { + 'BaseType' => '621893', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base, std::allocator > >::pointer', - 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'Name' => 'std::_Vector_base, std::allocator > >::pointer', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '331874' => { + '336498' => { 'Base' => { - '331167' => { + '335791' => { 'pos' => '0' }, - '331688' => { + '336312' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '33246393' => { - 'Header' => 'lpexp.h', - 'Line' => '37', - 'Memb' => { - '0' => { - 'name' => '_vptr', - 'offset' => '0', - 'type' => '1106924' - } - }, - 'Name' => 'OSL_v1_13_4::lpexp::LPexp', - 'NameSpace' => 'OSL_v1_13_4::lpexp', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Class' - }, - '33248355' => { - 'Header' => 'lpexp.h', - 'Line' => '167', - 'Memb' => { - '0' => { - 'name' => '_vptr', - 'offset' => '0', - 'type' => '1106924' - }, - '1' => { - 'access' => 'protected', - 'name' => 'm_child', - 'offset' => '8', - 'type' => '33313694' - }, - '2' => { - 'access' => 'protected', - 'name' => 'm_rule', - 'offset' => '16', - 'type' => '258' - } - }, - 'Name' => 'OSL_v1_13_4::lpexp::Rule', - 'NameSpace' => 'OSL_v1_13_4::lpexp', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Class' - }, - '332652' => { + '337276' => { 'Base' => { - '331675' => { + '336299' => { 'access' => 'protected', 'pos' => '0' } @@ -20747,98 +22839,67 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector >', + 'Name' => 'std::vector >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '330852' + 'type' => '335476' } }, 'Type' => 'Class' }, - '33313694' => { - 'BaseType' => '33246393', - 'Name' => 'OSL_v1_13_4::lpexp::LPexp*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '33315083' => { - 'BaseType' => '33248355', - 'Name' => 'OSL_v1_13_4::lpexp::Rule*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '3347269' => { - 'Copied' => 1, - 'Header' => 'oslclosure.h', - 'Line' => '20', - 'Name' => 'OSL_v1_13_4::Labels', - 'NameSpace' => 'OSL_v1_13_4', - 'Size' => '1', - 'Type' => 'Class' - }, - '33585869' => { - 'BaseType' => '3807327', - 'Header' => 'automata.h', - 'Line' => '28', - 'Name' => 'OSL_v1_13_4::SymbolToInt', - 'NameSpace' => 'OSL_v1_13_4', - 'PrivateABI' => 1, - 'Size' => '56', - 'Type' => 'Typedef' - }, - '335880' => { + '340504' => { 'Copied' => 1, 'Header' => 'shared_ptr_base.h', 'Line' => '999', - 'Name' => 'std::__shared_ptr_access', + 'Name' => 'std::__shared_ptr_access', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '825045' + 'type' => '843705' }, '1' => { 'key' => '_Lp', - 'type' => '565028', + 'type' => '580825', 'val' => '2' } }, 'Type' => 'Class' }, - '336028' => { + '340652' => { 'Header' => 'type_traits', 'Line' => '1835', - 'Name' => 'struct std::remove_extent', + 'Name' => 'struct std::remove_extent', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '825045' + 'type' => '843705' } }, 'Type' => 'Struct' }, - '336042' => { - 'BaseType' => '825045', + '340666' => { + 'BaseType' => '843705', 'Header' => 'type_traits', 'Line' => '1836', - 'Name' => 'std::remove_extent::type', - 'NameSpace' => 'std::remove_extent', + 'Name' => 'std::remove_extent::type', + 'NameSpace' => 'std::remove_extent', 'PrivateABI' => 1, 'Size' => '664', 'Type' => 'Typedef' }, - '336065' => { + '340689' => { 'Base' => { - '335880' => { + '340504' => { 'pos' => '0' } }, @@ -20850,43 +22911,43 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_ptr', 'offset' => '0', - 'type' => '1080919' + 'type' => '1100569' }, '1' => { 'access' => 'private', 'name' => '_M_refcount', 'offset' => '8', - 'type' => '161852' + 'type' => '166476' } }, - 'Name' => 'std::__shared_ptr', + 'Name' => 'std::__shared_ptr', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '825045' + 'type' => '843705' }, '1' => { 'key' => '_Lp', - 'type' => '565028', + 'type' => '580825', 'val' => '2' } }, 'Type' => 'Class' }, - '336352' => { - 'BaseType' => '336042', + '340976' => { + 'BaseType' => '340666', 'Header' => 'shared_ptr_base.h', 'Line' => '1084', - 'Name' => 'std::__shared_ptr::element_type', - 'NameSpace' => 'std::__shared_ptr', + 'Name' => 'std::__shared_ptr::element_type', + 'NameSpace' => 'std::__shared_ptr', 'PrivateABI' => 1, 'Size' => '664', 'Type' => 'Typedef' }, - '336747' => { + '341371' => { 'Copied' => 1, 'Header' => 'shared_ptr_base.h', 'Line' => '1577', @@ -20895,45 +22956,45 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_ptr', 'offset' => '0', - 'type' => '1099824' + 'type' => '1120017' }, '1' => { 'access' => 'private', 'name' => '_M_refcount', 'offset' => '8', - 'type' => '162574' + 'type' => '167198' } }, - 'Name' => 'std::__weak_ptr', + 'Name' => 'std::__weak_ptr', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '825045' + 'type' => '843705' }, '1' => { 'key' => '_Lp', - 'type' => '565028', + 'type' => '580825', 'val' => '2' } }, 'Type' => 'Class' }, - '337160' => { - 'BaseType' => '336042', + '341784' => { + 'BaseType' => '340666', 'Header' => 'shared_ptr_base.h', 'Line' => '1588', - 'Name' => 'std::__weak_ptr::element_type', - 'NameSpace' => 'std::__weak_ptr', + 'Name' => 'std::__weak_ptr::element_type', + 'NameSpace' => 'std::__weak_ptr', 'PrivateABI' => 1, 'Size' => '664', 'Type' => 'Typedef' }, - '337271' => { + '341895' => { 'Base' => { - '491260' => { + '503277' => { 'access' => 'private', 'pos' => '0' } @@ -20945,213 +23006,97 @@ $VAR1 = { '0' => { 'name' => 'first', 'offset' => '0', - 'type' => '677330' + 'type' => '694624' }, '1' => { 'name' => 'second', 'offset' => '8', - 'type' => '555340' + 'type' => '571074' } }, - 'Name' => 'struct std::pair', + 'Name' => 'struct std::pair', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_T1', - 'type' => '677330' + 'type' => '694624' }, '1' => { 'key' => '_T2', - 'type' => '555340' + 'type' => '571074' } }, 'Type' => 'Struct' }, - '337715' => { - 'Base' => { - '607327' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'type' => '337271' - } - }, - 'Type' => 'Class' - }, - '338116' => { + '342339' => { 'Base' => { - '607921' => { + '623124' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator > >', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '338267' - } - }, - 'Type' => 'Class' - }, - '338267' => { - 'Base' => { - '83198' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_tree.h', - 'Line' => '216', - 'Memb' => { - '0' => { - 'name' => '_M_storage', - 'offset' => '32', - 'type' => '630776' - } - }, - 'Name' => 'struct std::_Rb_tree_node >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '48', - 'TParam' => { - '0' => { - 'key' => '_Val', - 'type' => '337271' - } - }, - 'Type' => 'Struct' - }, - '338378' => { - 'Copied' => 1, - 'Header' => 'stl_tree.h', - 'Line' => '436', - 'Memb' => { - '0' => { - 'access' => 'protected', - 'name' => '_M_impl', - 'offset' => '0', - 'type' => '338392' - } - }, - 'Name' => 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '48', - 'TParam' => { - '0' => { - 'key' => '_Key', - 'type' => '673440' - }, - '1' => { - 'key' => '_Val', - 'type' => '337271' - }, - '2' => { - 'key' => '_KeyOfValue', - 'type' => '515338' - }, - '3' => { - 'key' => '_Compare', - 'type' => '273126' - }, - '4' => { - 'key' => '_Alloc', - 'type' => '337715' + 'type' => '341895' } }, 'Type' => 'Class' }, - '338392' => { - 'Base' => { - '273202' => { - 'pos' => '1' - }, - '338116' => { - 'pos' => '0' - }, - '83394' => { - 'pos' => '2' - } - }, - 'Copied' => 1, - 'Header' => 'stl_tree.h', - 'Line' => '673', - 'Name' => 'struct std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_Rb_tree_impl >', - 'NameSpace' => 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >', - 'PrivateABI' => 1, - 'Protected' => 1, - 'Size' => '48', - 'TParam' => { - '0' => { - 'key' => '_Key_compare', - 'type' => '273126' - } - }, - 'Type' => 'Struct' - }, - '34290161' => { + '34242950' => { 'Base' => { - '34386600' => { + '34339389' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '34509729' + 'type' => '34462770' } }, 'Type' => 'Class' }, - '34290312' => { + '34243101' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '34290161' + 'type' => '34242950' } }, 'Type' => 'Struct' }, - '34290326' => { - 'BaseType' => '34509774', + '34243115' => { + 'BaseType' => '34462815', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '34290689' => { + '34243478' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -21159,26 +23104,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '34290888' + 'type' => '34243677' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '34509729' + 'type' => '34462770' }, '1' => { 'key' => '_Alloc', - 'type' => '34290161' + 'type' => '34242950' } }, 'Type' => 'Struct' }, - '34290702' => { + '34243491' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -21186,56 +23131,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '34290876' + 'type' => '34243665' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '34290876' + 'type' => '34243665' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '34290876' + 'type' => '34243665' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '34290876' => { - 'BaseType' => '34387288', + '34243665' => { + 'BaseType' => '34340077', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '34290888' => { + '34243677' => { 'Base' => { - '34290161' => { + '34242950' => { 'pos' => '0' }, - '34290702' => { + '34243491' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '34291666' => { + '34244455' => { 'Base' => { - '34290689' => { + '34243478' => { 'access' => 'protected', 'pos' => '0' } @@ -21243,65 +23188,65 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '34509729' + 'type' => '34462770' } }, 'Type' => 'Class' }, - '34310598' => { + '34263387' => { 'Base' => { - '34389600' => { + '34342389' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '34413032' + 'type' => '34365829' } }, 'Type' => 'Class' }, - '34310749' => { + '34263538' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '34310598' + 'type' => '34263387' } }, 'Type' => 'Struct' }, - '34310763' => { - 'BaseType' => '34510526', + '34263552' => { + 'BaseType' => '34463567', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '34311106' => { + '34263895' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -21309,26 +23254,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '34311305' + 'type' => '34264094' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '34413032' + 'type' => '34365829' }, '1' => { 'key' => '_Alloc', - 'type' => '34310598' + 'type' => '34263387' } }, 'Type' => 'Struct' }, - '34311119' => { + '34263908' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -21336,56 +23281,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '34311293' + 'type' => '34264082' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '34311293' + 'type' => '34264082' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '34311293' + 'type' => '34264082' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '34311293' => { - 'BaseType' => '34390268', + '34264082' => { + 'BaseType' => '34343057', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '34311305' => { + '34264094' => { 'Base' => { - '34310598' => { + '34263387' => { 'pos' => '0' }, - '34311119' => { + '34263908' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '34312055' => { + '34264844' => { 'Base' => { - '34311106' => { + '34263895' => { 'access' => 'protected', 'pos' => '0' } @@ -21393,65 +23338,65 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '34413032' + 'type' => '34365829' } }, 'Type' => 'Class' }, - '34315179' => { + '34267968' => { 'Base' => { - '34390943' => { + '34343732' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '34412946' + 'type' => '34365743' } }, 'Type' => 'Class' }, - '34315330' => { + '34268119' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '34315179' + 'type' => '34267968' } }, 'Type' => 'Struct' }, - '34315344' => { - 'BaseType' => '34510777', + '34268133' => { + 'BaseType' => '34463818', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '34315593' => { + '34268382' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -21459,26 +23404,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '34315792' + 'type' => '34268581' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '34412946' + 'type' => '34365743' }, '1' => { 'key' => '_Alloc', - 'type' => '34315179' + 'type' => '34267968' } }, 'Type' => 'Struct' }, - '34315606' => { + '34268395' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -21486,56 +23431,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '34315780' + 'type' => '34268569' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '34315780' + 'type' => '34268569' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '34315780' + 'type' => '34268569' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '34315780' => { - 'BaseType' => '34391509', + '34268569' => { + 'BaseType' => '34344298', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '34315792' => { + '34268581' => { 'Base' => { - '34315179' => { + '34267968' => { 'pos' => '0' }, - '34315606' => { + '34268395' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '34316542' => { + '34269331' => { 'Base' => { - '34315593' => { + '34268382' => { 'access' => 'protected', 'pos' => '0' } @@ -21543,199 +23488,276 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '34412946' + 'type' => '34365743' } }, 'Type' => 'Class' }, - '343386' => { + '342740' => { + 'Base' => { + '623718' => { + 'pos' => '0' + } + }, 'Copied' => 1, - 'Header' => 'stl_map.h', - 'Line' => '100', + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator > >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'type' => '342891' + } + }, + 'Type' => 'Class' + }, + '342891' => { + 'Base' => { + '87781' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_tree.h', + 'Line' => '216', 'Memb' => { '0' => { - 'access' => 'private', - 'name' => '_M_t', + 'name' => '_M_storage', + 'offset' => '32', + 'type' => '647269' + } + }, + 'Name' => 'struct std::_Rb_tree_node >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '48', + 'TParam' => { + '0' => { + 'key' => '_Val', + 'type' => '341895' + } + }, + 'Type' => 'Struct' + }, + '343002' => { + 'Copied' => 1, + 'Header' => 'stl_tree.h', + 'Line' => '436', + 'Memb' => { + '0' => { + 'access' => 'protected', + 'name' => '_M_impl', 'offset' => '0', - 'type' => '343399' + 'type' => '343016' } }, - 'Name' => 'std::map', + 'Name' => 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '673440' + 'type' => '690782' }, '1' => { - 'key' => '_Tp', - 'type' => '555340' + 'key' => '_Val', + 'type' => '341895' + }, + '2' => { + 'key' => '_KeyOfValue', + 'type' => '530117' + }, + '3' => { + 'key' => '_Compare', + 'type' => '277750' + }, + '4' => { + 'key' => '_Alloc', + 'type' => '342339' } }, 'Type' => 'Class' }, - '343399' => { - 'BaseType' => '338378', - 'Header' => 'stl_map.h', - 'Line' => '148', - 'Name' => 'std::map::_Rep_type', - 'NameSpace' => 'std::map', - 'Private' => 1, + '343016' => { + 'Base' => { + '277826' => { + 'pos' => '1' + }, + '342740' => { + 'pos' => '0' + }, + '87977' => { + 'pos' => '2' + } + }, + 'Copied' => 1, + 'Header' => 'stl_tree.h', + 'Line' => '673', + 'Name' => 'struct std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_Rb_tree_impl >', + 'NameSpace' => 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >', 'PrivateABI' => 1, + 'Protected' => 1, 'Size' => '48', - 'Type' => 'Typedef' + 'TParam' => { + '0' => { + 'key' => '_Key_compare', + 'type' => '277750' + } + }, + 'Type' => 'Struct' }, - '34386600' => { + '34339389' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '34509729' + 'type' => '34462770' } }, 'Type' => 'Class' }, - '34387087' => { + '34339876' => { 'Base' => { - '34290312' => { + '34243101' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '34290161' + 'type' => '34242950' } }, 'Type' => 'Struct' }, - '34387288' => { - 'BaseType' => '34290326', + '34340077' => { + 'BaseType' => '34243115', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '34389600' => { + '34342389' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '34413032' + 'type' => '34365829' } }, 'Type' => 'Class' }, - '34390067' => { + '34342856' => { 'Base' => { - '34310749' => { + '34263538' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '34310598' + 'type' => '34263387' } }, 'Type' => 'Struct' }, - '34390268' => { - 'BaseType' => '34310763', + '34343057' => { + 'BaseType' => '34263552', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '34390943' => { + '34343732' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '34412946' + 'type' => '34365743' } }, 'Type' => 'Class' }, - '34391308' => { + '34344097' => { 'Base' => { - '34315330' => { + '34268119' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '34315179' + 'type' => '34267968' } }, 'Type' => 'Struct' }, - '34391509' => { - 'BaseType' => '34315344', + '34344298' => { + 'BaseType' => '34268133', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '34411941' => { + '34364738' => { 'Header' => 'automata.h', 'Line' => '192', 'Memb' => { @@ -21743,16 +23765,16 @@ $VAR1 = { 'access' => 'protected', 'name' => 'm_states', 'offset' => '0', - 'type' => '34291666' + 'type' => '34244455' } }, - 'Name' => 'OSL_v1_13_4::DfAutomata', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::DfAutomata', + 'NameSpace' => 'OSL_v1_13_5', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Class' }, - '34411954' => { + '34364751' => { 'Header' => 'automata.h', 'Line' => '197', 'Memb' => { @@ -21766,7 +23788,7 @@ $VAR1 = { 'access' => 'protected', 'name' => 'm_symbol_trans', 'offset' => '8', - 'type' => '33585869' + 'type' => '33538390' }, '2' => { 'access' => 'protected', @@ -21778,32 +23800,32 @@ $VAR1 = { 'access' => 'protected', 'name' => 'm_rules', 'offset' => '72', - 'type' => '34412685' + 'type' => '34365482' } }, - 'Name' => 'OSL_v1_13_4::DfAutomata::State', - 'NameSpace' => 'OSL_v1_13_4::DfAutomata', + 'Name' => 'OSL_v1_13_5::DfAutomata::State', + 'NameSpace' => 'OSL_v1_13_5::DfAutomata', 'PrivateABI' => 1, 'Size' => '96', 'Type' => 'Class' }, - '34412680' => { - 'BaseType' => '34411941', - 'Name' => 'OSL_v1_13_4::DfAutomata const', + '34365477' => { + 'BaseType' => '34364738', + 'Name' => 'OSL_v1_13_5::DfAutomata const', 'Size' => '24', 'Type' => 'Const' }, - '34412685' => { - 'BaseType' => '370465', + '34365482' => { + 'BaseType' => '382541', 'Header' => 'automata.h', 'Line' => '37', - 'Name' => 'OSL_v1_13_4::RuleSet', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::RuleSet', + 'NameSpace' => 'OSL_v1_13_5', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Typedef' }, - '34412933' => { + '34365730' => { 'Copied' => 1, 'Header' => 'optautomata.h', 'Line' => '25', @@ -21812,27 +23834,27 @@ $VAR1 = { 'access' => 'protected', 'name' => 'm_trans', 'offset' => '0', - 'type' => '34312055' + 'type' => '34264844' }, '1' => { 'access' => 'protected', 'name' => 'm_rules', 'offset' => '24', - 'type' => '370465' + 'type' => '382541' }, '2' => { 'access' => 'protected', 'name' => 'm_states', 'offset' => '48', - 'type' => '34316542' + 'type' => '34269331' } }, - 'Name' => 'OSL_v1_13_4::DfOptimizedAutomata', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::DfOptimizedAutomata', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '72', 'Type' => 'Class' }, - '34412946' => { + '34365743' => { 'Header' => 'optautomata.h', 'Line' => '53', 'Memb' => { @@ -21862,20 +23884,20 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct OSL_v1_13_4::DfOptimizedAutomata::State', - 'NameSpace' => 'OSL_v1_13_4::DfOptimizedAutomata', + 'Name' => 'struct OSL_v1_13_5::DfOptimizedAutomata::State', + 'NameSpace' => 'OSL_v1_13_5::DfOptimizedAutomata', 'Protected' => 1, 'Size' => '20', 'Type' => 'Struct' }, - '34413032' => { + '34365829' => { 'Header' => 'optautomata.h', 'Line' => '60', 'Memb' => { '0' => { 'name' => 'symbol', 'offset' => '0', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'name' => 'state', @@ -21883,387 +23905,297 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct OSL_v1_13_4::DfOptimizedAutomata::Transition', - 'NameSpace' => 'OSL_v1_13_4::DfOptimizedAutomata', + 'Name' => 'struct OSL_v1_13_5::DfOptimizedAutomata::Transition', + 'NameSpace' => 'OSL_v1_13_5::DfOptimizedAutomata', 'Protected' => 1, 'Size' => '16', 'Type' => 'Struct' }, - '34413214' => { - 'BaseType' => '34413032', - 'Name' => 'struct OSL_v1_13_4::DfOptimizedAutomata::Transition const', + '34366011' => { + 'BaseType' => '34365829', + 'Name' => 'struct OSL_v1_13_5::DfOptimizedAutomata::Transition const', 'Size' => '16', 'Type' => 'Const' }, - '34413376' => { - 'BaseType' => '34412933', - 'Name' => 'OSL_v1_13_4::DfOptimizedAutomata const', + '34366173' => { + 'BaseType' => '34365730', + 'Name' => 'OSL_v1_13_5::DfOptimizedAutomata const', 'Size' => '72', 'Type' => 'Const' }, - '34509729' => { - 'BaseType' => '34411954', - 'Name' => 'OSL_v1_13_4::DfAutomata::State*', + '34462770' => { + 'BaseType' => '34364751', + 'Name' => 'OSL_v1_13_5::DfAutomata::State*', 'Size' => '8', 'Type' => 'Pointer' }, - '34509774' => { - 'BaseType' => '34509729', - 'Name' => 'OSL_v1_13_4::DfAutomata::State**', + '34462815' => { + 'BaseType' => '34462770', + 'Name' => 'OSL_v1_13_5::DfAutomata::State**', 'Size' => '8', 'Type' => 'Pointer' }, - '34510503' => { - 'BaseType' => '34413214', - 'Name' => 'struct OSL_v1_13_4::DfOptimizedAutomata::Transition const&', + '34463544' => { + 'BaseType' => '34366011', + 'Name' => 'struct OSL_v1_13_5::DfOptimizedAutomata::Transition const&', 'Size' => '8', 'Type' => 'Ref' }, - '34510526' => { - 'BaseType' => '34413032', - 'Name' => 'struct OSL_v1_13_4::DfOptimizedAutomata::Transition*', + '34463567' => { + 'BaseType' => '34365829', + 'Name' => 'struct OSL_v1_13_5::DfOptimizedAutomata::Transition*', 'Size' => '8', 'Type' => 'Pointer' }, - '34510532' => { - 'BaseType' => '34510526', - 'Name' => 'struct OSL_v1_13_4::DfOptimizedAutomata::Transition*const', + '34463573' => { + 'BaseType' => '34463567', + 'Name' => 'struct OSL_v1_13_5::DfOptimizedAutomata::Transition*const', 'Size' => '8', 'Type' => 'Const' }, - '34510777' => { - 'BaseType' => '34412946', - 'Name' => 'struct OSL_v1_13_4::DfOptimizedAutomata::State*', + '34463818' => { + 'BaseType' => '34365743', + 'Name' => 'struct OSL_v1_13_5::DfOptimizedAutomata::State*', 'Size' => '8', 'Type' => 'Pointer' }, - '34511017' => { - 'BaseType' => '34412933', - 'Name' => 'OSL_v1_13_4::DfOptimizedAutomata*', + '34464058' => { + 'BaseType' => '34365730', + 'Name' => 'OSL_v1_13_5::DfOptimizedAutomata*', 'Size' => '8', 'Type' => 'Pointer' }, - '34511023' => { - 'BaseType' => '34511017', - 'Name' => 'OSL_v1_13_4::DfOptimizedAutomata*const', + '34464064' => { + 'BaseType' => '34464058', + 'Name' => 'OSL_v1_13_5::DfOptimizedAutomata*const', 'Size' => '8', 'Type' => 'Const' }, - '34511028' => { - 'BaseType' => '34412680', - 'Name' => 'OSL_v1_13_4::DfAutomata const&', + '34464069' => { + 'BaseType' => '34365477', + 'Name' => 'OSL_v1_13_5::DfAutomata const&', 'Size' => '8', 'Type' => 'Ref' }, - '34511034' => { - 'BaseType' => '34413376', - 'Name' => 'OSL_v1_13_4::DfOptimizedAutomata const*', + '34464075' => { + 'BaseType' => '34366173', + 'Name' => 'OSL_v1_13_5::DfOptimizedAutomata const*', 'Size' => '8', 'Type' => 'Pointer' }, - '346053' => { - 'Base' => { - '608408' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'type' => '808191' - } - }, - 'Type' => 'Class' - }, - '346204' => { - 'Copied' => 1, - 'Header' => 'alloc_traits.h', - 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Alloc', - 'type' => '346053' - } - }, - 'Type' => 'Struct' - }, - '346218' => { - 'BaseType' => '1081571', - 'Header' => 'alloc_traits.h', - 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '346467' => { + '3461431' => { + 'Copied' => 1, + 'Header' => 'oslclosure.h', + 'Line' => '20', + 'Name' => 'OSL_v1_13_5::Labels', + 'NameSpace' => 'OSL_v1_13_5', + 'Size' => '1', + 'Type' => 'Class' + }, + '348010' => { 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '81', + 'Header' => 'stl_map.h', + 'Line' => '100', 'Memb' => { '0' => { - 'name' => '_M_impl', + 'access' => 'private', + 'name' => '_M_t', 'offset' => '0', - 'type' => '346666' + 'type' => '348023' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'std::map', 'NameSpace' => 'std', 'PrivateABI' => 1, - 'Size' => '24', + 'Size' => '48', 'TParam' => { '0' => { - 'key' => '_Tp', - 'type' => '808191' + 'key' => '_Key', + 'type' => '690782' }, '1' => { - 'key' => '_Alloc', - 'type' => '346053' + 'key' => '_Tp', + 'type' => '571074' } }, - 'Type' => 'Struct' - }, - '346480' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '88', - 'Memb' => { - '0' => { - 'name' => '_M_start', - 'offset' => '0', - 'type' => '346654' - }, - '1' => { - 'name' => '_M_finish', - 'offset' => '8', - 'type' => '346654' - }, - '2' => { - 'name' => '_M_end_of_storage', - 'offset' => '16', - 'type' => '346654' - } - }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' + 'Type' => 'Class' }, - '346654' => { - 'BaseType' => '608974', - 'Header' => 'stl_vector.h', - 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + '348023' => { + 'BaseType' => '343002', + 'Header' => 'stl_map.h', + 'Line' => '148', + 'Name' => 'std::map::_Rep_type', + 'NameSpace' => 'std::map', + 'Private' => 1, 'PrivateABI' => 1, - 'Size' => '8', + 'Size' => '48', 'Type' => 'Typedef' }, - '346666' => { - 'Base' => { - '346053' => { - 'pos' => '0' - }, - '346480' => { - 'pos' => '1' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '347416' => { - 'Base' => { - '346467' => { - 'access' => 'protected', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '386', - 'Name' => 'std::vector', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '808191' - } - }, - 'Type' => 'Class' - }, - '350535' => { + '350368' => { 'Base' => { - '609065' => { + '624205' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '811636' + 'type' => '80888' } }, 'Type' => 'Class' }, - '350686' => { - 'Copied' => 1, - 'Header' => 'alloc_traits.h', - 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Alloc', - 'type' => '350535' - } - }, - 'Type' => 'Struct' - }, - '350700' => { - 'BaseType' => '1081553', - 'Header' => 'alloc_traits.h', - 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '350949' => { + '350928' => { + 'Base' => { + '80989' => { + 'pos' => '0' + }, + '82168' => { + 'pos' => '1' + }, + '82764' => { + 'pos' => '2' + }, + '83041' => { + 'pos' => '3' + }, + '83246' => { + 'pos' => '4' + }, + '83780' => { + 'pos' => '5' + } + }, 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '81', + 'Header' => 'hashtable.h', + 'Line' => '173', 'Memb' => { '0' => { - 'name' => '_M_impl', + 'access' => 'private', + 'name' => '_M_buckets', 'offset' => '0', - 'type' => '351148' + 'type' => '1101333' + }, + '1' => { + 'access' => 'private', + 'name' => '_M_bucket_count', + 'offset' => '8', + 'type' => '351008' + }, + '2' => { + 'access' => 'private', + 'name' => '_M_before_begin', + 'offset' => '16', + 'type' => '351036' + }, + '3' => { + 'access' => 'private', + 'name' => '_M_element_count', + 'offset' => '24', + 'type' => '351008' + }, + '4' => { + 'access' => 'private', + 'name' => '_M_rehash_policy', + 'offset' => '32', + 'type' => '70852' + }, + '5' => { + 'access' => 'private', + 'name' => '_M_single_bucket', + 'offset' => '48', + 'type' => '350982' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'std::_Hashtable, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, - 'Size' => '24', + 'Size' => '56', 'TParam' => { '0' => { - 'key' => '_Tp', - 'type' => '811636' + 'key' => '_Key', + 'type' => '690782' }, '1' => { + 'key' => '_Value', + 'type' => '690782' + }, + '2' => { 'key' => '_Alloc', - 'type' => '350535' + 'type' => '269956' + }, + '3' => { + 'key' => '_ExtractKey', + 'type' => '70447' + }, + '4' => { + 'key' => '_Equal', + 'type' => '318714' + }, + '5' => { + 'key' => '_H1', + 'type' => '117379' + }, + '6' => { + 'key' => '_H2', + 'type' => '70736' + }, + '7' => { + 'key' => '_Hash', + 'type' => '70836' + }, + '8' => { + 'key' => '_RehashPolicy', + 'type' => '70852' + }, + '9' => { + 'key' => '_Traits', + 'type' => '72227' } }, - 'Type' => 'Struct' - }, - '350962' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '88', - 'Memb' => { - '0' => { - 'name' => '_M_start', - 'offset' => '0', - 'type' => '351136' - }, - '1' => { - 'name' => '_M_finish', - 'offset' => '8', - 'type' => '351136' - }, - '2' => { - 'name' => '_M_end_of_storage', - 'offset' => '16', - 'type' => '351136' - } - }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' + 'Type' => 'Class' }, - '351136' => { - 'BaseType' => '609631', - 'Header' => 'stl_vector.h', - 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + '350982' => { + 'BaseType' => '84086', + 'Header' => 'hashtable.h', + 'Line' => '208', + 'Name' => 'std::_Hashtable, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >::__bucket_type', + 'NameSpace' => 'std::_Hashtable, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >', + 'Private' => 1, 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '351148' => { - 'Base' => { - '350535' => { - 'pos' => '0' - }, - '350962' => { - 'pos' => '1' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + '351008' => { + 'BaseType' => '81281', + 'Header' => 'hashtable.h', + 'Line' => '311', + 'Name' => 'std::_Hashtable, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >::size_type', + 'NameSpace' => 'std::_Hashtable, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >', 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' + 'Size' => '8', + 'Type' => 'Typedef' }, - '351926' => { - 'Base' => { - '350949' => { - 'access' => 'protected', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '386', - 'Name' => 'std::vector', - 'NameSpace' => 'std', + '351036' => { + 'BaseType' => '84099', + 'Header' => 'hashtable.h', + 'Line' => '207', + 'Name' => 'std::_Hashtable, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >::__node_base', + 'NameSpace' => 'std::_Hashtable, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >', + 'Private' => 1, 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '811636' - } - }, - 'Type' => 'Class' + 'Size' => '8', + 'Type' => 'Typedef' }, - '35219132' => { + '35172197' => { 'Base' => { - '35235765' => { + '35188830' => { 'access' => 'protected', 'pos' => '0' } @@ -22271,61 +24203,61 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '35379102' + 'type' => '35332350' } }, 'Type' => 'Class' }, - '35222241' => { + '35175306' => { 'Base' => { - '35308444' => { + '35261509' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '33315083' + 'type' => '33267596' } }, 'Type' => 'Class' }, - '35222654' => { + '35175719' => { 'Base' => { - '35309079' => { + '35262144' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator >', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '35222804' + 'type' => '35175869' } }, 'Type' => 'Class' }, - '35222804' => { + '35175869' => { 'Base' => { - '70009' => { + '70097' => { 'pos' => '0' } }, @@ -22336,22 +24268,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '16', - 'type' => '35319971' + 'type' => '35273036' } }, - 'Name' => 'struct std::_List_node', + 'Name' => 'struct std::_List_node', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '33315083' + 'type' => '33267596' } }, 'Type' => 'Struct' }, - '35222914' => { + '35175979' => { 'Copied' => 1, 'Header' => 'stl_list.h', 'Line' => '345', @@ -22360,28 +24292,28 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '35222928' + 'type' => '35175993' } }, - 'Name' => 'std::_List_base >', + 'Name' => 'std::_List_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '33315083' + 'type' => '33267596' }, '1' => { 'key' => '_Alloc', - 'type' => '35222241' + 'type' => '35175306' } }, 'Type' => 'Class' }, - '35222928' => { + '35175993' => { 'Base' => { - '35222654' => { + '35175719' => { 'pos' => '0' } }, @@ -22392,19 +24324,19 @@ $VAR1 = { '0' => { 'name' => '_M_node', 'offset' => '0', - 'type' => '70197' + 'type' => '70285' } }, - 'Name' => 'struct std::_List_base >::_List_impl', - 'NameSpace' => 'std::_List_base >', + 'Name' => 'struct std::_List_base >::_List_impl', + 'NameSpace' => 'std::_List_base >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '16', 'Type' => 'Struct' }, - '35224245' => { + '35177310' => { 'Base' => { - '35222914' => { + '35175979' => { 'access' => 'protected', 'pos' => '0' } @@ -22412,61 +24344,61 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_list.h', 'Line' => '552', - 'Name' => 'std::list', + 'Name' => 'std::list', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '33315083' + 'type' => '33267596' } }, 'Type' => 'Class' }, - '35227672' => { + '35180737' => { 'Base' => { - '35309752' => { + '35262817' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '35379343' + 'type' => '35332591' } }, 'Type' => 'Class' }, - '35228085' => { + '35181150' => { 'Base' => { - '35310387' => { + '35263452' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator >', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '35228235' + 'type' => '35181300' } }, 'Type' => 'Class' }, - '35228235' => { + '35181300' => { 'Base' => { - '70009' => { + '70097' => { 'pos' => '0' } }, @@ -22477,22 +24409,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '16', - 'type' => '35320193' + 'type' => '35273258' } }, - 'Name' => 'struct std::_List_node', + 'Name' => 'struct std::_List_node', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '35379343' + 'type' => '35332591' } }, 'Type' => 'Struct' }, - '35228345' => { + '35181410' => { 'Copied' => 1, 'Header' => 'stl_list.h', 'Line' => '345', @@ -22501,28 +24433,28 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '35228359' + 'type' => '35181424' } }, - 'Name' => 'std::_List_base >', + 'Name' => 'std::_List_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '35379343' + 'type' => '35332591' }, '1' => { 'key' => '_Alloc', - 'type' => '35227672' + 'type' => '35180737' } }, 'Type' => 'Class' }, - '35228359' => { + '35181424' => { 'Base' => { - '35228085' => { + '35181150' => { 'pos' => '0' } }, @@ -22533,19 +24465,19 @@ $VAR1 = { '0' => { 'name' => '_M_node', 'offset' => '0', - 'type' => '70197' + 'type' => '70285' } }, - 'Name' => 'struct std::_List_base >::_List_impl', - 'NameSpace' => 'std::_List_base >', + 'Name' => 'struct std::_List_base >::_List_impl', + 'NameSpace' => 'std::_List_base >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '16', 'Type' => 'Struct' }, - '35229686' => { + '35182751' => { 'Base' => { - '35228345' => { + '35181410' => { 'access' => 'protected', 'pos' => '0' } @@ -22553,65 +24485,65 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_list.h', 'Line' => '552', - 'Name' => 'std::list', + 'Name' => 'std::list', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '35379343' + 'type' => '35332591' } }, 'Type' => 'Class' }, - '35235258' => { + '35188323' => { 'Base' => { - '35312297' => { + '35265362' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '35379102' + 'type' => '35332350' } }, 'Type' => 'Class' }, - '35235408' => { + '35188473' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '35235258' + 'type' => '35188323' } }, 'Type' => 'Struct' }, - '35235422' => { - 'BaseType' => '35394916', + '35188487' => { + 'BaseType' => '35348169', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '35235765' => { + '35188830' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -22619,26 +24551,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '35235963' + 'type' => '35189028' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '35379102' + 'type' => '35332350' }, '1' => { 'key' => '_Alloc', - 'type' => '35235258' + 'type' => '35188323' } }, 'Type' => 'Struct' }, - '35235778' => { + '35188843' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -22646,165 +24578,165 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '35235951' + 'type' => '35189016' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '35235951' + 'type' => '35189016' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '35235951' + 'type' => '35189016' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '35235951' => { - 'BaseType' => '35312965', + '35189016' => { + 'BaseType' => '35266030', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '35235963' => { + '35189028' => { 'Base' => { - '35235258' => { + '35188323' => { 'pos' => '0' }, - '35235778' => { + '35188843' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '35308444' => { + '35261509' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '33315083' + 'type' => '33267596' } }, 'Type' => 'Class' }, - '35309079' => { + '35262144' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '35222804' + 'type' => '35175869' } }, 'Type' => 'Class' }, - '35309752' => { + '35262817' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '35379343' + 'type' => '35332591' } }, 'Type' => 'Class' }, - '35310387' => { + '35263452' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '35228235' + 'type' => '35181300' } }, 'Type' => 'Class' }, - '35312297' => { + '35265362' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '35379102' + 'type' => '35332350' } }, 'Type' => 'Class' }, - '35312764' => { + '35265829' => { 'Base' => { - '35235408' => { + '35188473' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '35235258' + 'type' => '35188323' } }, 'Type' => 'Struct' }, - '35312965' => { - 'BaseType' => '35235422', + '35266030' => { + 'BaseType' => '35188487', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '35319971' => { + '35273036' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -22812,22 +24744,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '647297' + 'type' => '663840' } }, - 'Name' => 'struct __gnu_cxx::__aligned_membuf', + 'Name' => 'struct __gnu_cxx::__aligned_membuf', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '8', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '33315083' + 'type' => '33267596' } }, 'Type' => 'Struct' }, - '35320193' => { + '35273258' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -22835,29 +24767,29 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '647297' + 'type' => '663840' } }, - 'Name' => 'struct __gnu_cxx::__aligned_membuf', + 'Name' => 'struct __gnu_cxx::__aligned_membuf', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '8', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '35379343' + 'type' => '35332591' } }, 'Type' => 'Struct' }, - '35379102' => { + '35332350' => { 'Header' => 'accum.h', 'Line' => '28', 'Memb' => { '0' => { 'name' => 'color', 'offset' => '0', - 'type' => '814538' + 'type' => '833207' }, '1' => { 'name' => 'alpha', @@ -22867,42 +24799,42 @@ $VAR1 = { '2' => { 'name' => 'has_color', 'offset' => '16', - 'type' => '638960' + 'type' => '655503' }, '3' => { 'name' => 'has_alpha', 'offset' => '17', - 'type' => '638960' + 'type' => '655503' }, '4' => { 'name' => 'neg_color', 'offset' => '18', - 'type' => '638960' + 'type' => '655503' }, '5' => { 'name' => 'neg_alpha', 'offset' => '19', - 'type' => '638960' + 'type' => '655503' }, '6' => { 'name' => 'aov', 'offset' => '24', - 'type' => '35394927' + 'type' => '35348180' } }, - 'Name' => 'struct OSL_v1_13_4::AovOutput', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'struct OSL_v1_13_5::AovOutput', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '32', 'Type' => 'Struct' }, - '35379337' => { + '35332585' => { 'Copied' => 1, - 'Name' => 'OSL_v1_13_4::Aov', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::Aov', + 'NameSpace' => 'OSL_v1_13_5', 'PrivateABI' => 1, 'Type' => 'Class' }, - '35379343' => { + '35332591' => { 'Header' => 'accum.h', 'Line' => '62', 'Memb' => { @@ -22916,21 +24848,21 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_save_to_alpha', 'offset' => '4', - 'type' => '638960' + 'type' => '655503' } }, - 'Name' => 'OSL_v1_13_4::AccumRule', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::AccumRule', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '8', 'Type' => 'Class' }, - '35379519' => { - 'BaseType' => '35379343', - 'Name' => 'OSL_v1_13_4::AccumRule const', + '35332767' => { + 'BaseType' => '35332591', + 'Name' => 'OSL_v1_13_5::AccumRule const', 'Size' => '8', 'Type' => 'Const' }, - '35380723' => { + '35333971' => { 'Copied' => 1, 'Header' => 'accum.h', 'Line' => '100', @@ -22939,45 +24871,45 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_rules', 'offset' => '0', - 'type' => '35224245' + 'type' => '35177310' }, '1' => { 'access' => 'private', 'name' => 'm_dfoptautomata', 'offset' => '16', - 'type' => '34412933' + 'type' => '34365730' }, '2' => { 'access' => 'private', 'name' => 'm_accumrules', 'offset' => '88', - 'type' => '35229686' + 'type' => '35182751' }, '3' => { 'access' => 'private', 'name' => 'm_user_events', 'offset' => '104', - 'type' => '109028' + 'type' => '113652' }, '4' => { 'access' => 'private', 'name' => 'm_user_scatterings', 'offset' => '128', - 'type' => '109028' + 'type' => '113652' } }, - 'Name' => 'OSL_v1_13_4::AccumAutomata', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::AccumAutomata', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '152', 'Type' => 'Class' }, - '35381126' => { - 'BaseType' => '35380723', - 'Name' => 'OSL_v1_13_4::AccumAutomata const', + '35334374' => { + 'BaseType' => '35333971', + 'Name' => 'OSL_v1_13_5::AccumAutomata const', 'Size' => '152', 'Type' => 'Const' }, - '35381131' => { + '35334379' => { 'Header' => 'accum.h', 'Line' => '165', 'Memb' => { @@ -22985,19 +24917,19 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_accum_automata', 'offset' => '0', - 'type' => '35395797' + 'type' => '35349050' }, '1' => { 'access' => 'private', 'name' => 'm_outputs', 'offset' => '8', - 'type' => '35219132' + 'type' => '35172197' }, '2' => { 'access' => 'private', 'name' => 'm_stack', 'offset' => '32', - 'type' => '8720188' + 'type' => '8897980' }, '3' => { 'access' => 'private', @@ -23006,319 +24938,243 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'OSL_v1_13_4::Accumulator', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::Accumulator', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '120', 'Type' => 'Class' }, - '35384316' => { - 'BaseType' => '34511034', - 'Name' => 'OSL_v1_13_4::DfOptimizedAutomata const*const', + '35337564' => { + 'BaseType' => '34464075', + 'Name' => 'OSL_v1_13_5::DfOptimizedAutomata const*const', 'Size' => '8', 'Type' => 'Const' }, - '35394916' => { - 'BaseType' => '35379102', - 'Name' => 'struct OSL_v1_13_4::AovOutput*', + '35348169' => { + 'BaseType' => '35332350', + 'Name' => 'struct OSL_v1_13_5::AovOutput*', 'Size' => '8', 'Type' => 'Pointer' }, - '35394927' => { - 'BaseType' => '35379337', - 'Name' => 'OSL_v1_13_4::Aov*', + '35348180' => { + 'BaseType' => '35332585', + 'Name' => 'OSL_v1_13_5::Aov*', 'Size' => '8', 'Type' => 'Pointer' }, - '35394933' => { - 'BaseType' => '35379343', - 'Name' => 'OSL_v1_13_4::AccumRule*', + '35348186' => { + 'BaseType' => '35332591', + 'Name' => 'OSL_v1_13_5::AccumRule*', 'Size' => '8', 'Type' => 'Pointer' }, - '35394939' => { - 'BaseType' => '35394933', - 'Name' => 'OSL_v1_13_4::AccumRule*const', + '35348192' => { + 'BaseType' => '35348186', + 'Name' => 'OSL_v1_13_5::AccumRule*const', 'Size' => '8', 'Type' => 'Const' }, - '35394944' => { - 'BaseType' => '35379519', - 'Name' => 'OSL_v1_13_4::AccumRule const*', + '35348197' => { + 'BaseType' => '35332767', + 'Name' => 'OSL_v1_13_5::AccumRule const*', 'Size' => '8', 'Type' => 'Pointer' }, - '35394950' => { - 'BaseType' => '35394944', - 'Name' => 'OSL_v1_13_4::AccumRule const*const', + '35348203' => { + 'BaseType' => '35348197', + 'Name' => 'OSL_v1_13_5::AccumRule const*const', 'Size' => '8', 'Type' => 'Const' }, - '35394961' => { - 'BaseType' => '35219132', - 'Name' => 'std::vector&', + '35348214' => { + 'BaseType' => '35172197', + 'Name' => 'std::vector&', 'Size' => '8', 'Type' => 'Ref' }, - '35395786' => { - 'BaseType' => '35380723', - 'Name' => 'OSL_v1_13_4::AccumAutomata*', + '35349039' => { + 'BaseType' => '35333971', + 'Name' => 'OSL_v1_13_5::AccumAutomata*', 'Size' => '8', 'Type' => 'Pointer' }, - '35395792' => { - 'BaseType' => '35395786', - 'Name' => 'OSL_v1_13_4::AccumAutomata*const', + '35349045' => { + 'BaseType' => '35349039', + 'Name' => 'OSL_v1_13_5::AccumAutomata*const', 'Size' => '8', 'Type' => 'Const' }, - '35395797' => { - 'BaseType' => '35381126', - 'Name' => 'OSL_v1_13_4::AccumAutomata const*', + '35349050' => { + 'BaseType' => '35334374', + 'Name' => 'OSL_v1_13_5::AccumAutomata const*', 'Size' => '8', 'Type' => 'Pointer' }, - '35395803' => { - 'BaseType' => '35395797', - 'Name' => 'OSL_v1_13_4::AccumAutomata const*const', + '35349056' => { + 'BaseType' => '35349050', + 'Name' => 'OSL_v1_13_5::AccumAutomata const*const', 'Size' => '8', 'Type' => 'Const' }, - '35396443' => { - 'BaseType' => '35381131', - 'Name' => 'OSL_v1_13_4::Accumulator*', + '35349696' => { + 'BaseType' => '35334379', + 'Name' => 'OSL_v1_13_5::Accumulator*', 'Size' => '8', 'Type' => 'Pointer' }, - '35396449' => { - 'BaseType' => '35396443', - 'Name' => 'OSL_v1_13_4::Accumulator*const', + '35349702' => { + 'BaseType' => '35349696', + 'Name' => 'OSL_v1_13_5::Accumulator*const', 'Size' => '8', 'Type' => 'Const' }, - '355045' => { - 'Base' => { - '385473' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'shared_ptr.h', - 'Line' => '103', - 'Name' => 'std::shared_ptr', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '808177' - } - }, - 'Type' => 'Class' - }, - '355390' => { - 'Base' => { - '609722' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator > >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'type' => '114693' - } - }, - 'Type' => 'Class' - }, - '355541' => { - 'Copied' => 1, - 'Header' => 'alloc_traits.h', - 'Line' => '392', - 'Name' => 'struct std::allocator_traits > > >', + '354442' => { + 'Header' => 'type_traits', + 'Line' => '1932', + 'Name' => 'struct std::aligned_storage<8ul, 8ul>', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'key' => '_Alloc', - 'type' => '355390' + 'key' => '_Len', + 'type' => '42', + 'val' => '8' + }, + '1' => { + 'key' => '_Align', + 'type' => '42', + 'val' => '8' } }, 'Type' => 'Struct' }, - '355555' => { - 'BaseType' => '769724', - 'Header' => 'alloc_traits.h', - 'Line' => '400', - 'Name' => 'std::allocator_traits > > >::pointer', - 'NameSpace' => 'std::allocator_traits > > >', + '354456' => { + 'Header' => 'type_traits', + 'Line' => '1934', + 'Memb' => { + '0' => { + 'name' => '__data', + 'offset' => '0', + 'type' => '663840' + }, + '1' => { + 'name' => '__align', + 'offset' => '0', + 'type' => '212269' + } + }, + 'Name' => 'union std::aligned_storage<8ul, 8ul>::type', + 'NameSpace' => 'std::aligned_storage<8ul, 8ul>', 'PrivateABI' => 1, 'Size' => '8', - 'Type' => 'Typedef' + 'Type' => 'Union' }, - '355804' => { + '355223' => { 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '81', + 'Header' => 'unordered_set.h', + 'Line' => '97', 'Memb' => { '0' => { - 'name' => '_M_impl', + 'access' => 'private', + 'name' => '_M_h', 'offset' => '0', - 'type' => '356003' + 'type' => '355236' } }, - 'Name' => 'struct std::_Vector_base >, std::allocator > > >', + 'Name' => 'std::unordered_set, std::equal_to >', 'NameSpace' => 'std', 'PrivateABI' => 1, - 'Size' => '24', + 'Size' => '56', 'TParam' => { '0' => { - 'key' => '_Tp', - 'type' => '114693' + 'key' => '_Value', + 'type' => '690782' }, '1' => { - 'key' => '_Alloc', - 'type' => '355390' + 'key' => '_Hash', + 'type' => '117379' + }, + '2' => { + 'key' => '_Pred', + 'type' => '318714' } }, - 'Type' => 'Struct' + 'Type' => 'Class' }, - '355817' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '88', - 'Memb' => { - '0' => { - 'name' => '_M_start', - 'offset' => '0', - 'type' => '355991' - }, - '1' => { - 'name' => '_M_finish', - 'offset' => '8', - 'type' => '355991' - }, - '2' => { - 'name' => '_M_end_of_storage', - 'offset' => '16', - 'type' => '355991' - } - }, - 'Name' => 'struct std::_Vector_base >, std::allocator > > >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >, std::allocator > > >', + '355236' => { + 'BaseType' => '357749', + 'Header' => 'unordered_set.h', + 'Line' => '99', + 'Name' => 'std::unordered_set, std::equal_to >::_Hashtable', + 'NameSpace' => 'std::unordered_set, std::equal_to >', + 'Private' => 1, 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' + 'Size' => '56', + 'Type' => 'Typedef' }, - '35599' => { - 'BaseType' => '28281', + '35687' => { + 'BaseType' => '28369', 'Name' => 'std::basic_stringconst', 'Size' => '8', 'Type' => 'Const' }, - '355991' => { - 'BaseType' => '610288', - 'Header' => 'stl_vector.h', - 'Line' => '86', - 'Name' => 'std::_Vector_base >, std::allocator > > >::pointer', - 'NameSpace' => 'std::_Vector_base >, std::allocator > > >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '356003' => { - 'Base' => { - '355390' => { - 'pos' => '0' - }, - '355817' => { - 'pos' => '1' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '125', - 'Name' => 'struct std::_Vector_base >, std::allocator > > >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >, std::allocator > > >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '356753' => { - 'Base' => { - '355804' => { - 'access' => 'protected', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '386', - 'Name' => 'std::vector > >', + '357749' => { + 'BaseType' => '350928', + 'Header' => 'unordered_set.h', + 'Line' => '47', + 'Name' => 'std::__uset_hashtable', 'NameSpace' => 'std', 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '114693' - } - }, - 'Type' => 'Class' + 'Size' => '56', + 'Type' => 'Typedef' }, - '359872' => { + '358129' => { 'Base' => { - '610949' => { + '624901' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '1082427' + 'type' => '824225' } }, 'Type' => 'Class' }, - '360023' => { + '358280' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '359872' + 'type' => '358129' } }, 'Type' => 'Struct' }, - '360037' => { - 'BaseType' => '1082416', + '358294' => { + 'BaseType' => '1101777', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '360286' => { + '358543' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -23326,26 +25182,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '360485' + 'type' => '358742' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1082427' + 'type' => '824225' }, '1' => { 'key' => '_Alloc', - 'type' => '359872' + 'type' => '358129' } }, 'Type' => 'Struct' }, - '360299' => { + '358556' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -23353,80 +25209,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '360473' + 'type' => '358730' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '360473' + 'type' => '358730' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '360473' + 'type' => '358730' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '36038020' => { - 'BaseType' => '814555', - 'Name' => 'struct OSL_v1_13_4::ShaderGlobals const', - 'Size' => '304', - 'Type' => 'Const' - }, - '36044783' => { - 'Header' => 'oslexec.h', - 'Line' => '1106', - 'Memb' => { - '0' => { - 'name' => 'ShadePixelCenters', - 'value' => '0' - }, - '1' => { - 'name' => 'ShadePixelGrid', - 'value' => '1' - } - }, - 'Name' => 'enum OSL_v1_13_4::ShadeImageLocations', - 'NameSpace' => 'OSL_v1_13_4', - 'Size' => '4', - 'Type' => 'Enum' - }, - '360473' => { - 'BaseType' => '611515', + '358730' => { + 'BaseType' => '625467', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '360485' => { + '358742' => { 'Base' => { - '359872' => { + '358129' => { 'pos' => '0' }, - '360299' => { + '358556' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '361235' => { + '359492' => { 'Base' => { - '360286' => { + '358543' => { 'access' => 'protected', 'pos' => '0' } @@ -23434,35 +25266,59 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1082427' + 'type' => '824225' } }, 'Type' => 'Class' }, - '36166520' => { + '36012531' => { + 'BaseType' => '833224', + 'Name' => 'struct OSL_v1_13_5::ShaderGlobals const', + 'Size' => '312', + 'Type' => 'Const' + }, + '36019880' => { + 'Header' => 'oslexec.h', + 'Line' => '1134', + 'Memb' => { + '0' => { + 'name' => 'ShadePixelCenters', + 'value' => '0' + }, + '1' => { + 'name' => 'ShadePixelGrid', + 'value' => '1' + } + }, + 'Name' => 'enum OSL_v1_13_5::ShadeImageLocations', + 'NameSpace' => 'OSL_v1_13_5', + 'Size' => '4', + 'Type' => 'Enum' + }, + '36141617' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '59', - 'Name' => 'struct std::default_delete', + 'Name' => 'struct std::default_delete', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '36251764' + 'type' => '36227084' } }, 'Type' => 'Struct' }, - '36166606' => { + '36141703' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '120', @@ -23471,35 +25327,35 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '36168142' + 'type' => '36143239' } }, - 'Name' => 'std::__uniq_ptr_impl >', + 'Name' => 'std::__uniq_ptr_impl >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '8', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '36251764' + 'type' => '36227084' }, '1' => { 'key' => '_Dp', - 'type' => '36166520' + 'type' => '36141617' } }, 'Type' => 'Class' }, - '36166929' => { + '36142026' => { 'Base' => { - '36166520' => { + '36141617' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'tuple', 'Line' => '73', - 'Name' => 'struct std::_Head_base<1ul, std::default_delete >', + 'Name' => 'struct std::_Head_base<1ul, std::default_delete >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', @@ -23511,14 +25367,14 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '36166520' + 'type' => '36141617' } }, 'Type' => 'Struct' }, - '36167182' => { + '36142279' => { 'Base' => { - '36166929' => { + '36142026' => { 'access' => 'private', 'pos' => '0' } @@ -23526,7 +25382,7 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '326', - 'Name' => 'struct std::_Tuple_impl<1ul, std::default_delete >', + 'Name' => 'struct std::_Tuple_impl<1ul, std::default_delete >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', @@ -23538,12 +25394,12 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '36166520' + 'type' => '36141617' } }, 'Type' => 'Struct' }, - '36167479' => { + '36142576' => { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '120', @@ -23551,10 +25407,10 @@ $VAR1 = { '0' => { 'name' => '_M_head_impl', 'offset' => '0', - 'type' => '36320854' + 'type' => '36296200' } }, - 'Name' => 'struct std::_Head_base<0ul, OpenImageIO_v2_5_1::thread_pool::Impl*>', + 'Name' => 'struct std::_Head_base<0ul, OpenImageIO_v2_6_0::thread_pool::Impl*>', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '8', @@ -23566,17 +25422,17 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '36320854' + 'type' => '36296200' } }, 'Type' => 'Struct' }, - '36167739' => { + '36142836' => { 'Base' => { - '36167182' => { + '36142279' => { 'pos' => '0' }, - '36167479' => { + '36142576' => { 'access' => 'private', 'pos' => '1' } @@ -23584,7 +25440,7 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '185', - 'Name' => 'struct std::_Tuple_impl<0ul, OpenImageIO_v2_5_1::thread_pool::Impl*>', + 'Name' => 'struct std::_Tuple_impl<0ul, OpenImageIO_v2_6_0::thread_pool::Impl*>', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '8', @@ -23596,33 +25452,33 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '36320854' + 'type' => '36296200' } }, 'Type' => 'Struct' }, - '36168142' => { + '36143239' => { 'Base' => { - '36167739' => { + '36142836' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'tuple', 'Line' => '893', - 'Name' => 'std::tuple', + 'Name' => 'std::tuple', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '8', 'TParam' => { '0' => { 'key' => undef, - 'type' => '36320854' + 'type' => '36296200' } }, 'Type' => 'Class' }, - '36168426' => { + '36143523' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '172', @@ -23631,26 +25487,26 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '36166606' + 'type' => '36141703' } }, - 'Name' => 'std::unique_ptr >', + 'Name' => 'std::unique_ptr >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '8', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '36251764' + 'type' => '36227084' }, '1' => { 'key' => '_Dp', - 'type' => '36166520' + 'type' => '36141617' } }, 'Type' => 'Class' }, - '36178473' => { + '36153570' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '120', @@ -23659,26 +25515,26 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '36180016' + 'type' => '36155113' } }, - 'Name' => 'std::__uniq_ptr_impl', + 'Name' => 'std::__uniq_ptr_impl', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '36271985' + 'type' => '36247320' }, '1' => { 'key' => '_Dp', - 'type' => '36321798' + 'type' => '36297144' } }, 'Type' => 'Class' }, - '36178796' => { + '36153893' => { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '120', @@ -23686,10 +25542,10 @@ $VAR1 = { '0' => { 'name' => '_M_head_impl', 'offset' => '0', - 'type' => '36321798' + 'type' => '36297144' } }, - 'Name' => 'struct std::_Head_base<1ul, void(*)(OpenImageIO_v2_5_1::ImageBufImpl*)>', + 'Name' => 'struct std::_Head_base<1ul, void(*)(OpenImageIO_v2_6_0::ImageBufImpl*)>', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '8', @@ -23701,14 +25557,14 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '36321798' + 'type' => '36297144' } }, 'Type' => 'Struct' }, - '36179056' => { + '36154153' => { 'Base' => { - '36178796' => { + '36153893' => { 'access' => 'private', 'pos' => '0' } @@ -23716,7 +25572,7 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '326', - 'Name' => 'struct std::_Tuple_impl<1ul, void(*)(OpenImageIO_v2_5_1::ImageBufImpl*)>', + 'Name' => 'struct std::_Tuple_impl<1ul, void(*)(OpenImageIO_v2_6_0::ImageBufImpl*)>', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '8', @@ -23728,12 +25584,12 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '36321798' + 'type' => '36297144' } }, 'Type' => 'Struct' }, - '36179353' => { + '36154450' => { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '120', @@ -23741,10 +25597,10 @@ $VAR1 = { '0' => { 'name' => '_M_head_impl', 'offset' => '0', - 'type' => '36321821' + 'type' => '36297167' } }, - 'Name' => 'struct std::_Head_base<0ul, OpenImageIO_v2_5_1::ImageBufImpl*>', + 'Name' => 'struct std::_Head_base<0ul, OpenImageIO_v2_6_0::ImageBufImpl*>', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '8', @@ -23756,17 +25612,17 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '36321821' + 'type' => '36297167' } }, 'Type' => 'Struct' }, - '36179613' => { + '36154710' => { 'Base' => { - '36179056' => { + '36154153' => { 'pos' => '0' }, - '36179353' => { + '36154450' => { 'access' => 'private', 'pos' => '1' } @@ -23774,7 +25630,7 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '185', - 'Name' => 'struct std::_Tuple_impl<0ul, OpenImageIO_v2_5_1::ImageBufImpl*>', + 'Name' => 'struct std::_Tuple_impl<0ul, OpenImageIO_v2_6_0::ImageBufImpl*>', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', @@ -23786,33 +25642,33 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '36321821' + 'type' => '36297167' } }, 'Type' => 'Struct' }, - '36180016' => { + '36155113' => { 'Base' => { - '36179613' => { + '36154710' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'tuple', 'Line' => '893', - 'Name' => 'std::tuple', + 'Name' => 'std::tuple', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => undef, - 'type' => '36321821' + 'type' => '36297167' } }, 'Type' => 'Class' }, - '36180300' => { + '36155397' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '172', @@ -23821,26 +25677,26 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '36178473' + 'type' => '36153570' } }, - 'Name' => 'std::unique_ptr', + 'Name' => 'std::unique_ptr', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '36271985' + 'type' => '36247320' }, '1' => { 'key' => '_Dp', - 'type' => '36321798' + 'type' => '36297144' } }, 'Type' => 'Class' }, - '36251750' => { + '36227070' => { 'Header' => 'thread.h', 'Line' => '653', 'Memb' => { @@ -23848,24 +25704,24 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_impl', 'offset' => '0', - 'type' => '36168426' + 'type' => '36143523' } }, - 'Name' => 'OpenImageIO_v2_5_1::thread_pool', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::thread_pool', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Class' }, - '36251764' => { + '36227084' => { 'Copied' => 1, - 'Name' => 'OpenImageIO_v2_5_1::thread_pool::Impl', - 'NameSpace' => 'OpenImageIO_v2_5_1::thread_pool', + 'Name' => 'OpenImageIO_v2_6_0::thread_pool::Impl', + 'NameSpace' => 'OpenImageIO_v2_6_0::thread_pool', 'Private' => 1, 'PrivateABI' => 1, 'Type' => 'Class' }, - '36264158' => { + '36239493' => { 'Header' => 'imagebuf.h', 'Line' => '121', 'Memb' => { @@ -23873,23 +25729,23 @@ $VAR1 = { 'access' => 'protected', 'name' => 'm_impl', 'offset' => '0', - 'type' => '36180300' + 'type' => '36155397' } }, - 'Name' => 'OpenImageIO_v2_5_1::ImageBuf', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::ImageBuf', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '16', 'Type' => 'Class' }, - '36271985' => { + '36247320' => { 'Copied' => 1, - 'Name' => 'OpenImageIO_v2_5_1::ImageBufImpl', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::ImageBufImpl', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Type' => 'Class' }, - '36272065' => { + '36247400' => { 'Header' => 'parallel.h', 'Line' => '24', 'Memb' => { @@ -23914,13 +25770,13 @@ $VAR1 = { 'value' => '4' } }, - 'Name' => 'enum OpenImageIO_v2_5_1::SplitDir', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'enum OpenImageIO_v2_6_0::SplitDir', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '4', 'Type' => 'Enum' }, - '36272115' => { + '36247450' => { 'Header' => 'parallel.h', 'Line' => '30', 'Memb' => { @@ -23932,12 +25788,12 @@ $VAR1 = { '1' => { 'name' => 'splitdir', 'offset' => '4', - 'type' => '36272065' + 'type' => '36247400' }, '2' => { 'name' => 'recursive', 'offset' => '8', - 'type' => '638960' + 'type' => '655503' }, '3' => { 'name' => 'minitems', @@ -23947,114 +25803,114 @@ $VAR1 = { '4' => { 'name' => 'pool', 'offset' => '24', - 'type' => '36321093' + 'type' => '36296439' }, '5' => { 'name' => 'name', 'offset' => '32', - 'type' => '662969' + 'type' => '679557' } }, - 'Name' => 'OpenImageIO_v2_5_1::parallel_options', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::parallel_options', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '48', 'Type' => 'Class' }, - '36320854' => { - 'BaseType' => '36251764', - 'Name' => 'OpenImageIO_v2_5_1::thread_pool::Impl*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '36321093' => { - 'BaseType' => '36251750', - 'Name' => 'OpenImageIO_v2_5_1::thread_pool*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '36321798' => { - 'Name' => 'void(*)(OpenImageIO_v2_5_1::ImageBufImpl*)', - 'Param' => { - '0' => { - 'type' => '36321821' - } - }, - 'Return' => '1', - 'Size' => '8', - 'Type' => 'FuncPtr' - }, - '36321821' => { - 'BaseType' => '36271985', - 'Name' => 'OpenImageIO_v2_5_1::ImageBufImpl*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '36322111' => { - 'BaseType' => '36264158', - 'Name' => 'OpenImageIO_v2_5_1::ImageBuf&', - 'Size' => '8', - 'Type' => 'Ref' - }, - '36322843' => { - 'BaseType' => '820673', - 'Name' => 'OSL_v1_13_4::ShadingSystem&', - 'Size' => '8', - 'Type' => 'Ref' - }, - '36322861' => { - 'BaseType' => '36038020', - 'Name' => 'struct OSL_v1_13_4::ShaderGlobals const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '364354' => { + '362611' => { 'Base' => { - '612176' => { + '625558' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator >', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '355045' + 'type' => '827675' } }, 'Type' => 'Class' }, - '364505' => { + '362762' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits > >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '364354' + 'type' => '362611' } }, 'Type' => 'Struct' }, - '364519' => { - 'BaseType' => '1082696', + '362776' => { + 'BaseType' => '1101759', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits > >::pointer', - 'NameSpace' => 'std::allocator_traits > >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '364919' => { + '36296200' => { + 'BaseType' => '36227084', + 'Name' => 'OpenImageIO_v2_6_0::thread_pool::Impl*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '36296439' => { + 'BaseType' => '36227070', + 'Name' => 'OpenImageIO_v2_6_0::thread_pool*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '36297144' => { + 'Name' => 'void(*)(OpenImageIO_v2_6_0::ImageBufImpl*)', + 'Param' => { + '0' => { + 'type' => '36297167' + } + }, + 'Return' => '1', + 'Size' => '8', + 'Type' => 'FuncPtr' + }, + '36297167' => { + 'BaseType' => '36247320', + 'Name' => 'OpenImageIO_v2_6_0::ImageBufImpl*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '36297457' => { + 'BaseType' => '36239493', + 'Name' => 'OpenImageIO_v2_6_0::ImageBuf&', + 'Size' => '8', + 'Type' => 'Ref' + }, + '36298207' => { + 'BaseType' => '839008', + 'Name' => 'OSL_v1_13_5::ShadingSystem&', + 'Size' => '8', + 'Type' => 'Ref' + }, + '36298225' => { + 'BaseType' => '36012531', + 'Name' => 'struct OSL_v1_13_5::ShaderGlobals const*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '363025' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -24062,26 +25918,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '365118' + 'type' => '363224' } }, - 'Name' => 'struct std::_Vector_base, std::allocator > >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '355045' + 'type' => '827675' }, '1' => { 'key' => '_Alloc', - 'type' => '364354' + 'type' => '362611' } }, 'Type' => 'Struct' }, - '364932' => { + '363038' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -24089,56 +25945,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '365106' + 'type' => '363212' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '365106' + 'type' => '363212' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '365106' + 'type' => '363212' } }, - 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '365106' => { - 'BaseType' => '612905', + '363212' => { + 'BaseType' => '626124', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base, std::allocator > >::pointer', - 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '365118' => { + '363224' => { 'Base' => { - '364354' => { + '362611' => { 'pos' => '0' }, - '364932' => { + '363038' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '365868' => { + '364002' => { 'Base' => { - '364919' => { + '363025' => { 'access' => 'protected', 'pos' => '0' } @@ -24146,75 +26002,86 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector >', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '355045' + 'type' => '827675' } }, 'Type' => 'Class' }, - '3688' => { - 'BaseType' => '42', - 'Header' => 'c++config.h', - 'Line' => '2338', - 'Name' => 'std::size_t', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '369045' => { + '367121' => { 'Base' => { - '613566' => { + '397549' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'shared_ptr.h', + 'Line' => '103', + 'Name' => 'std::shared_ptr', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '824211' + } + }, + 'Type' => 'Class' + }, + '367466' => { + 'Base' => { + '626215' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '258' + 'type' => '119317' } }, 'Type' => 'Class' }, - '369196' => { + '367617' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits > > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '369045' + 'type' => '367466' } }, 'Type' => 'Struct' }, - '369210' => { - 'BaseType' => '1082953', + '367631' => { + 'BaseType' => '783601', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits > > >::pointer', + 'NameSpace' => 'std::allocator_traits > > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '369516' => { + '367880' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -24222,26 +26089,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '369715' + 'type' => '368079' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >, std::allocator > > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '258' + 'type' => '119317' }, '1' => { 'key' => '_Alloc', - 'type' => '369045' + 'type' => '367466' } }, 'Type' => 'Struct' }, - '369529' => { + '367893' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -24249,56 +26116,66 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '369703' + 'type' => '368067' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '369703' + 'type' => '368067' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '369703' + 'type' => '368067' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >, std::allocator > > >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >, std::allocator > > >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '369703' => { - 'BaseType' => '614193', + '368067' => { + 'BaseType' => '626781', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >, std::allocator > > >::pointer', + 'NameSpace' => 'std::_Vector_base >, std::allocator > > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '369715' => { + '368079' => { 'Base' => { - '369045' => { + '367466' => { 'pos' => '0' }, - '369529' => { + '367893' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >, std::allocator > > >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >, std::allocator > > >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '370465' => { + '3688' => { + 'BaseType' => '42', + 'Header' => 'c++config.h', + 'Line' => '2338', + 'Name' => 'std::size_t', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '368829' => { 'Base' => { - '369516' => { + '367880' => { 'access' => 'protected', 'pos' => '0' } @@ -24306,21 +26183,21 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '258' + 'type' => '119317' } }, 'Type' => 'Class' }, - '37051560' => { + '37036445' => { 'Base' => { - '37077413' => { + '37062298' => { 'access' => 'private', 'pos' => '0' } @@ -24332,12 +26209,12 @@ $VAR1 = { '0' => { 'name' => 'first', 'offset' => '0', - 'type' => '35599' + 'type' => '35687' }, '1' => { 'name' => 'second', 'offset' => '8', - 'type' => '1073819' + 'type' => '1093311' } }, 'Name' => 'struct std::pair', @@ -24347,18 +26224,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_T1', - 'type' => '35599' + 'type' => '35687' }, '1' => { 'key' => '_T2', - 'type' => '1073819' + 'type' => '1093311' } }, 'Type' => 'Struct' }, - '37052004' => { + '37036889' => { 'Base' => { - '37151289' => { + '37136817' => { 'pos' => '0' } }, @@ -24371,14 +26248,14 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '37051560' + 'type' => '37036445' } }, 'Type' => 'Class' }, - '37052404' => { + '37037289' => { 'Base' => { - '37151883' => { + '37137411' => { 'pos' => '0' } }, @@ -24391,14 +26268,14 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '37052554' + 'type' => '37037439' } }, 'Type' => 'Class' }, - '37052554' => { + '37037439' => { 'Base' => { - '83198' => { + '87781' => { 'pos' => '0' } }, @@ -24409,7 +26286,7 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '32', - 'type' => '37154532' + 'type' => '37140060' } }, 'Name' => 'struct std::_Rb_tree_node >', @@ -24419,12 +26296,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Val', - 'type' => '37051560' + 'type' => '37036445' } }, 'Type' => 'Struct' }, - '37052665' => { + '37037550' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '436', @@ -24433,7 +26310,7 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '37052679' + 'type' => '37037564' } }, 'Name' => 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >', @@ -24443,36 +26320,36 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '28281' + 'type' => '28369' }, '1' => { 'key' => '_Val', - 'type' => '37051560' + 'type' => '37036445' }, '2' => { 'key' => '_KeyOfValue', - 'type' => '37082395' + 'type' => '37067280' }, '3' => { 'key' => '_Compare', - 'type' => '189428' + 'type' => '194052' }, '4' => { 'key' => '_Alloc', - 'type' => '37052004' + 'type' => '37036889' } }, 'Type' => 'Class' }, - '37052679' => { + '37037564' => { 'Base' => { - '189504' => { + '194128' => { 'pos' => '1' }, - '37052404' => { + '37037289' => { 'pos' => '0' }, - '83394' => { + '87977' => { 'pos' => '2' } }, @@ -24487,12 +26364,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '189428' + 'type' => '194052' } }, 'Type' => 'Struct' }, - '37057652' => { + '37042537' => { 'Copied' => 1, 'Header' => 'stl_map.h', 'Line' => '100', @@ -24501,7 +26378,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '37057665' + 'type' => '37042550' } }, 'Name' => 'std::map', @@ -24511,17 +26388,17 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '28281' + 'type' => '28369' }, '1' => { 'key' => '_Tp', - 'type' => '1073819' + 'type' => '1093311' } }, 'Type' => 'Class' }, - '37057665' => { - 'BaseType' => '37052665', + '37042550' => { + 'BaseType' => '37037550', 'Header' => 'stl_map.h', 'Line' => '148', 'Name' => 'std::map::_Rep_type', @@ -24531,9 +26408,9 @@ $VAR1 = { 'Size' => '48', 'Type' => 'Typedef' }, - '37060010' => { + '37044895' => { 'Base' => { - '37078842' => { + '37063727' => { 'access' => 'private', 'pos' => '0' } @@ -24545,7 +26422,7 @@ $VAR1 = { '0' => { 'name' => 'first', 'offset' => '0', - 'type' => '1076236' + 'type' => '1095886' }, '1' => { 'name' => 'second', @@ -24553,14 +26430,14 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct std::pair', + 'Name' => 'struct std::pair', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_T1', - 'type' => '1076236' + 'type' => '1095886' }, '1' => { 'key' => '_T2', @@ -24569,49 +26446,49 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '37060426' => { + '37045311' => { 'Base' => { - '37152370' => { + '37137898' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator >', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '37060010' + 'type' => '37044895' } }, 'Type' => 'Class' }, - '37060826' => { + '37045711' => { 'Base' => { - '37152964' => { + '37138492' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator > >', + 'Name' => 'std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '37060976' + 'type' => '37045861' } }, 'Type' => 'Class' }, - '37060976' => { + '37045861' => { 'Base' => { - '83198' => { + '87781' => { 'pos' => '0' } }, @@ -24622,22 +26499,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '32', - 'type' => '37156093' + 'type' => '37141621' } }, - 'Name' => 'struct std::_Rb_tree_node >', + 'Name' => 'struct std::_Rb_tree_node >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Val', - 'type' => '37060010' + 'type' => '37044895' } }, 'Type' => 'Struct' }, - '37061365' => { + '37046250' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '436', @@ -24646,66 +26523,66 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '37061379' + 'type' => '37046264' } }, - 'Name' => 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >', + 'Name' => 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '1076230' + 'type' => '1095880' }, '1' => { 'key' => '_Val', - 'type' => '37060010' + 'type' => '37044895' }, '2' => { 'key' => '_KeyOfValue', - 'type' => '37082256' + 'type' => '37067141' }, '3' => { 'key' => '_Compare', - 'type' => '8746681' + 'type' => '8924473' }, '4' => { 'key' => '_Alloc', - 'type' => '37060426' + 'type' => '37045311' } }, 'Type' => 'Class' }, - '37061379' => { + '37046264' => { 'Base' => { - '37060826' => { + '37045711' => { 'pos' => '0' }, - '83394' => { + '87977' => { 'pos' => '2' }, - '8746757' => { + '8924549' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '673', - 'Name' => 'struct std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_Rb_tree_impl >', - 'NameSpace' => 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >', + 'Name' => 'struct std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_Rb_tree_impl >', + 'NameSpace' => 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '8746681' + 'type' => '8924473' } }, 'Type' => 'Struct' }, - '37066352' => { + '37051237' => { 'Copied' => 1, 'Header' => 'stl_map.h', 'Line' => '100', @@ -24714,17 +26591,17 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '37066365' + 'type' => '37051250' } }, - 'Name' => 'std::map', + 'Name' => 'std::map', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '1076230' + 'type' => '1095880' }, '1' => { 'key' => '_Tp', @@ -24733,20 +26610,20 @@ $VAR1 = { }, 'Type' => 'Class' }, - '37066365' => { - 'BaseType' => '37061365', + '37051250' => { + 'BaseType' => '37046250', 'Header' => 'stl_map.h', 'Line' => '148', - 'Name' => 'std::map::_Rep_type', - 'NameSpace' => 'std::map', + 'Name' => 'std::map::_Rep_type', + 'NameSpace' => 'std::map', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '48', 'Type' => 'Typedef' }, - '37068710' => { + '37053595' => { 'Base' => { - '37077633' => { + '37062518' => { 'access' => 'private', 'pos' => '0' } @@ -24758,12 +26635,12 @@ $VAR1 = { '0' => { 'name' => 'first', 'offset' => '0', - 'type' => '35599' + 'type' => '35687' }, '1' => { 'name' => 'second', 'offset' => '8', - 'type' => '1090391' + 'type' => '1110558' } }, 'Name' => 'struct std::pair', @@ -24773,18 +26650,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_T1', - 'type' => '35599' + 'type' => '35687' }, '1' => { 'key' => '_T2', - 'type' => '1090391' + 'type' => '1110558' } }, 'Type' => 'Struct' }, - '37069154' => { + '37054039' => { 'Base' => { - '37153451' => { + '37138979' => { 'pos' => '0' } }, @@ -24797,14 +26674,14 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '37068710' + 'type' => '37053595' } }, 'Type' => 'Class' }, - '37069554' => { + '37054439' => { 'Base' => { - '37154045' => { + '37139573' => { 'pos' => '0' } }, @@ -24817,14 +26694,14 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '37069704' + 'type' => '37054589' } }, 'Type' => 'Class' }, - '37069704' => { + '37054589' => { 'Base' => { - '83198' => { + '87781' => { 'pos' => '0' } }, @@ -24835,7 +26712,7 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '32', - 'type' => '37154755' + 'type' => '37140283' } }, 'Name' => 'struct std::_Rb_tree_node >', @@ -24845,12 +26722,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Val', - 'type' => '37068710' + 'type' => '37053595' } }, 'Type' => 'Struct' }, - '37069815' => { + '37054700' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '436', @@ -24859,7 +26736,7 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '37069829' + 'type' => '37054714' } }, 'Name' => 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >', @@ -24869,36 +26746,36 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '28281' + 'type' => '28369' }, '1' => { 'key' => '_Val', - 'type' => '37068710' + 'type' => '37053595' }, '2' => { 'key' => '_KeyOfValue', - 'type' => '37082534' + 'type' => '37067419' }, '3' => { 'key' => '_Compare', - 'type' => '189428' + 'type' => '194052' }, '4' => { 'key' => '_Alloc', - 'type' => '37069154' + 'type' => '37054039' } }, 'Type' => 'Class' }, - '37069829' => { + '37054714' => { 'Base' => { - '189504' => { + '194128' => { 'pos' => '1' }, - '37069554' => { + '37054439' => { 'pos' => '0' }, - '83394' => { + '87977' => { 'pos' => '2' } }, @@ -24913,12 +26790,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '189428' + 'type' => '194052' } }, 'Type' => 'Struct' }, - '37074802' => { + '37059687' => { 'Copied' => 1, 'Header' => 'stl_map.h', 'Line' => '100', @@ -24927,7 +26804,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '37074815' + 'type' => '37059700' } }, 'Name' => 'std::map', @@ -24937,17 +26814,17 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '28281' + 'type' => '28369' }, '1' => { 'key' => '_Tp', - 'type' => '1090391' + 'type' => '1110558' } }, 'Type' => 'Class' }, - '37074815' => { - 'BaseType' => '37069815', + '37059700' => { + 'BaseType' => '37054700', 'Header' => 'stl_map.h', 'Line' => '148', 'Name' => 'std::map::_Rep_type', @@ -24957,7 +26834,7 @@ $VAR1 = { 'Size' => '48', 'Type' => 'Typedef' }, - '37077413' => { + '37062298' => { 'Copied' => 1, 'Header' => 'stl_pair.h', 'Line' => '190', @@ -24968,16 +26845,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_U1', - 'type' => '35599' + 'type' => '35687' }, '1' => { 'key' => '_U2', - 'type' => '1073819' + 'type' => '1093311' } }, 'Type' => 'Class' }, - '37077633' => { + '37062518' => { 'Copied' => 1, 'Header' => 'stl_pair.h', 'Line' => '190', @@ -24988,27 +26865,27 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_U1', - 'type' => '35599' + 'type' => '35687' }, '1' => { 'key' => '_U2', - 'type' => '1090391' + 'type' => '1110558' } }, 'Type' => 'Class' }, - '37078842' => { + '37063727' => { 'Copied' => 1, 'Header' => 'stl_pair.h', 'Line' => '190', - 'Name' => 'std::__pair_base', + 'Name' => 'std::__pair_base', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_U1', - 'type' => '1076236' + 'type' => '1095886' }, '1' => { 'key' => '_U2', @@ -25017,47 +26894,47 @@ $VAR1 = { }, 'Type' => 'Class' }, - '37082224' => { + '37067109' => { 'Header' => 'stl_function.h', 'Line' => '105', - 'Name' => 'struct std::unary_function, OSL_v1_13_4::pvt::Symbol const*const>', + 'Name' => 'struct std::unary_function, OSL_v1_13_5::pvt::Symbol const*const>', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg', - 'type' => '37060010' + 'type' => '37044895' }, '1' => { 'key' => '_Result', - 'type' => '1076236' + 'type' => '1095886' } }, 'Type' => 'Struct' }, - '37082256' => { + '37067141' => { 'Base' => { - '37082224' => { + '37067109' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '1147', - 'Name' => 'struct std::_Select1st >', + 'Name' => 'struct std::_Select1st >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Pair', - 'type' => '37060010' + 'type' => '37044895' } }, 'Type' => 'Struct' }, - '37082363' => { + '37067248' => { 'Header' => 'stl_function.h', 'Line' => '105', 'Name' => 'struct std::unary_function, std::string const>', @@ -25067,18 +26944,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Arg', - 'type' => '37051560' + 'type' => '37036445' }, '1' => { 'key' => '_Result', - 'type' => '35599' + 'type' => '35687' } }, 'Type' => 'Struct' }, - '37082395' => { + '37067280' => { 'Base' => { - '37082363' => { + '37067248' => { 'pos' => '0' } }, @@ -25092,12 +26969,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Pair', - 'type' => '37051560' + 'type' => '37036445' } }, 'Type' => 'Struct' }, - '37082502' => { + '37067387' => { 'Header' => 'stl_function.h', 'Line' => '105', 'Name' => 'struct std::unary_function, std::string const>', @@ -25107,18 +26984,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Arg', - 'type' => '37068710' + 'type' => '37053595' }, '1' => { 'key' => '_Result', - 'type' => '35599' + 'type' => '35687' } }, 'Type' => 'Struct' }, - '37082534' => { + '37067419' => { 'Base' => { - '37082502' => { + '37067387' => { 'pos' => '0' } }, @@ -25132,12 +27009,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Pair', - 'type' => '37068710' + 'type' => '37053595' } }, 'Type' => 'Struct' }, - '37151289' => { + '37136817' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -25148,12 +27025,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '37051560' + 'type' => '37036445' } }, 'Type' => 'Class' }, - '37151883' => { + '37137411' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -25164,44 +27041,44 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '37052554' + 'type' => '37037439' } }, 'Type' => 'Class' }, - '37152370' => { + '37137898' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '37060010' + 'type' => '37044895' } }, 'Type' => 'Class' }, - '37152964' => { + '37138492' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator > >', + 'Name' => '__gnu_cxx::new_allocator > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '37060976' + 'type' => '37045861' } }, 'Type' => 'Class' }, - '37153451' => { + '37138979' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -25212,12 +27089,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '37068710' + 'type' => '37053595' } }, 'Type' => 'Class' }, - '37154045' => { + '37139573' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -25228,12 +27105,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '37069704' + 'type' => '37054589' } }, 'Type' => 'Class' }, - '37154532' => { + '37140060' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -25241,7 +27118,7 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '1073318' + 'type' => '1092810' } }, 'Name' => 'struct __gnu_cxx::__aligned_membuf >', @@ -25251,12 +27128,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '37051560' + 'type' => '37036445' } }, 'Type' => 'Struct' }, - '37154755' => { + '37140283' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -25264,7 +27141,7 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '1073318' + 'type' => '1092810' } }, 'Name' => 'struct __gnu_cxx::__aligned_membuf >', @@ -25274,12 +27151,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '37068710' + 'type' => '37053595' } }, 'Type' => 'Struct' }, - '37156093' => { + '37141621' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -25287,84 +27164,240 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '1073318' + 'type' => '1092810' } }, - 'Name' => 'struct __gnu_cxx::__aligned_membuf >', + 'Name' => 'struct __gnu_cxx::__aligned_membuf >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '37060010' + 'type' => '37044895' } }, 'Type' => 'Struct' }, - '37293053' => { - 'BaseType' => '37057652', + '371948' => { + 'Base' => { + '627442' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'type' => '1102633' + } + }, + 'Type' => 'Class' + }, + '372099' => { + 'Copied' => 1, + 'Header' => 'alloc_traits.h', + 'Line' => '392', + 'Name' => 'struct std::allocator_traits >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Alloc', + 'type' => '371948' + } + }, + 'Type' => 'Struct' + }, + '372113' => { + 'BaseType' => '1102622', + 'Header' => 'alloc_traits.h', + 'Line' => '400', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '372362' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '81', + 'Memb' => { + '0' => { + 'name' => '_M_impl', + 'offset' => '0', + 'type' => '372561' + } + }, + 'Name' => 'struct std::_Vector_base >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '1102633' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '371948' + } + }, + 'Type' => 'Struct' + }, + '372375' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '88', + 'Memb' => { + '0' => { + 'name' => '_M_start', + 'offset' => '0', + 'type' => '372549' + }, + '1' => { + 'name' => '_M_finish', + 'offset' => '8', + 'type' => '372549' + }, + '2' => { + 'name' => '_M_end_of_storage', + 'offset' => '16', + 'type' => '372549' + } + }, + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '372549' => { + 'BaseType' => '628008', + 'Header' => 'stl_vector.h', + 'Line' => '86', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '372561' => { + 'Base' => { + '371948' => { + 'pos' => '0' + }, + '372375' => { + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '125', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '37280875' => { + 'BaseType' => '37042537', 'Header' => 'backendllvm.h', - 'Line' => '66', - 'Name' => 'OSL_v1_13_4::pvt::BackendLLVM::AllocationMap', - 'NameSpace' => 'OSL_v1_13_4::pvt::BackendLLVM', + 'Line' => '74', + 'Name' => 'OSL_v1_13_5::pvt::BackendLLVM::AllocationMap', + 'NameSpace' => 'OSL_v1_13_5::pvt::BackendLLVM', 'PrivateABI' => 1, 'Size' => '48', 'Type' => 'Typedef' }, - '37327574' => { - 'BaseType' => '848841', - 'Name' => 'OSL_v1_13_4::pvt::LLVM_Util*const', + '37315781' => { + 'BaseType' => '867934', + 'Name' => 'OSL_v1_13_5::pvt::LLVM_Util*const', 'Size' => '8', 'Type' => 'Const' }, - '373642' => { + '373311' => { 'Base' => { - '614854' => { + '372362' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '386', + 'Name' => 'std::vector', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '1102633' + } + }, + 'Type' => 'Class' + }, + '37553186' => { + 'BaseType' => '1094014', + 'Name' => 'OSL_v1_13_5::pvt::LLVM_Util const*const', + 'Size' => '8', + 'Type' => 'Const' + }, + '376430' => { + 'Base' => { + '628669' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '820630' + 'type' => '367121' } }, 'Type' => 'Class' }, - '373793' => { + '376581' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '373642' + 'type' => '376430' } }, 'Type' => 'Struct' }, - '373807' => { - 'BaseType' => '1083210', + '376595' => { + 'BaseType' => '1102902', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits > >::pointer', + 'NameSpace' => 'std::allocator_traits > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '374113' => { + '376995' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -25372,26 +27405,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '374312' + 'type' => '377194' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base, std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '820630' + 'type' => '367121' }, '1' => { 'key' => '_Alloc', - 'type' => '373642' + 'type' => '376430' } }, 'Type' => 'Struct' }, - '374126' => { + '377008' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -25399,56 +27432,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '374300' + 'type' => '377182' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '374300' + 'type' => '377182' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '374300' + 'type' => '377182' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '374300' => { - 'BaseType' => '615481', + '377182' => { + 'BaseType' => '629398', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base, std::allocator > >::pointer', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '374312' => { + '377194' => { 'Base' => { - '373642' => { + '376430' => { 'pos' => '0' }, - '374126' => { + '377008' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '375090' => { + '377944' => { 'Base' => { - '374113' => { + '376995' => { 'access' => 'protected', 'pos' => '0' } @@ -25456,71 +27489,408 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '820630' + 'type' => '367121' } }, 'Type' => 'Class' }, - '37564698' => { - 'BaseType' => '1074522', - 'Name' => 'OSL_v1_13_4::pvt::LLVM_Util const*const', + '381121' => { + 'Base' => { + '630059' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'type' => '258' + } + }, + 'Type' => 'Class' + }, + '381272' => { + 'Copied' => 1, + 'Header' => 'alloc_traits.h', + 'Line' => '392', + 'Name' => 'struct std::allocator_traits >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Alloc', + 'type' => '381121' + } + }, + 'Type' => 'Struct' + }, + '381286' => { + 'BaseType' => '1103159', + 'Header' => 'alloc_traits.h', + 'Line' => '400', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '381592' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '81', + 'Memb' => { + '0' => { + 'name' => '_M_impl', + 'offset' => '0', + 'type' => '381791' + } + }, + 'Name' => 'struct std::_Vector_base >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '258' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '381121' + } + }, + 'Type' => 'Struct' + }, + '381605' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '88', + 'Memb' => { + '0' => { + 'name' => '_M_start', + 'offset' => '0', + 'type' => '381779' + }, + '1' => { + 'name' => '_M_finish', + 'offset' => '8', + 'type' => '381779' + }, + '2' => { + 'name' => '_M_end_of_storage', + 'offset' => '16', + 'type' => '381779' + } + }, + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '381779' => { + 'BaseType' => '630686', + 'Header' => 'stl_vector.h', + 'Line' => '86', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '381791' => { + 'Base' => { + '381121' => { + 'pos' => '0' + }, + '381605' => { + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '125', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '382541' => { + 'Base' => { + '381592' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '386', + 'Name' => 'std::vector', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '258' + } + }, + 'Type' => 'Class' + }, + '38535987' => { + 'Base' => { + '38621460' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'type' => '1095880' + } + }, + 'Type' => 'Class' + }, + '38540546' => { + 'Base' => { + '38622117' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'type' => '38799452' + } + }, + 'Type' => 'Class' + }, + '38540697' => { + 'Copied' => 1, + 'Header' => 'alloc_traits.h', + 'Line' => '392', + 'Name' => 'struct std::allocator_traits > >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Alloc', + 'type' => '38540546' + } + }, + 'Type' => 'Struct' + }, + '38540711' => { + 'BaseType' => '39061852', + 'Header' => 'alloc_traits.h', + 'Line' => '400', + 'Name' => 'std::allocator_traits > >::pointer', + 'NameSpace' => 'std::allocator_traits > >', + 'PrivateABI' => 1, 'Size' => '8', - 'Type' => 'Const' + 'Type' => 'Typedef' + }, + '38540960' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '81', + 'Memb' => { + '0' => { + 'name' => '_M_impl', + 'offset' => '0', + 'type' => '38541158' + } + }, + 'Name' => 'struct std::_Vector_base, std::allocator > >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '38799452' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '38540546' + } + }, + 'Type' => 'Struct' + }, + '38540973' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '88', + 'Memb' => { + '0' => { + 'name' => '_M_start', + 'offset' => '0', + 'type' => '38541146' + }, + '1' => { + 'name' => '_M_finish', + 'offset' => '8', + 'type' => '38541146' + }, + '2' => { + 'name' => '_M_end_of_storage', + 'offset' => '16', + 'type' => '38541146' + } + }, + 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '38541146' => { + 'BaseType' => '38622683', + 'Header' => 'stl_vector.h', + 'Line' => '86', + 'Name' => 'std::_Vector_base, std::allocator > >::pointer', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '38541158' => { + 'Base' => { + '38540546' => { + 'pos' => '0' + }, + '38540973' => { + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '125', + 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '38541936' => { + 'Base' => { + '38540960' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '386', + 'Name' => 'std::vector, std::allocator > >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '38799452' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '38540546' + } + }, + 'Type' => 'Class' + }, + '38552987' => { + 'Header' => 'stl_function.h', + 'Line' => '105', + 'Name' => 'struct std::unary_function', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Arg', + 'type' => '31154777' + }, + '1' => { + 'key' => '_Result', + 'type' => '31154777' + } + }, + 'Type' => 'Struct' }, - '378371' => { + '385718' => { 'Base' => { - '616142' => { + '631347' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '825062' + 'type' => '838965' } }, 'Type' => 'Class' }, - '378522' => { + '385869' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '378371' + 'type' => '385718' } }, 'Type' => 'Struct' }, - '378536' => { - 'BaseType' => '1082381', + '385883' => { + 'BaseType' => '1103416', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '378785' => { + '386189' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -25528,26 +27898,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '378984' + 'type' => '386388' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '825062' + 'type' => '838965' }, '1' => { 'key' => '_Alloc', - 'type' => '378371' + 'type' => '385718' } }, 'Type' => 'Struct' }, - '378798' => { + '386202' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -25555,56 +27925,505 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '378972' + 'type' => '386376' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '378972' + 'type' => '386376' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '378972' + 'type' => '386376' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '378972' => { - 'BaseType' => '616708', + '38621460' => { + 'Copied' => 1, + 'Header' => 'new_allocator.h', + 'Line' => '58', + 'Name' => '__gnu_cxx::new_allocator', + 'NameSpace' => '__gnu_cxx', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '1095880' + } + }, + 'Type' => 'Class' + }, + '38622117' => { + 'Copied' => 1, + 'Header' => 'new_allocator.h', + 'Line' => '58', + 'Name' => '__gnu_cxx::new_allocator >', + 'NameSpace' => '__gnu_cxx', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '38799452' + } + }, + 'Type' => 'Class' + }, + '38622482' => { + 'Base' => { + '38540697' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'alloc_traits.h', + 'Line' => '50', + 'Name' => 'struct __gnu_cxx::__alloc_traits > >', + 'NameSpace' => '__gnu_cxx', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Alloc', + 'type' => '38540546' + } + }, + 'Type' => 'Struct' + }, + '38622683' => { + 'BaseType' => '38540711', + 'Header' => 'alloc_traits.h', + 'Line' => '59', + 'Name' => '__gnu_cxx::__alloc_traits > >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits > >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '386376' => { + 'BaseType' => '631974', + 'Header' => 'stl_vector.h', + 'Line' => '86', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '386388' => { + 'Base' => { + '385718' => { + 'pos' => '0' + }, + '386202' => { + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '125', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '387166' => { + 'Base' => { + '386189' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '386', + 'Name' => 'std::vector', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '838965' + } + }, + 'Type' => 'Class' + }, + '38797712' => { + 'Header' => 'rendererservices.h', + 'Line' => '35', + 'Memb' => { + '0' => { + 'name' => 'ShaderGlobalsPointer', + 'value' => '0' + }, + '1' => { + 'name' => 'ShadeIndex', + 'value' => '1' + }, + '2' => { + 'name' => 'Derivatives', + 'value' => '2' + }, + '3' => { + 'name' => 'Type', + 'value' => '3' + }, + '4' => { + 'name' => 'ArrayIndex', + 'value' => '4' + }, + '5' => { + 'name' => 'IsArrayLookup', + 'value' => '5' + }, + '6' => { + 'name' => 'ObjectName', + 'value' => '6' + }, + '7' => { + 'name' => 'AttributeName', + 'value' => '7' + } + }, + 'Name' => 'enum OSL_v1_13_5::AttributeSpecBuiltinArg', + 'NameSpace' => 'OSL_v1_13_5', + 'Size' => '4', + 'Type' => 'Enum' + }, + '38799452' => { + 'Header' => 'variant.h', + 'Line' => '14', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'unnamed0', + 'offset' => '0', + 'type' => '38799582' + }, + '1' => { + 'access' => 'private', + 'name' => 'm_type', + 'offset' => '8', + 'type' => '38799465' + } + }, + 'Name' => 'OSL_v1_13_5::ArgVariant', + 'NameSpace' => 'OSL_v1_13_5', + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => 'TBuiltinArg', + 'type' => '38797712' + } + }, + 'Type' => 'Class' + }, + '38799465' => { + 'Header' => 'variant.h', + 'Line' => '16', + 'Memb' => { + '0' => { + 'name' => 'Unspecified', + 'value' => '0' + }, + '1' => { + 'name' => 'Builtin', + 'value' => '1' + }, + '10' => { + 'name' => 'UInt64', + 'value' => '10' + }, + '11' => { + 'name' => 'Float', + 'value' => '11' + }, + '12' => { + 'name' => 'Double', + 'value' => '12' + }, + '13' => { + 'name' => 'Pointer', + 'value' => '13' + }, + '14' => { + 'name' => 'UString', + 'value' => '14' + }, + '15' => { + 'name' => 'UStringHash', + 'value' => '15' + }, + '2' => { + 'name' => 'Bool', + 'value' => '2' + }, + '3' => { + 'name' => 'Int8', + 'value' => '3' + }, + '4' => { + 'name' => 'Int16', + 'value' => '4' + }, + '5' => { + 'name' => 'Int32', + 'value' => '5' + }, + '6' => { + 'name' => 'Int64', + 'value' => '6' + }, + '7' => { + 'name' => 'UInt8', + 'value' => '7' + }, + '8' => { + 'name' => 'UInt16', + 'value' => '8' + }, + '9' => { + 'name' => 'UInt32', + 'value' => '9' + } + }, + 'Name' => 'enum OSL_v1_13_5::ArgVariant::Type', + 'NameSpace' => 'OSL_v1_13_5::ArgVariant', + 'Size' => '4', + 'Type' => 'Enum' + }, + '38799582' => { + 'Header' => 'variant.h', + 'Line' => '36', + 'Memb' => { + '0' => { + 'name' => 'm_builtin', + 'offset' => '0', + 'type' => '38797712' + }, + '1' => { + 'name' => 'm_bool', + 'offset' => '0', + 'type' => '655503' + }, + '10' => { + 'name' => 'm_float', + 'offset' => '0', + 'type' => '50' + }, + '11' => { + 'name' => 'm_double', + 'offset' => '0', + 'type' => '58' + }, + '12' => { + 'name' => 'm_ptr', + 'offset' => '0', + 'type' => '258' + }, + '13' => { + 'name' => 'm_ustring', + 'offset' => '0', + 'type' => '690782' + }, + '14' => { + 'name' => 'm_ustringhash', + 'offset' => '0', + 'type' => '689777' + }, + '2' => { + 'name' => 'm_int8', + 'offset' => '0', + 'type' => '571140' + }, + '3' => { + 'name' => 'm_int16', + 'offset' => '0', + 'type' => '571152' + }, + '4' => { + 'name' => 'm_int32', + 'offset' => '0', + 'type' => '571169' + }, + '5' => { + 'name' => 'm_int64', + 'offset' => '0', + 'type' => '571186' + }, + '6' => { + 'name' => 'm_uint8', + 'offset' => '0', + 'type' => '655797' + }, + '7' => { + 'name' => 'm_uint16', + 'offset' => '0', + 'type' => '655809' + }, + '8' => { + 'name' => 'm_uint32', + 'offset' => '0', + 'type' => '655826' + }, + '9' => { + 'name' => 'm_uint64', + 'offset' => '0', + 'type' => '655843' + } + }, + 'Name' => 'OSL_v1_13_5::ArgVariant::anon-union-variant.h-36', + 'NameSpace' => 'OSL_v1_13_5::ArgVariant', + 'Private' => 1, + 'Size' => '8', + 'Type' => 'Union' + }, + '390447' => { + 'Base' => { + '632635' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'type' => '843722' + } + }, + 'Type' => 'Class' + }, + '390598' => { + 'Copied' => 1, + 'Header' => 'alloc_traits.h', + 'Line' => '392', + 'Name' => 'struct std::allocator_traits >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Alloc', + 'type' => '390447' + } + }, + 'Type' => 'Struct' + }, + '390612' => { + 'BaseType' => '1102587', + 'Header' => 'alloc_traits.h', + 'Line' => '400', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '39061852' => { + 'BaseType' => '38799452', + 'Name' => 'OSL_v1_13_5::ArgVariant*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '390861' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '81', + 'Memb' => { + '0' => { + 'name' => '_M_impl', + 'offset' => '0', + 'type' => '391060' + } + }, + 'Name' => 'struct std::_Vector_base >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '843722' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '390447' + } + }, + 'Type' => 'Struct' + }, + '390874' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '88', + 'Memb' => { + '0' => { + 'name' => '_M_start', + 'offset' => '0', + 'type' => '391048' + }, + '1' => { + 'name' => '_M_finish', + 'offset' => '8', + 'type' => '391048' + }, + '2' => { + 'name' => '_M_end_of_storage', + 'offset' => '16', + 'type' => '391048' + } + }, + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '391048' => { + 'BaseType' => '633201', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '378984' => { + '391060' => { 'Base' => { - '378371' => { + '390447' => { 'pos' => '0' }, - '378798' => { + '390874' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '379734' => { + '391810' => { 'Base' => { - '378785' => { + '390861' => { 'access' => 'protected', 'pos' => '0' } @@ -25612,21 +28431,21 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '825062' + 'type' => '843722' } }, 'Type' => 'Class' }, - '3798379' => { + '3925037' => { 'Base' => { - '3886500' => { + '4013809' => { 'pos' => '0' } }, @@ -25639,12 +28458,12 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '4001383' + 'type' => '4128755' } }, 'Type' => 'Class' }, - '3798529' => { + '3925187' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', @@ -25655,13 +28474,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '3798379' + 'type' => '3925037' } }, 'Type' => 'Struct' }, - '3798543' => { - 'BaseType' => '4078500', + '3925201' => { + 'BaseType' => '4209589', 'Header' => 'alloc_traits.h', 'Line' => '400', 'Name' => 'std::allocator_traits >::pointer', @@ -25670,7 +28489,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '3798849' => { + '3925507' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -25678,7 +28497,7 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '3799047' + 'type' => '3925705' } }, 'Name' => 'struct std::_Vector_base >', @@ -25688,16 +28507,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '4001383' + 'type' => '4128755' }, '1' => { 'key' => '_Alloc', - 'type' => '3798379' + 'type' => '3925037' } }, 'Type' => 'Struct' }, - '3798862' => { + '3925520' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -25705,17 +28524,17 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '3799035' + 'type' => '3925693' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '3799035' + 'type' => '3925693' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '3799035' + 'type' => '3925693' } }, 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', @@ -25724,8 +28543,8 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '3799035' => { - 'BaseType' => '3887127', + '3925693' => { + 'BaseType' => '4014436', 'Header' => 'stl_vector.h', 'Line' => '86', 'Name' => 'std::_Vector_base >::pointer', @@ -25734,12 +28553,12 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '3799047' => { + '3925705' => { 'Base' => { - '3798379' => { + '3925037' => { 'pos' => '0' }, - '3798862' => { + '3925520' => { 'pos' => '1' } }, @@ -25752,9 +28571,9 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '3799825' => { + '3926483' => { 'Base' => { - '3798849' => { + '3925507' => { 'access' => 'protected', 'pos' => '0' } @@ -25769,12 +28588,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '4001383' + 'type' => '4128755' } }, 'Type' => 'Class' }, - '3807327' => { + '3933985' => { 'Copied' => 1, 'Header' => 'unordered_map.h', 'Line' => '102', @@ -25783,17 +28602,17 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_h', 'offset' => '0', - 'type' => '3807340' + 'type' => '3933998' } }, - 'Name' => 'std::unordered_map, std::equal_to >', + 'Name' => 'std::unordered_map, std::equal_to >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '56', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_Tp', @@ -25801,71 +28620,71 @@ $VAR1 = { }, '2' => { 'key' => '_Hash', - 'type' => '112755' + 'type' => '117379' }, '3' => { 'key' => '_Pred', - 'type' => '314090' + 'type' => '318714' } }, 'Type' => 'Class' }, - '3807340' => { - 'BaseType' => '223828', + '3933998' => { + 'BaseType' => '228452', 'Header' => 'unordered_map.h', 'Line' => '104', - 'Name' => 'std::unordered_map, std::equal_to >::_Hashtable', - 'NameSpace' => 'std::unordered_map, std::equal_to >', + 'Name' => 'std::unordered_map, std::equal_to >::_Hashtable', + 'NameSpace' => 'std::unordered_map, std::equal_to >', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '56', 'Type' => 'Typedef' }, - '3810821' => { + '3937475' => { 'Header' => 'stl_function.h', 'Line' => '118', - 'Name' => 'struct std::binary_function', + 'Name' => 'struct std::binary_function', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg1', - 'type' => '4043568' + 'type' => '4173078' }, '1' => { 'key' => '_Arg2', - 'type' => '4043568' + 'type' => '4173078' }, '2' => { 'key' => '_Result', - 'type' => '638960' + 'type' => '655503' } }, 'Type' => 'Struct' }, - '3810862' => { + '3937516' => { 'Base' => { - '3810821' => { + '3937475' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '351', - 'Name' => 'struct std::equal_to', + 'Name' => 'struct std::equal_to', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '4043568' + 'type' => '4173078' } }, 'Type' => 'Struct' }, - '3815156' => { + '3941810' => { 'Copied' => 1, 'Header' => 'unordered_map.h', 'Line' => '102', @@ -25874,91 +28693,91 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_h', 'offset' => '0', - 'type' => '3815169' + 'type' => '3941823' } }, - 'Name' => 'std::unordered_map >', + 'Name' => 'std::unordered_map >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '56', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '4043568' + 'type' => '4173078' }, '1' => { 'key' => '_Tp', - 'type' => '4043824' + 'type' => '4173334' }, '2' => { 'key' => '_Hash', - 'type' => '4043773' + 'type' => '4173283' }, '3' => { 'key' => '_Pred', - 'type' => '3810862' + 'type' => '3937516' } }, 'Type' => 'Class' }, - '3815169' => { - 'BaseType' => '223828', + '3941823' => { + 'BaseType' => '228452', 'Header' => 'unordered_map.h', 'Line' => '104', - 'Name' => 'std::unordered_map >::_Hashtable', - 'NameSpace' => 'std::unordered_map >', + 'Name' => 'std::unordered_map >::_Hashtable', + 'NameSpace' => 'std::unordered_map >', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '56', 'Type' => 'Typedef' }, - '3817868' => { + '3944518' => { 'Base' => { - '3889585' => { + '4016894' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '4043927' + 'type' => '4173437' } }, 'Type' => 'Class' }, - '3818018' => { + '3944668' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '3817868' + 'type' => '3944518' } }, 'Type' => 'Struct' }, - '3818032' => { - 'BaseType' => '4078472', + '3944682' => { + 'BaseType' => '4209561', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '3818509' => { + '3945159' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -25966,26 +28785,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '3818707' + 'type' => '3945357' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '4043927' + 'type' => '4173437' }, '1' => { 'key' => '_Alloc', - 'type' => '3817868' + 'type' => '3944518' } }, 'Type' => 'Struct' }, - '3818522' => { + '3945172' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -25993,56 +28812,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '3818695' + 'type' => '3945345' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '3818695' + 'type' => '3945345' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '3818695' + 'type' => '3945345' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '3818695' => { - 'BaseType' => '3890395', + '3945345' => { + 'BaseType' => '4017704', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '3818707' => { + '3945357' => { 'Base' => { - '3817868' => { + '3944518' => { 'pos' => '0' }, - '3818522' => { + '3945172' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '3819485' => { + '3946135' => { 'Base' => { - '3818509' => { + '3945159' => { 'access' => 'protected', 'pos' => '0' } @@ -26050,19 +28869,19 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '4043927' + 'type' => '4173437' } }, 'Type' => 'Class' }, - '382853' => { + '394929' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '89', @@ -26073,12 +28892,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1083680' + 'type' => '1103886' } }, 'Type' => 'Struct' }, - '382908' => { + '394984' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '120', @@ -26087,7 +28906,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '384443' + 'type' => '396519' } }, 'Name' => 'std::__uniq_ptr_impl >', @@ -26101,14 +28920,14 @@ $VAR1 = { }, '1' => { 'key' => '_Dp', - 'type' => '382853' + 'type' => '394929' } }, 'Type' => 'Class' }, - '383231' => { + '395307' => { 'Base' => { - '382853' => { + '394929' => { 'pos' => '0' } }, @@ -26127,14 +28946,14 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '382853' + 'type' => '394929' } }, 'Type' => 'Struct' }, - '383484' => { + '395560' => { 'Base' => { - '383231' => { + '395307' => { 'access' => 'private', 'pos' => '0' } @@ -26154,12 +28973,12 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '382853' + 'type' => '394929' } }, 'Type' => 'Struct' }, - '383781' => { + '395857' => { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '120', @@ -26167,7 +28986,7 @@ $VAR1 = { '0' => { 'name' => '_M_head_impl', 'offset' => '0', - 'type' => '767920' + 'type' => '781781' } }, 'Name' => 'struct std::_Head_base<0ul, unsigned char*>', @@ -26182,17 +29001,17 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '767920' + 'type' => '781781' } }, 'Type' => 'Struct' }, - '384041' => { + '396117' => { 'Base' => { - '383484' => { + '395560' => { 'pos' => '0' }, - '383781' => { + '395857' => { 'access' => 'private', 'pos' => '1' } @@ -26212,14 +29031,14 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '767920' + 'type' => '781781' } }, 'Type' => 'Struct' }, - '384443' => { + '396519' => { 'Base' => { - '384041' => { + '396117' => { 'pos' => '0' } }, @@ -26233,12 +29052,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => undef, - 'type' => '767920' + 'type' => '781781' } }, 'Type' => 'Class' }, - '384726' => { + '396802' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '423', @@ -26247,7 +29066,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '382908' + 'type' => '394984' } }, 'Name' => 'std::unique_ptr >', @@ -26257,103 +29076,64 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1083680' + 'type' => '1103886' }, '1' => { 'key' => '_Dp', - 'type' => '382853' + 'type' => '394929' } }, 'Type' => 'Class' }, - '385288' => { + '397364' => { 'Copied' => 1, 'Header' => 'shared_ptr_base.h', 'Line' => '999', - 'Name' => 'std::__shared_ptr_access', + 'Name' => 'std::__shared_ptr_access', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '808177' + 'type' => '824211' }, '1' => { 'key' => '_Lp', - 'type' => '565028', + 'type' => '580825', 'val' => '2' } }, 'Type' => 'Class' }, - '38531934' => { - 'Base' => { - '38610359' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'type' => '1076230' - } - }, - 'Type' => 'Class' - }, - '385436' => { + '397512' => { 'Header' => 'type_traits', 'Line' => '1835', - 'Name' => 'struct std::remove_extent', + 'Name' => 'struct std::remove_extent', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '808177' + 'type' => '824211' } }, 'Type' => 'Struct' }, - '38544292' => { - 'Header' => 'stl_function.h', - 'Line' => '105', - 'Name' => 'struct std::unary_function', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Arg', - 'type' => '31206807' - }, - '1' => { - 'key' => '_Result', - 'type' => '31206807' - } - }, - 'Type' => 'Struct' - }, - '385450' => { - 'BaseType' => '808177', + '397526' => { + 'BaseType' => '824211', 'Header' => 'type_traits', 'Line' => '1836', - 'Name' => 'std::remove_extent::type', - 'NameSpace' => 'std::remove_extent', + 'Name' => 'std::remove_extent::type', + 'NameSpace' => 'std::remove_extent', 'PrivateABI' => 1, 'Size' => '248', 'Type' => 'Typedef' }, - '385473' => { + '397549' => { 'Base' => { - '385288' => { + '397364' => { 'pos' => '0' } }, @@ -26365,59 +29145,43 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_ptr', 'offset' => '0', - 'type' => '1084028' + 'type' => '1104223' }, '1' => { 'access' => 'private', 'name' => '_M_refcount', 'offset' => '8', - 'type' => '161852' + 'type' => '166476' } }, - 'Name' => 'std::__shared_ptr', + 'Name' => 'std::__shared_ptr', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '808177' + 'type' => '824211' }, '1' => { 'key' => '_Lp', - 'type' => '565028', + 'type' => '580825', 'val' => '2' } }, 'Type' => 'Class' }, - '385760' => { - 'BaseType' => '385450', + '397836' => { + 'BaseType' => '397526', 'Header' => 'shared_ptr_base.h', 'Line' => '1084', - 'Name' => 'std::__shared_ptr::element_type', - 'NameSpace' => 'std::__shared_ptr', + 'Name' => 'std::__shared_ptr::element_type', + 'NameSpace' => 'std::__shared_ptr', 'PrivateABI' => 1, 'Size' => '248', 'Type' => 'Typedef' }, - '38610359' => { - 'Copied' => 1, - 'Header' => 'new_allocator.h', - 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', - 'NameSpace' => '__gnu_cxx', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '1076230' - } - }, - 'Type' => 'Class' - }, - '386352' => { + '398369' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '120', @@ -26426,7 +29190,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '114410' + 'type' => '119034' } }, 'Name' => 'std::__uniq_ptr_impl', @@ -26440,12 +29204,12 @@ $VAR1 = { }, '1' => { 'key' => '_Dp', - 'type' => '640126' + 'type' => '656669' } }, 'Type' => 'Class' }, - '387880' => { + '399897' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '172', @@ -26454,7 +29218,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '386352' + 'type' => '398369' } }, 'Name' => 'std::unique_ptr', @@ -26468,12 +29232,40 @@ $VAR1 = { }, '1' => { 'key' => '_Dp', - 'type' => '640126' + 'type' => '656669' } }, 'Type' => 'Class' }, - '3886500' => { + '401118' => { + 'Copied' => 1, + 'Header' => 'unique_ptr.h', + 'Line' => '172', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => '_M_t', + 'offset' => '0', + 'type' => '405407' + } + }, + 'Name' => 'std::unique_ptr >, std::default_delete > > >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '8', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '405402' + }, + '1' => { + 'key' => '_Dp', + 'type' => '405316' + } + }, + 'Type' => 'Class' + }, + '4013809' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -26484,14 +29276,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '4001383' + 'type' => '4128755' } }, 'Type' => 'Class' }, - '3886926' => { + '4014235' => { 'Base' => { - '3798529' => { + '3925187' => { 'pos' => '0' } }, @@ -26505,13 +29297,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '3798379' + 'type' => '3925037' } }, 'Type' => 'Struct' }, - '3887127' => { - 'BaseType' => '3798543', + '4014436' => { + 'BaseType' => '3925201', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits >::pointer', @@ -26520,82 +29312,54 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '3889585' => { + '4016894' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '4043927' + 'type' => '4173437' } }, 'Type' => 'Class' }, - '3890194' => { + '4017503' => { 'Base' => { - '3818018' => { + '3944668' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '3817868' + 'type' => '3944518' } }, 'Type' => 'Struct' }, - '3890395' => { - 'BaseType' => '3818032', + '4017704' => { + 'BaseType' => '3944682', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '389101' => { - 'Copied' => 1, - 'Header' => 'unique_ptr.h', - 'Line' => '172', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => '_M_t', - 'offset' => '0', - 'type' => '393390' - } - }, - 'Name' => 'std::unique_ptr >, std::default_delete > > >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '393385' - }, - '1' => { - 'key' => '_Dp', - 'type' => '393299' - } - }, - 'Type' => 'Class' - }, - '393299' => { + '405316' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '59', @@ -26606,12 +29370,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '393385' + 'type' => '405402' } }, 'Type' => 'Struct' }, - '393385' => { + '405402' => { 'Copied' => 1, 'Header' => 'regex.h', 'Line' => '386', @@ -26620,19 +29384,19 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_flags', 'offset' => '0', - 'type' => '4868482' + 'type' => '5012836' }, '1' => { 'access' => 'private', 'name' => '_M_loc', 'offset' => '8', - 'type' => '4869326' + 'type' => '5013680' }, '2' => { 'access' => 'private', 'name' => '_M_automaton', 'offset' => '16', - 'type' => '4869470' + 'type' => '5013824' } }, 'Name' => 'std::basic_regex >', @@ -26644,12 +29408,12 @@ $VAR1 = { 'name' => 'char' }, '1' => { - 'type' => '4879506' + 'type' => '5023860' } }, 'Type' => 'Class' }, - '393390' => { + '405407' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '120', @@ -26658,7 +29422,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '394925' + 'type' => '406942' } }, 'Name' => 'std::__uniq_ptr_impl >, std::default_delete > > >', @@ -26668,18 +29432,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '393385' + 'type' => '405402' }, '1' => { 'key' => '_Dp', - 'type' => '393299' + 'type' => '405316' } }, 'Type' => 'Class' }, - '393713' => { + '405730' => { 'Base' => { - '393299' => { + '405316' => { 'pos' => '0' } }, @@ -26698,14 +29462,14 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '393299' + 'type' => '405316' } }, 'Type' => 'Struct' }, - '393966' => { + '405983' => { 'Base' => { - '393713' => { + '405730' => { 'access' => 'private', 'pos' => '0' } @@ -26725,12 +29489,12 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '393299' + 'type' => '405316' } }, 'Type' => 'Struct' }, - '394263' => { + '406280' => { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '120', @@ -26738,7 +29502,7 @@ $VAR1 = { '0' => { 'name' => '_M_head_impl', 'offset' => '0', - 'type' => '1084651' + 'type' => '1104812' } }, 'Name' => 'struct std::_Head_base<0ul, std::basic_regex >*>', @@ -26753,17 +29517,17 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '1084651' + 'type' => '1104812' } }, 'Type' => 'Struct' }, - '394523' => { + '406540' => { 'Base' => { - '393966' => { + '405983' => { 'pos' => '0' }, - '394263' => { + '406280' => { 'access' => 'private', 'pos' => '1' } @@ -26783,14 +29547,14 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '1084651' + 'type' => '1104812' } }, 'Type' => 'Struct' }, - '394925' => { + '406942' => { 'Base' => { - '394523' => { + '406540' => { 'pos' => '0' } }, @@ -26804,12 +29568,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => undef, - 'type' => '1084651' + 'type' => '1104812' } }, 'Type' => 'Class' }, - '395284' => { + '407301' => { 'Copied' => 1, 'Header' => 'unordered_map.h', 'Line' => '102', @@ -26818,45 +29582,454 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_h', 'offset' => '0', - 'type' => '395297' + 'type' => '407314' } }, - 'Name' => 'std::unordered_map >, std::default_delete > > >, std::hash, std::equal_to >', + 'Name' => 'std::unordered_map >, std::default_delete > > >, std::hash, std::equal_to >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '56', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_Tp', - 'type' => '389101' + 'type' => '401118' }, '2' => { 'key' => '_Hash', - 'type' => '112755' + 'type' => '117379' }, '3' => { 'key' => '_Pred', - 'type' => '314090' + 'type' => '318714' } }, 'Type' => 'Class' }, - '395297' => { - 'BaseType' => '223828', + '407314' => { + 'BaseType' => '228452', 'Header' => 'unordered_map.h', 'Line' => '104', - 'Name' => 'std::unordered_map >, std::default_delete > > >, std::hash, std::equal_to >::_Hashtable', - 'NameSpace' => 'std::unordered_map >, std::default_delete > > >, std::hash, std::equal_to >', + 'Name' => 'std::unordered_map >, std::default_delete > > >, std::hash, std::equal_to >::_Hashtable', + 'NameSpace' => 'std::unordered_map >, std::default_delete > > >, std::hash, std::equal_to >', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '56', 'Type' => 'Typedef' }, - '397966' => { + '40857829' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '81', + 'Memb' => { + '0' => { + 'name' => '_M_impl', + 'offset' => '0', + 'type' => '40858027' + } + }, + 'Name' => 'struct std::_Vector_base >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '74' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '107435' + } + }, + 'Type' => 'Struct' + }, + '40857842' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '88', + 'Memb' => { + '0' => { + 'name' => '_M_start', + 'offset' => '0', + 'type' => '40858015' + }, + '1' => { + 'name' => '_M_finish', + 'offset' => '8', + 'type' => '40858015' + }, + '2' => { + 'name' => '_M_end_of_storage', + 'offset' => '16', + 'type' => '40858015' + } + }, + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '40858015' => { + 'BaseType' => '40983943', + 'Header' => 'stl_vector.h', + 'Line' => '86', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '40858027' => { + 'Base' => { + '107435' => { + 'pos' => '0' + }, + '40857842' => { + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '125', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '40858786' => { + 'Base' => { + '40984604' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'type' => '1094038' + } + }, + 'Type' => 'Class' + }, + '40875946' => { + 'Copied' => 1, + 'Header' => 'unique_ptr.h', + 'Line' => '59', + 'Name' => 'struct std::default_delete', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '879317' + } + }, + 'Type' => 'Struct' + }, + '40876069' => { + 'Copied' => 1, + 'Header' => 'unique_ptr.h', + 'Line' => '120', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => '_M_t', + 'offset' => '0', + 'type' => '40877832' + } + }, + 'Name' => 'std::__uniq_ptr_impl >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '8', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '879317' + }, + '1' => { + 'key' => '_Dp', + 'type' => '40875946' + } + }, + 'Type' => 'Class' + }, + '40876438' => { + 'Base' => { + '40875946' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'tuple', + 'Line' => '73', + 'Name' => 'struct std::_Head_base<1ul, std::default_delete >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Idx', + 'type' => '42', + 'val' => '1' + }, + '1' => { + 'key' => '_Head', + 'type' => '40875946' + } + }, + 'Type' => 'Struct' + }, + '40876731' => { + 'Base' => { + '40876438' => { + 'access' => 'private', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'tuple', + 'Line' => '326', + 'Name' => 'struct std::_Tuple_impl<1ul, std::default_delete >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Idx', + 'type' => '42', + 'val' => '1' + }, + '1' => { + 'key' => undef, + 'type' => '40875946' + } + }, + 'Type' => 'Struct' + }, + '40877069' => { + 'Copied' => 1, + 'Header' => 'tuple', + 'Line' => '120', + 'Memb' => { + '0' => { + 'name' => '_M_head_impl', + 'offset' => '0', + 'type' => '1094026' + } + }, + 'Name' => 'struct std::_Head_base<0ul, llvm::Module*>', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '8', + 'TParam' => { + '0' => { + 'key' => '_Idx', + 'type' => '42', + 'val' => '0' + }, + '1' => { + 'key' => '_Head', + 'type' => '1094026' + } + }, + 'Type' => 'Struct' + }, + '40877369' => { + 'Base' => { + '40876731' => { + 'pos' => '0' + }, + '40877069' => { + 'access' => 'private', + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'tuple', + 'Line' => '185', + 'Name' => 'struct std::_Tuple_impl<0ul, llvm::Module*>', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '8', + 'TParam' => { + '0' => { + 'key' => '_Idx', + 'type' => '42', + 'val' => '0' + }, + '1' => { + 'key' => undef, + 'type' => '1094026' + } + }, + 'Type' => 'Struct' + }, + '40877832' => { + 'Base' => { + '40877369' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'tuple', + 'Line' => '893', + 'Name' => 'std::tuple', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '8', + 'TParam' => { + '0' => { + 'key' => undef, + 'type' => '1094026' + } + }, + 'Type' => 'Class' + }, + '40878256' => { + 'Base' => { + '40878325' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'functional_hash.h', + 'Line' => '106', + 'Name' => 'struct std::hash', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '1094038' + } + }, + 'Type' => 'Struct' + }, + '40878325' => { + 'Header' => 'functional_hash.h', + 'Line' => '50', + 'Name' => 'struct std::__hash_base', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Result', + 'type' => '42' + }, + '1' => { + 'key' => '_Arg', + 'type' => '1094038' + } + }, + 'Type' => 'Struct' + }, + '40878594' => { + 'Header' => 'stl_function.h', + 'Line' => '118', + 'Name' => 'struct std::binary_function', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Arg1', + 'type' => '1094038' + }, + '1' => { + 'key' => '_Arg2', + 'type' => '1094038' + }, + '2' => { + 'key' => '_Result', + 'type' => '655503' + } + }, + 'Type' => 'Struct' + }, + '40878635' => { + 'Base' => { + '40878594' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_function.h', + 'Line' => '351', + 'Name' => 'struct std::equal_to', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '1094038' + } + }, + 'Type' => 'Struct' + }, + '40983742' => { + 'Base' => { + '542255' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'alloc_traits.h', + 'Line' => '50', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'NameSpace' => '__gnu_cxx', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Alloc', + 'type' => '107435' + } + }, + 'Type' => 'Struct' + }, + '40983943' => { + 'BaseType' => '542269', + 'Header' => 'alloc_traits.h', + 'Line' => '59', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '40984604' => { + 'Copied' => 1, + 'Header' => 'new_allocator.h', + 'Line' => '58', + 'Name' => '__gnu_cxx::new_allocator', + 'NameSpace' => '__gnu_cxx', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '1094038' + } + }, + 'Type' => 'Class' + }, + '409983' => { 'Header' => 'type_traits', 'Line' => '2059', 'Name' => 'struct std::conditional', @@ -26876,7 +30049,7 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '397980' => { + '409997' => { 'BaseType' => '74', 'Header' => 'type_traits', 'Line' => '2060', @@ -26886,53 +30059,53 @@ $VAR1 = { 'Size' => '4', 'Type' => 'Typedef' }, - '397994' => { + '410011' => { 'Base' => { - '618328' => { + '634821' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '815065' + 'type' => '833764' } }, 'Type' => 'Class' }, - '398145' => { + '410162' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '397994' + 'type' => '410011' } }, 'Type' => 'Struct' }, - '398159' => { - 'BaseType' => '1085250', + '410176' => { + 'BaseType' => '1105411', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '398408' => { + '410425' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -26940,26 +30113,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '398607' + 'type' => '410624' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '815065' + 'type' => '833764' }, '1' => { 'key' => '_Alloc', - 'type' => '397994' + 'type' => '410011' } }, 'Type' => 'Struct' }, - '398421' => { + '410438' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -26967,54 +30140,106 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '398595' + 'type' => '410612' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '398595' + 'type' => '410612' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '398595' + 'type' => '410612' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '398595' => { - 'BaseType' => '618894', + '41049090' => { + 'BaseType' => '669443', + 'Header' => 'span.h', + 'Line' => '79', + 'Name' => 'OpenImageIO_v2_6_0::span::size_type', + 'NameSpace' => 'OpenImageIO_v2_6_0::span', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '41049220' => { + 'BaseType' => '41448962', + 'Header' => 'span.h', + 'Line' => '84', + 'Name' => 'OpenImageIO_v2_6_0::span::pointer', + 'NameSpace' => 'OpenImageIO_v2_6_0::span', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '41049233' => { + 'BaseType' => '1094050', + 'Header' => 'span.h', + 'Line' => '77', + 'Name' => 'OpenImageIO_v2_6_0::span::element_type', + 'NameSpace' => 'OpenImageIO_v2_6_0::span', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '410612' => { + 'BaseType' => '635387', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '398607' => { + '410624' => { 'Base' => { - '397994' => { + '410011' => { 'pos' => '0' }, - '398421' => { + '410438' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '3990725' => { + '411374' => { + 'Base' => { + '410425' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '386', + 'Name' => 'std::vector', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '833764' + } + }, + 'Type' => 'Class' + }, + '4118097' => { 'BaseType' => '301', 'Header' => 'pugixml.hpp', 'Line' => '135', @@ -27024,7 +30249,7 @@ $VAR1 = { 'Size' => '1', 'Type' => 'Typedef' }, - '3990742' => { + '4118114' => { 'Header' => 'pugixml.hpp', 'Line' => '468', 'Memb' => { @@ -27032,7 +30257,7 @@ $VAR1 = { 'access' => 'protected', 'name' => '_root', 'offset' => '0', - 'type' => '4001181' + 'type' => '4128553' } }, 'Name' => 'pugi::xml_node', @@ -27041,37 +30266,24 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Class' }, - '399357' => { - 'Base' => { - '398408' => { - 'access' => 'protected', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '386', - 'Name' => 'std::vector', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '815065' - } - }, - 'Type' => 'Class' - }, - '3994045' => { + '4121417' => { 'Name' => 'struct pugi::xml_node_struct', 'NameSpace' => 'pugi', 'PrivateABI' => 1, 'Type' => 'Struct' }, - '3999183' => { + '41238246' => { + 'Header' => 'DenseSet.h', + 'Line' => '30', + 'Name' => 'struct llvm::detail::DenseSetEmpty', + 'NameSpace' => 'llvm::detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'Type' => 'Struct' + }, + '4126555' => { 'Base' => { - '3990742' => { + '4118114' => { 'pos' => '0' } }, @@ -27082,13 +30294,13 @@ $VAR1 = { 'access' => 'private', 'name' => '_buffer', 'offset' => '8', - 'type' => '4001361' + 'type' => '4128733' }, '1' => { 'access' => 'private', 'name' => '_memory', 'offset' => '16', - 'type' => '4001367' + 'type' => '4128739' } }, 'Name' => 'pugi::xml_document', @@ -27097,53 +30309,59 @@ $VAR1 = { 'Size' => '208', 'Type' => 'Class' }, - '4001181' => { - 'BaseType' => '3994045', + '4128553' => { + 'BaseType' => '4121417', 'Name' => 'struct pugi::xml_node_struct*', 'Size' => '8', 'Type' => 'Pointer' }, - '4001361' => { - 'BaseType' => '3990725', + '4128733' => { + 'BaseType' => '4118097', 'Name' => 'pugi::char_t*', 'Size' => '8', 'Type' => 'Pointer' }, - '4001367' => { + '4128739' => { 'BaseType' => '301', 'Name' => 'char[192]', 'Size' => '192', 'Type' => 'Array' }, - '4001383' => { - 'BaseType' => '3999183', + '4128755' => { + 'BaseType' => '4126555', 'Name' => 'pugi::xml_document*', 'Size' => '8', 'Type' => 'Pointer' }, - '402494' => { + '41448962' => { + 'BaseType' => '41049233', + 'Name' => 'OpenImageIO_v2_6_0::span::element_type*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '414511' => { 'Base' => { - '618985' => { + '635478' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator >', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '402645' + 'type' => '414662' } }, 'Type' => 'Class' }, - '402645' => { + '414662' => { 'Base' => { - '83198' => { + '87781' => { 'pos' => '0' } }, @@ -27154,22 +30372,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '32', - 'type' => '630999' + 'type' => '647492' } }, - 'Name' => 'struct std::_Rb_tree_node', + 'Name' => 'struct std::_Rb_tree_node', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '40', 'TParam' => { '0' => { 'key' => '_Val', - 'type' => '673440' + 'type' => '690782' } }, 'Type' => 'Struct' }, - '402756' => { + '414773' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '436', @@ -27178,67 +30396,67 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '402770' + 'type' => '414787' } }, - 'Name' => 'std::_Rb_tree, std::less, std::allocator >', + 'Name' => 'std::_Rb_tree, std::less, std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_Val', - 'type' => '673440' + 'type' => '690782' }, '2' => { 'key' => '_KeyOfValue', - 'type' => '554324' + 'type' => '570058' }, '3' => { 'key' => '_Compare', - 'type' => '273126' + 'type' => '277750' }, '4' => { 'key' => '_Alloc', - 'type' => '265332' + 'type' => '269956' } }, 'Type' => 'Class' }, - '402770' => { + '414787' => { 'Base' => { - '273202' => { + '277826' => { 'pos' => '1' }, - '402494' => { + '414511' => { 'pos' => '0' }, - '83394' => { + '87977' => { 'pos' => '2' } }, 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '673', - 'Name' => 'struct std::_Rb_tree, std::less, std::allocator >::_Rb_tree_impl >', - 'NameSpace' => 'std::_Rb_tree, std::less, std::allocator >', + 'Name' => 'struct std::_Rb_tree, std::less, std::allocator >::_Rb_tree_impl >', + 'NameSpace' => 'std::_Rb_tree, std::less, std::allocator >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '273126' + 'type' => '277750' } }, 'Type' => 'Struct' }, - '4043568' => { - 'Line' => '69', + '4173078' => { + 'Line' => '70', 'Memb' => { '0' => { 'name' => 'document', @@ -27253,35 +30471,35 @@ $VAR1 = { '2' => { 'name' => 'name', 'offset' => '8', - 'type' => '673440' + 'type' => '690782' }, '3' => { 'name' => 'type', 'offset' => '16', - 'type' => '670837' + 'type' => '687140' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::Dictionary::Query', - 'NameSpace' => 'OSL_v1_13_4::pvt::Dictionary', + 'Name' => 'struct OSL_v1_13_5::pvt::Dictionary::Query', + 'NameSpace' => 'OSL_v1_13_5::pvt::Dictionary', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '24', 'Source' => 'dictionary.cpp', 'Type' => 'Struct' }, - '4043773' => { + '4173283' => { 'Copied' => 1, - 'Line' => '87', - 'Name' => 'struct OSL_v1_13_4::pvt::Dictionary::QueryHash', - 'NameSpace' => 'OSL_v1_13_4::pvt::Dictionary', + 'Line' => '88', + 'Name' => 'struct OSL_v1_13_5::pvt::Dictionary::QueryHash', + 'NameSpace' => 'OSL_v1_13_5::pvt::Dictionary', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '1', 'Source' => 'dictionary.cpp', 'Type' => 'Struct' }, - '4043824' => { - 'Line' => '98', + '4173334' => { + 'Line' => '99', 'Memb' => { '0' => { 'name' => 'valueoffset', @@ -27291,19 +30509,19 @@ $VAR1 = { '1' => { 'name' => 'is_valid', 'offset' => '4', - 'type' => '638960' + 'type' => '655503' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::Dictionary::QueryResult', - 'NameSpace' => 'OSL_v1_13_4::pvt::Dictionary', + 'Name' => 'struct OSL_v1_13_5::pvt::Dictionary::QueryResult', + 'NameSpace' => 'OSL_v1_13_5::pvt::Dictionary', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '8', 'Source' => 'dictionary.cpp', 'Type' => 'Struct' }, - '4043927' => { - 'Line' => '110', + '4173437' => { + 'Line' => '111', 'Memb' => { '0' => { 'name' => 'document', @@ -27313,7 +30531,7 @@ $VAR1 = { '1' => { 'name' => 'node', 'offset' => '8', - 'type' => '3990742' + 'type' => '4118114' }, '2' => { 'name' => 'next', @@ -27321,37 +30539,37 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::Dictionary::Node', - 'NameSpace' => 'OSL_v1_13_4::pvt::Dictionary', + 'Name' => 'struct OSL_v1_13_5::pvt::Dictionary::Node', + 'NameSpace' => 'OSL_v1_13_5::pvt::Dictionary', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '24', 'Source' => 'dictionary.cpp', 'Type' => 'Struct' }, - '4044276' => { - 'BaseType' => '3807327', - 'Line' => '118', - 'Name' => 'OSL_v1_13_4::pvt::Dictionary::DocMap', - 'NameSpace' => 'OSL_v1_13_4::pvt::Dictionary', + '4173796' => { + 'BaseType' => '3933985', + 'Line' => '119', + 'Name' => 'OSL_v1_13_5::pvt::Dictionary::DocMap', + 'NameSpace' => 'OSL_v1_13_5::pvt::Dictionary', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '56', 'Source' => 'dictionary.cpp', 'Type' => 'Typedef' }, - '4044301' => { - 'BaseType' => '3815156', - 'Line' => '117', - 'Name' => 'OSL_v1_13_4::pvt::Dictionary::QueryMap', - 'NameSpace' => 'OSL_v1_13_4::pvt::Dictionary', + '4173821' => { + 'BaseType' => '3941810', + 'Line' => '118', + 'Name' => 'OSL_v1_13_5::pvt::Dictionary::QueryMap', + 'NameSpace' => 'OSL_v1_13_5::pvt::Dictionary', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '56', 'Source' => 'dictionary.cpp', 'Type' => 'Typedef' }, - '407496' => { + '419513' => { 'Copied' => 1, 'Header' => 'stl_set.h', 'Line' => '94', @@ -27360,413 +30578,92 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '407509' + 'type' => '419526' } }, - 'Name' => 'std::set', + 'Name' => 'std::set', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '673440' + 'type' => '690782' } }, 'Type' => 'Class' }, - '407509' => { - 'BaseType' => '402756', + '419526' => { + 'BaseType' => '414773', 'Header' => 'stl_set.h', 'Line' => '132', - 'Name' => 'std::set::_Rep_type', - 'NameSpace' => 'std::set', + 'Name' => 'std::set::_Rep_type', + 'NameSpace' => 'std::set', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '48', 'Type' => 'Typedef' }, - '40763129' => { - 'Copied' => 1, - 'Header' => 'unique_ptr.h', - 'Line' => '59', - 'Name' => 'struct std::default_delete', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '860224' - } - }, - 'Type' => 'Struct' - }, - '40763252' => { - 'Copied' => 1, - 'Header' => 'unique_ptr.h', - 'Line' => '120', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => '_M_t', - 'offset' => '0', - 'type' => '40765015' - } - }, - 'Name' => 'std::__uniq_ptr_impl >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '860224' - }, - '1' => { - 'key' => '_Dp', - 'type' => '40763129' - } - }, - 'Type' => 'Class' - }, - '40763621' => { - 'Base' => { - '40763129' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'tuple', - 'Line' => '73', - 'Name' => 'struct std::_Head_base<1ul, std::default_delete >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Idx', - 'type' => '42', - 'val' => '1' - }, - '1' => { - 'key' => '_Head', - 'type' => '40763129' - } - }, - 'Type' => 'Struct' - }, - '40763914' => { - 'Base' => { - '40763621' => { - 'access' => 'private', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'tuple', - 'Line' => '326', - 'Name' => 'struct std::_Tuple_impl<1ul, std::default_delete >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Idx', - 'type' => '42', - 'val' => '1' - }, - '1' => { - 'key' => undef, - 'type' => '40763129' - } - }, - 'Type' => 'Struct' - }, - '40764252' => { - 'Copied' => 1, - 'Header' => 'tuple', - 'Line' => '120', - 'Memb' => { - '0' => { - 'name' => '_M_head_impl', - 'offset' => '0', - 'type' => '1074534' - } - }, - 'Name' => 'struct std::_Head_base<0ul, llvm::Module*>', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => '_Idx', - 'type' => '42', - 'val' => '0' - }, - '1' => { - 'key' => '_Head', - 'type' => '1074534' - } - }, - 'Type' => 'Struct' - }, - '40764552' => { - 'Base' => { - '40763914' => { - 'pos' => '0' - }, - '40764252' => { - 'access' => 'private', - 'pos' => '1' - } - }, - 'Copied' => 1, - 'Header' => 'tuple', - 'Line' => '185', - 'Name' => 'struct std::_Tuple_impl<0ul, llvm::Module*>', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => '_Idx', - 'type' => '42', - 'val' => '0' - }, - '1' => { - 'key' => undef, - 'type' => '1074534' - } - }, - 'Type' => 'Struct' - }, - '40765015' => { - 'Base' => { - '40764552' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'tuple', - 'Line' => '893', - 'Name' => 'std::tuple', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => undef, - 'type' => '1074534' - } - }, - 'Type' => 'Class' - }, - '40765439' => { - 'Base' => { - '40874644' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'type' => '1074546' - } - }, - 'Type' => 'Class' - }, - '40770190' => { - 'Base' => { - '40770259' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'functional_hash.h', - 'Line' => '106', - 'Name' => 'struct std::hash', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '1074546' - } - }, - 'Type' => 'Struct' - }, - '40770259' => { - 'Header' => 'functional_hash.h', - 'Line' => '50', - 'Name' => 'struct std::__hash_base', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Result', - 'type' => '42' - }, - '1' => { - 'key' => '_Arg', - 'type' => '1074546' - } - }, - 'Type' => 'Struct' - }, - '40770528' => { - 'Header' => 'stl_function.h', - 'Line' => '118', - 'Name' => 'struct std::binary_function', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Arg1', - 'type' => '1074546' - }, - '1' => { - 'key' => '_Arg2', - 'type' => '1074546' - }, - '2' => { - 'key' => '_Result', - 'type' => '638960' - } - }, - 'Type' => 'Struct' - }, - '40770569' => { - 'Base' => { - '40770528' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_function.h', - 'Line' => '351', - 'Name' => 'struct std::equal_to', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '1074546' - } - }, - 'Type' => 'Struct' - }, - '4078472' => { - 'BaseType' => '4043927', - 'Name' => 'struct OSL_v1_13_4::pvt::Dictionary::Node*', + '42' => { + 'Name' => 'unsigned long', + 'Size' => '8', + 'Type' => 'Intrinsic' + }, + '4209561' => { + 'BaseType' => '4173437', + 'Name' => 'struct OSL_v1_13_5::pvt::Dictionary::Node*', 'Size' => '8', 'Type' => 'Pointer' }, - '4078500' => { - 'BaseType' => '4001383', + '4209589' => { + 'BaseType' => '4128755', 'Name' => 'pugi::xml_document**', 'Size' => '8', 'Type' => 'Pointer' }, - '40874644' => { - 'Copied' => 1, - 'Header' => 'new_allocator.h', - 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', - 'NameSpace' => '__gnu_cxx', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '1074546' - } - }, - 'Type' => 'Class' - }, - '40937355' => { - 'BaseType' => '652900', - 'Header' => 'span.h', - 'Line' => '79', - 'Name' => 'OpenImageIO_v2_5_1::span::size_type', - 'NameSpace' => 'OpenImageIO_v2_5_1::span', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '40937485' => { - 'BaseType' => '41322595', - 'Header' => 'span.h', - 'Line' => '84', - 'Name' => 'OpenImageIO_v2_5_1::span::pointer', - 'NameSpace' => 'OpenImageIO_v2_5_1::span', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '40937498' => { - 'BaseType' => '1074558', - 'Header' => 'span.h', - 'Line' => '77', - 'Name' => 'OpenImageIO_v2_5_1::span::element_type', - 'NameSpace' => 'OpenImageIO_v2_5_1::span', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '409508' => { + '421525' => { 'Base' => { - '619350' => { + '635843' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '805035' + 'type' => '821069' } }, 'Type' => 'Class' }, - '409909' => { + '421926' => { 'Base' => { - '619944' => { + '636437' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator >', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '410060' + 'type' => '422077' } }, 'Type' => 'Class' }, - '410060' => { + '422077' => { 'Base' => { - '83198' => { + '87781' => { 'pos' => '0' } }, @@ -27777,66 +30674,66 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '32', - 'type' => '631445' + 'type' => '647938' } }, - 'Name' => 'struct std::_Rb_tree_node', + 'Name' => 'struct std::_Rb_tree_node', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '56', 'TParam' => { '0' => { 'key' => '_Val', - 'type' => '805035' + 'type' => '821069' } }, 'Type' => 'Struct' }, - '410171' => { + '422188' => { 'Header' => 'stl_function.h', 'Line' => '118', - 'Name' => 'struct std::binary_function', + 'Name' => 'struct std::binary_function', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg1', - 'type' => '805035' + 'type' => '821069' }, '1' => { 'key' => '_Arg2', - 'type' => '805035' + 'type' => '821069' }, '2' => { 'key' => '_Result', - 'type' => '638960' + 'type' => '655503' } }, 'Type' => 'Struct' }, - '410212' => { + '422229' => { 'Base' => { - '410171' => { + '422188' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '381', - 'Name' => 'struct std::less', + 'Name' => 'struct std::less', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '805035' + 'type' => '821069' } }, 'Type' => 'Struct' }, - '410288' => { + '422305' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '142', @@ -27844,22 +30741,22 @@ $VAR1 = { '0' => { 'name' => '_M_key_compare', 'offset' => '0', - 'type' => '410212' + 'type' => '422229' } }, - 'Name' => 'struct std::_Rb_tree_key_compare >', + 'Name' => 'struct std::_Rb_tree_key_compare >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '410212' + 'type' => '422229' } }, 'Type' => 'Struct' }, - '410449' => { + '422466' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '436', @@ -27868,72 +30765,66 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '410463' + 'type' => '422480' } }, - 'Name' => 'std::_Rb_tree, std::less, std::allocator >', + 'Name' => 'std::_Rb_tree, std::less, std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '805035' + 'type' => '821069' }, '1' => { 'key' => '_Val', - 'type' => '805035' + 'type' => '821069' }, '2' => { 'key' => '_KeyOfValue', - 'type' => '554329' + 'type' => '570063' }, '3' => { 'key' => '_Compare', - 'type' => '410212' + 'type' => '422229' }, '4' => { 'key' => '_Alloc', - 'type' => '409508' + 'type' => '421525' } }, 'Type' => 'Class' }, - '410463' => { + '422480' => { 'Base' => { - '409909' => { + '421926' => { 'pos' => '0' }, - '410288' => { + '422305' => { 'pos' => '1' }, - '83394' => { + '87977' => { 'pos' => '2' } }, 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '673', - 'Name' => 'struct std::_Rb_tree, std::less, std::allocator >::_Rb_tree_impl >', - 'NameSpace' => 'std::_Rb_tree, std::less, std::allocator >', + 'Name' => 'struct std::_Rb_tree, std::less, std::allocator >::_Rb_tree_impl >', + 'NameSpace' => 'std::_Rb_tree, std::less, std::allocator >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '410212' + 'type' => '422229' } }, 'Type' => 'Struct' }, - '41322595' => { - 'BaseType' => '40937498', - 'Name' => 'OpenImageIO_v2_5_1::span::element_type*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '415189' => { + '427206' => { 'Copied' => 1, 'Header' => 'stl_set.h', 'Line' => '94', @@ -27942,75 +30833,75 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '415202' + 'type' => '427219' } }, - 'Name' => 'std::set', + 'Name' => 'std::set', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '805035' + 'type' => '821069' } }, 'Type' => 'Class' }, - '415202' => { - 'BaseType' => '410449', + '427219' => { + 'BaseType' => '422466', 'Header' => 'stl_set.h', 'Line' => '132', - 'Name' => 'std::set::_Rep_type', - 'NameSpace' => 'std::set', + 'Name' => 'std::set::_Rep_type', + 'NameSpace' => 'std::set', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '48', 'Type' => 'Typedef' }, - '417206' => { + '429223' => { 'Base' => { - '620309' => { + '636802' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '804903' + 'type' => '820937' } }, 'Type' => 'Class' }, - '417607' => { + '429624' => { 'Base' => { - '620903' => { + '637396' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator >', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '417758' + 'type' => '429775' } }, 'Type' => 'Class' }, - '417758' => { + '429775' => { 'Base' => { - '83198' => { + '87781' => { 'pos' => '0' } }, @@ -28021,66 +30912,66 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '32', - 'type' => '631222' + 'type' => '647715' } }, - 'Name' => 'struct std::_Rb_tree_node', + 'Name' => 'struct std::_Rb_tree_node', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '72', 'TParam' => { '0' => { 'key' => '_Val', - 'type' => '804903' + 'type' => '820937' } }, 'Type' => 'Struct' }, - '417869' => { + '429886' => { 'Header' => 'stl_function.h', 'Line' => '118', - 'Name' => 'struct std::binary_function', + 'Name' => 'struct std::binary_function', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg1', - 'type' => '804903' + 'type' => '820937' }, '1' => { 'key' => '_Arg2', - 'type' => '804903' + 'type' => '820937' }, '2' => { 'key' => '_Result', - 'type' => '638960' + 'type' => '655503' } }, 'Type' => 'Struct' }, - '417910' => { + '429927' => { 'Base' => { - '417869' => { + '429886' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '381', - 'Name' => 'struct std::less', + 'Name' => 'struct std::less', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '804903' + 'type' => '820937' } }, 'Type' => 'Struct' }, - '417986' => { + '430003' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '142', @@ -28088,22 +30979,22 @@ $VAR1 = { '0' => { 'name' => '_M_key_compare', 'offset' => '0', - 'type' => '417910' + 'type' => '429927' } }, - 'Name' => 'struct std::_Rb_tree_key_compare >', + 'Name' => 'struct std::_Rb_tree_key_compare >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '417910' + 'type' => '429927' } }, 'Type' => 'Struct' }, - '418147' => { + '430164' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '436', @@ -28112,71 +31003,66 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '418161' + 'type' => '430178' } }, - 'Name' => 'std::_Rb_tree, std::less, std::allocator >', + 'Name' => 'std::_Rb_tree, std::less, std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '804903' + 'type' => '820937' }, '1' => { 'key' => '_Val', - 'type' => '804903' + 'type' => '820937' }, '2' => { 'key' => '_KeyOfValue', - 'type' => '554334' + 'type' => '570068' }, '3' => { 'key' => '_Compare', - 'type' => '417910' + 'type' => '429927' }, '4' => { 'key' => '_Alloc', - 'type' => '417206' + 'type' => '429223' } }, 'Type' => 'Class' }, - '418161' => { + '430178' => { 'Base' => { - '417607' => { + '429624' => { 'pos' => '0' }, - '417986' => { + '430003' => { 'pos' => '1' }, - '83394' => { + '87977' => { 'pos' => '2' } }, 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '673', - 'Name' => 'struct std::_Rb_tree, std::less, std::allocator >::_Rb_tree_impl >', - 'NameSpace' => 'std::_Rb_tree, std::less, std::allocator >', + 'Name' => 'struct std::_Rb_tree, std::less, std::allocator >::_Rb_tree_impl >', + 'NameSpace' => 'std::_Rb_tree, std::less, std::allocator >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '417910' + 'type' => '429927' } }, 'Type' => 'Struct' }, - '42' => { - 'Name' => 'unsigned long', - 'Size' => '8', - 'Type' => 'Intrinsic' - }, - '422887' => { + '434904' => { 'Copied' => 1, 'Header' => 'stl_set.h', 'Line' => '94', @@ -28185,269 +31071,33 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '422900' + 'type' => '434917' } }, - 'Name' => 'std::set', + 'Name' => 'std::set', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '804903' + 'type' => '820937' } }, 'Type' => 'Class' }, - '422900' => { - 'BaseType' => '418147', + '434917' => { + 'BaseType' => '430164', 'Header' => 'stl_set.h', 'Line' => '132', - 'Name' => 'std::set::_Rep_type', - 'NameSpace' => 'std::set', + 'Name' => 'std::set::_Rep_type', + 'NameSpace' => 'std::set', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '48', 'Type' => 'Typedef' }, - '432175' => { - 'Base' => { - '435693' => { - 'access' => 'protected', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '386', - 'Name' => 'std::vector', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '1073819' - }, - '1' => { - 'key' => '_Alloc', - 'type' => '435279' - } - }, - 'Type' => 'Class' - }, - '435279' => { - 'Base' => { - '621925' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'type' => '1073819' - } - }, - 'Type' => 'Class' - }, - '435430' => { - 'Copied' => 1, - 'Header' => 'alloc_traits.h', - 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Alloc', - 'type' => '435279' - } - }, - 'Type' => 'Struct' - }, - '435444' => { - 'BaseType' => '1088970', - 'Header' => 'alloc_traits.h', - 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '43555689' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '81', - 'Memb' => { - '0' => { - 'name' => '_M_impl', - 'offset' => '0', - 'type' => '43555888' - } - }, - 'Name' => 'struct std::_Vector_base >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '74' - }, - '1' => { - 'key' => '_Alloc', - 'type' => '102811' - } - }, - 'Type' => 'Struct' - }, - '43555702' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '88', - 'Memb' => { - '0' => { - 'name' => '_M_start', - 'offset' => '0', - 'type' => '43555876' - }, - '1' => { - 'name' => '_M_finish', - 'offset' => '8', - 'type' => '43555876' - }, - '2' => { - 'name' => '_M_end_of_storage', - 'offset' => '16', - 'type' => '43555876' - } - }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '43555876' => { - 'BaseType' => '44035530', - 'Header' => 'stl_vector.h', - 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '43555888' => { - 'Base' => { - '102811' => { - 'pos' => '0' - }, - '43555702' => { - 'pos' => '1' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '435693' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '81', - 'Memb' => { - '0' => { - 'name' => '_M_impl', - 'offset' => '0', - 'type' => '435892' - } - }, - 'Name' => 'struct std::_Vector_base >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '1073819' - }, - '1' => { - 'key' => '_Alloc', - 'type' => '435279' - } - }, - 'Type' => 'Struct' - }, - '435706' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '88', - 'Memb' => { - '0' => { - 'name' => '_M_start', - 'offset' => '0', - 'type' => '435880' - }, - '1' => { - 'name' => '_M_finish', - 'offset' => '8', - 'type' => '435880' - }, - '2' => { - 'name' => '_M_end_of_storage', - 'offset' => '16', - 'type' => '435880' - } - }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '435880' => { - 'BaseType' => '622491', - 'Header' => 'stl_vector.h', - 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '435892' => { - 'Base' => { - '435279' => { - 'pos' => '0' - }, - '435706' => { - 'pos' => '1' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '43641616' => { + '43874915' => { 'Copied' => 1, 'Header' => 'stl_pair.h', 'Line' => '190', @@ -28462,14 +31112,14 @@ $VAR1 = { }, '1' => { 'key' => '_U2', - 'type' => '1087720' + 'type' => '1107887' } }, 'Type' => 'Class' }, - '43641807' => { + '43875106' => { 'Base' => { - '43641616' => { + '43874915' => { 'access' => 'private', 'pos' => '0' } @@ -28486,7 +31136,7 @@ $VAR1 = { '1' => { 'name' => 'second', 'offset' => '8', - 'type' => '1087720' + 'type' => '1107887' } }, 'Name' => 'struct std::pair', @@ -28500,14 +31150,54 @@ $VAR1 = { }, '1' => { 'key' => '_T2', - 'type' => '1087720' + 'type' => '1107887' } }, 'Type' => 'Struct' }, - '43686018' => { + '43877' => { + 'Header' => 'functional_hash.h', + 'Line' => '50', + 'Name' => 'struct std::__hash_base', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Result', + 'type' => '42' + }, + '1' => { + 'key' => '_Arg', + 'type' => '28369' + } + }, + 'Type' => 'Struct' + }, + '43909' => { + 'Base' => { + '43877' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'basic_string.h', + 'Line' => '6730', + 'Name' => 'struct std::hash', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '28369' + } + }, + 'Type' => 'Struct' + }, + '43919317' => { 'Base' => { - '43963624' => { + '44196923' => { 'access' => 'private', 'pos' => '0' } @@ -28519,7 +31209,7 @@ $VAR1 = { '0' => { 'name' => 'first', 'offset' => '0', - 'type' => '1087720' + 'type' => '1107887' }, '1' => { 'name' => 'second', @@ -28534,7 +31224,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_T1', - 'type' => '1087720' + 'type' => '1107887' }, '1' => { 'key' => '_T2', @@ -28543,9 +31233,9 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '43686263' => { + '43919562' => { 'Base' => { - '43967465' => { + '44200764' => { 'access' => 'private', 'pos' => '0' } @@ -28557,12 +31247,12 @@ $VAR1 = { '0' => { 'name' => 'first', 'offset' => '0', - 'type' => '1087720' + 'type' => '1107887' }, '1' => { 'name' => 'second', 'offset' => '8', - 'type' => '44735030' + 'type' => '44969044' } }, 'Name' => 'struct std::pair, llvm::DenseSet > > >', @@ -28572,18 +31262,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_T1', - 'type' => '1087720' + 'type' => '1107887' }, '1' => { 'key' => '_T2', - 'type' => '44735030' + 'type' => '44969044' } }, 'Type' => 'Struct' }, - '43686531' => { + '43919830' => { 'Base' => { - '44046624' => { + '44279923' => { 'pos' => '0' } }, @@ -28596,12 +31286,12 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '43686263' + 'type' => '43919562' } }, 'Type' => 'Class' }, - '43686682' => { + '43919981' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', @@ -28612,13 +31302,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '43686531' + 'type' => '43919830' } }, 'Type' => 'Struct' }, - '43686696' => { - 'BaseType' => '45108245', + '43919995' => { + 'BaseType' => '45342123', 'Header' => 'alloc_traits.h', 'Line' => '400', 'Name' => 'std::allocator_traits, llvm::DenseSet > > > > >::pointer', @@ -28627,7 +31317,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '43686945' => { + '43920244' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -28635,7 +31325,7 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '43687144' + 'type' => '43920443' } }, 'Name' => 'struct std::_Vector_base, llvm::DenseSet > > >, std::allocator, llvm::DenseSet > > > > >', @@ -28645,16 +31335,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '43686263' + 'type' => '43919562' }, '1' => { 'key' => '_Alloc', - 'type' => '43686531' + 'type' => '43919830' } }, 'Type' => 'Struct' }, - '43686958' => { + '43920257' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -28662,17 +31352,17 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '43687132' + 'type' => '43920431' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '43687132' + 'type' => '43920431' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '43687132' + 'type' => '43920431' } }, 'Name' => 'struct std::_Vector_base, llvm::DenseSet > > >, std::allocator, llvm::DenseSet > > > > >::_Vector_impl_data', @@ -28681,8 +31371,8 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '43687132' => { - 'BaseType' => '44047190', + '43920431' => { + 'BaseType' => '44280489', 'Header' => 'stl_vector.h', 'Line' => '86', 'Name' => 'std::_Vector_base, llvm::DenseSet > > >, std::allocator, llvm::DenseSet > > > > >::pointer', @@ -28691,12 +31381,12 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '43687144' => { + '43920443' => { 'Base' => { - '43686531' => { + '43919830' => { 'pos' => '0' }, - '43686958' => { + '43920257' => { 'pos' => '1' } }, @@ -28709,9 +31399,9 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '43687922' => { + '43921221' => { 'Base' => { - '43686945' => { + '43920244' => { 'access' => 'protected', 'pos' => '0' } @@ -28726,18 +31416,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '43686263' + 'type' => '43919562' }, '1' => { 'key' => '_Alloc', - 'type' => '43686531' + 'type' => '43919830' } }, 'Type' => 'Class' }, - '43691051' => { + '43924350' => { 'Base' => { - '43963843' => { + '44197142' => { 'access' => 'private', 'pos' => '0' } @@ -28749,12 +31439,12 @@ $VAR1 = { '0' => { 'name' => 'first', 'offset' => '0', - 'type' => '1087720' + 'type' => '1107887' }, '1' => { 'name' => 'second', 'offset' => '8', - 'type' => '44737840' + 'type' => '44971854' } }, 'Name' => 'struct std::pair, 1u> >', @@ -28764,72 +31454,32 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_T1', - 'type' => '1087720' + 'type' => '1107887' }, '1' => { 'key' => '_T2', - 'type' => '44737840' + 'type' => '44971854' } }, 'Type' => 'Struct' }, - '43789' => { - 'Header' => 'functional_hash.h', - 'Line' => '50', - 'Name' => 'struct std::__hash_base', + '43980' => { + 'BaseType' => '28369', + 'Header' => 'stringfwd.h', + 'Line' => '79', + 'Name' => 'std::string', 'NameSpace' => 'std', 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Result', - 'type' => '42' - }, - '1' => { - 'key' => '_Arg', - 'type' => '28281' - } - }, - 'Type' => 'Struct' + 'Size' => '8', + 'Type' => 'Typedef' }, - '43821' => { - 'Base' => { - '43789' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'basic_string.h', - 'Line' => '6730', - 'Name' => 'struct std::hash', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '28281' - } - }, - 'Type' => 'Struct' - }, - '43892' => { - 'BaseType' => '28281', - 'Header' => 'stringfwd.h', - 'Line' => '79', - 'Name' => 'std::string', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '43904' => { - 'BaseType' => '43892', + '43992' => { + 'BaseType' => '43980', 'Name' => 'std::string const', 'Size' => '8', 'Type' => 'Const' }, - '43963624' => { + '44196923' => { 'Copied' => 1, 'Header' => 'stl_pair.h', 'Line' => '190', @@ -28840,7 +31490,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_U1', - 'type' => '1087720' + 'type' => '1107887' }, '1' => { 'key' => '_U2', @@ -28849,7 +31499,7 @@ $VAR1 = { }, 'Type' => 'Class' }, - '43963843' => { + '44197142' => { 'Copied' => 1, 'Header' => 'stl_pair.h', 'Line' => '190', @@ -28860,16 +31510,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_U1', - 'type' => '1087720' + 'type' => '1107887' }, '1' => { 'key' => '_U2', - 'type' => '44737840' + 'type' => '44971854' } }, 'Type' => 'Class' }, - '43967465' => { + '44200764' => { 'Copied' => 1, 'Header' => 'stl_pair.h', 'Line' => '190', @@ -28880,47 +31530,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_U1', - 'type' => '1087720' + 'type' => '1107887' }, '1' => { 'key' => '_U2', - 'type' => '44735030' + 'type' => '44969044' } }, 'Type' => 'Class' }, - '44035329' => { - 'Base' => { - '526980' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'alloc_traits.h', - 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', - 'NameSpace' => '__gnu_cxx', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Alloc', - 'type' => '102811' - } - }, - 'Type' => 'Struct' - }, - '44035530' => { - 'BaseType' => '526994', - 'Header' => 'alloc_traits.h', - 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '44046624' => { + '44279923' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -28931,14 +31550,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '43686263' + 'type' => '43919562' } }, 'Type' => 'Class' }, - '44046989' => { + '44280288' => { 'Base' => { - '43686682' => { + '43919981' => { 'pos' => '0' } }, @@ -28952,13 +31571,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '43686531' + 'type' => '43919830' } }, 'Type' => 'Struct' }, - '44047190' => { - 'BaseType' => '43686696', + '44280489' => { + 'BaseType' => '43919995', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits, llvm::DenseSet > > > > >::pointer', @@ -28967,28 +31586,54 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '44203340' => { - 'BaseType' => '880579', + '444192' => { + 'Base' => { + '447710' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '386', + 'Name' => 'std::vector', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '1093311' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '447296' + } + }, + 'Type' => 'Class' + }, + '44437233' => { + 'BaseType' => '899677', 'Line' => '119', - 'Name' => 'OSL_v1_13_4::pvt::LLVMMemoryManager', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::LLVMMemoryManager', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Source' => 'llvm_util.cpp', 'Type' => 'Typedef' }, - '44210633' => { - 'BaseType' => '848799', - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::PerThreadInfo const*const', + '44444537' => { + 'BaseType' => '867892', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::PerThreadInfo const*const', 'Size' => '8', 'Type' => 'Const' }, - '44210644' => { - 'BaseType' => '848805', - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::ScopedJitMemoryUser*const', + '44444548' => { + 'BaseType' => '867898', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::ScopedJitMemoryUser*const', 'Size' => '8', 'Type' => 'Const' }, - '44214859' => { + '44448763' => { 'Header' => 'DebugInfoMetadata.h', 'Line' => '538', 'Memb' => { @@ -29015,19 +31660,19 @@ $VAR1 = { 'Size' => '4', 'Type' => 'Enum' }, - '44214905' => { + '44448809' => { 'Header' => 'DebugInfoMetadata.h', 'Line' => '550', 'Memb' => { '0' => { 'name' => 'Kind', 'offset' => '0', - 'type' => '44214859' + 'type' => '44448763' }, '1' => { 'name' => 'Value', 'offset' => '8', - 'type' => '1092160' + 'type' => '1112327' } }, 'Name' => 'struct llvm::DIFile::ChecksumInfo', @@ -29037,23 +31682,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1092160' + 'type' => '1112327' } }, 'Type' => 'Struct' }, - '44282562' => { - 'Header' => 'DenseSet.h', - 'Line' => '30', - 'Name' => 'struct llvm::detail::DenseSetEmpty', - 'NameSpace' => 'llvm::detail', - 'PrivateABI' => 1, - 'Size' => '1', - 'Type' => 'Struct' - }, - '44282760' => { + '44516774' => { 'Base' => { - '43686018' => { + '43919317' => { 'pos' => '0' } }, @@ -29067,7 +31703,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'KeyT', - 'type' => '1087720' + 'type' => '1107887' }, '1' => { 'key' => 'ValueT', @@ -29076,9 +31712,9 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '44282923' => { + '44516937' => { 'Base' => { - '43691051' => { + '43924350' => { 'pos' => '0' } }, @@ -29092,18 +31728,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'KeyT', - 'type' => '1087720' + 'type' => '1107887' }, '1' => { 'key' => 'ValueT', - 'type' => '44737840' + 'type' => '44971854' } }, 'Type' => 'Struct' }, - '44294816' => { + '44528830' => { 'Base' => { - '44282562' => { + '41238246' => { 'pos' => '0' } }, @@ -29115,7 +31751,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'key', 'offset' => '0', - 'type' => '1090380' + 'type' => '1110547' } }, 'Name' => 'llvm::detail::DenseSetPair', @@ -29125,12 +31761,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'KeyT', - 'type' => '1090380' + 'type' => '1110547' } }, 'Type' => 'Class' }, - '44294989' => { + '44529003' => { 'Header' => 'DenseSet.h', 'Line' => '54', 'Memb' => { @@ -29138,7 +31774,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'TheMap', 'offset' => '0', - 'type' => '45062174' + 'type' => '45296050' } }, 'Name' => 'llvm::detail::DenseSetImpl, llvm::detail::DenseSetPair >, llvm::DenseMapInfo >', @@ -29148,20 +31784,20 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'ValueT', - 'type' => '1090380' + 'type' => '1110547' }, '1' => { 'key' => 'MapTy', - 'type' => '45062174' + 'type' => '45296050' }, '2' => { 'key' => 'ValueInfoT', - 'type' => '45062986' + 'type' => '45296862' } }, 'Type' => 'Class' }, - '44302745' => { + '44536759' => { 'Header' => 'Optional.h', 'Line' => '165', 'Memb' => { @@ -29169,13 +31805,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'unnamed0', 'offset' => '0', - 'type' => '44302758' + 'type' => '44536772' }, '1' => { 'access' => 'private', 'name' => 'hasVal', 'offset' => '16', - 'type' => '638960' + 'type' => '655503' } }, 'Name' => 'llvm::optional_detail::OptionalStorage >', @@ -29185,12 +31821,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '44214905' + 'type' => '44448809' } }, 'Type' => 'Class' }, - '44302758' => { + '44536772' => { 'Header' => 'Optional.h', 'Line' => '166', 'Memb' => { @@ -29202,7 +31838,7 @@ $VAR1 = { '1' => { 'name' => 'value', 'offset' => '0', - 'type' => '44214905' + 'type' => '44448809' } }, 'Name' => 'llvm::optional_detail::OptionalStorage >::anon-union-Optional.h-166', @@ -29212,7 +31848,7 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Union' }, - '44303254' => { + '44537268' => { 'Header' => 'Optional.h', 'Line' => '165', 'Memb' => { @@ -29220,13 +31856,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'unnamed0', 'offset' => '0', - 'type' => '44303267' + 'type' => '44537281' }, '1' => { 'access' => 'private', 'name' => 'hasVal', 'offset' => '8', - 'type' => '638960' + 'type' => '655503' } }, 'Name' => 'llvm::optional_detail::OptionalStorage', @@ -29236,12 +31872,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1092160' + 'type' => '1112327' } }, 'Type' => 'Class' }, - '44303267' => { + '44537281' => { 'Header' => 'Optional.h', 'Line' => '166', 'Memb' => { @@ -29253,7 +31889,7 @@ $VAR1 = { '1' => { 'name' => 'value', 'offset' => '0', - 'type' => '1092160' + 'type' => '1112327' } }, 'Name' => 'llvm::optional_detail::OptionalStorage::anon-union-Optional.h-166', @@ -29263,14 +31899,14 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Union' }, - '44429011' => { + '44663025' => { 'Header' => 'SmallVector.h', 'Line' => '1097', 'Memb' => { '0' => { 'name' => 'InlineElts', 'offset' => '0', - 'type' => '555831' + 'type' => '571570' } }, 'Name' => 'struct llvm::SmallVectorStorage', @@ -29280,7 +31916,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1090380' + 'type' => '1110547' }, '1' => { 'key' => 'N', @@ -29290,12 +31926,12 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '44429059' => { + '44663073' => { 'Base' => { - '1001260' => { + '1020573' => { 'pos' => '0' }, - '44429011' => { + '44663025' => { 'pos' => '1' } }, @@ -29308,7 +31944,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1090380' + 'type' => '1110547' }, '1' => { 'key' => 'N', @@ -29318,8 +31954,8 @@ $VAR1 = { }, 'Type' => 'Class' }, - '44442606' => { - 'BaseType' => '44748311', + '44676620' => { + 'BaseType' => '44982325', 'Header' => 'ValueSymbolTable.h', 'Line' => '51', 'Name' => 'llvm::ValueSymbolTable::ValueMap', @@ -29328,7 +31964,27 @@ $VAR1 = { 'Size' => '32', 'Type' => 'Typedef' }, - '44505628' => { + '447296' => { + 'Base' => { + '638418' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'type' => '1093311' + } + }, + 'Type' => 'Class' + }, + '44739642' => { 'Header' => 'ArrayRef.h', 'Line' => '41', 'Memb' => { @@ -29336,13 +31992,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'Data', 'offset' => '0', - 'type' => '45088937' + 'type' => '45322810' }, '1' => { 'access' => 'private', 'name' => 'Length', 'offset' => '8', - 'type' => '44505654' + 'type' => '44739668' } }, 'Name' => 'llvm::ArrayRef >', @@ -29352,12 +32008,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '44506597' + 'type' => '44740611' } }, 'Type' => 'Class' }, - '44505654' => { + '44739668' => { 'BaseType' => '82', 'Header' => 'ArrayRef.h', 'Line' => '52', @@ -29367,7 +32023,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '44506597' => { + '44740611' => { 'Header' => 'InstrTypes.h', 'Line' => '1129', 'Memb' => { @@ -29375,13 +32031,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'Tag', 'offset' => '0', - 'type' => '43892' + 'type' => '43980' }, '1' => { 'access' => 'private', 'name' => 'Inputs', 'offset' => '8', - 'type' => '432175' + 'type' => '444192' } }, 'Name' => 'llvm::OperandBundleDefT', @@ -29391,20 +32047,100 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'InputTy', - 'type' => '1073819' + 'type' => '1093311' } }, 'Type' => 'Class' }, - '44506933' => { - 'BaseType' => '44506597', + '44740947' => { + 'BaseType' => '44740611', 'Name' => 'llvm::OperandBundleDefTconst', 'Size' => '32', 'Type' => 'Const' }, - '44555523' => { + '447447' => { + 'Copied' => 1, + 'Header' => 'alloc_traits.h', + 'Line' => '392', + 'Name' => 'struct std::allocator_traits >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Alloc', + 'type' => '447296' + } + }, + 'Type' => 'Struct' + }, + '447461' => { + 'BaseType' => '1109137', + 'Header' => 'alloc_traits.h', + 'Line' => '400', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '447710' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '81', + 'Memb' => { + '0' => { + 'name' => '_M_impl', + 'offset' => '0', + 'type' => '447909' + } + }, + 'Name' => 'struct std::_Vector_base >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '1093311' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '447296' + } + }, + 'Type' => 'Struct' + }, + '447723' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '88', + 'Memb' => { + '0' => { + 'name' => '_M_start', + 'offset' => '0', + 'type' => '447897' + }, + '1' => { + 'name' => '_M_finish', + 'offset' => '8', + 'type' => '447897' + }, + '2' => { + 'name' => '_M_end_of_storage', + 'offset' => '16', + 'type' => '447897' + } + }, + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '44789537' => { 'Base' => { - '852630' => { + '871723' => { 'pos' => '0' } }, @@ -29421,25 +32157,25 @@ $VAR1 = { 'access' => 'private', 'name' => 'Flags', 'offset' => '28', - 'type' => '44556878' + 'type' => '44790892' }, '2' => { 'access' => 'private', 'name' => 'SizeInBits', 'offset' => '32', - 'type' => '639300' + 'type' => '655843' }, '3' => { 'access' => 'private', 'name' => 'OffsetInBits', 'offset' => '40', - 'type' => '639300' + 'type' => '655843' }, '4' => { 'access' => 'private', 'name' => 'AlignInBits', 'offset' => '48', - 'type' => '639283' + 'type' => '655826' } }, 'Name' => 'llvm::DIType', @@ -29448,9 +32184,19 @@ $VAR1 = { 'Size' => '56', 'Type' => 'Class' }, - '44556865' => { + '447897' => { + 'BaseType' => '638984', + 'Header' => 'stl_vector.h', + 'Line' => '86', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '44790879' => { 'Base' => { - '909972' => { + '929212' => { 'pos' => '0' } }, @@ -29462,7 +32208,7 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Class' }, - '44556878' => { + '44790892' => { 'Header' => 'DebugInfoMetadata.h', 'Line' => '165', 'Memb' => { @@ -29621,7 +32367,25 @@ $VAR1 = { 'Size' => '4', 'Type' => 'Enum' }, - '44560924' => { + '447909' => { + 'Base' => { + '447296' => { + 'pos' => '0' + }, + '447723' => { + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '125', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '44794938' => { 'Header' => 'Optional.h', 'Line' => '239', 'Memb' => { @@ -29629,7 +32393,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'Storage', 'offset' => '0', - 'type' => '44302745' + 'type' => '44536759' } }, 'Name' => 'llvm::Optional >', @@ -29639,12 +32403,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '44214905' + 'type' => '44448809' } }, 'Type' => 'Class' }, - '44561747' => { + '44795761' => { 'Header' => 'Optional.h', 'Line' => '239', 'Memb' => { @@ -29652,7 +32416,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'Storage', 'offset' => '0', - 'type' => '44303254' + 'type' => '44537268' } }, 'Name' => 'llvm::Optional', @@ -29662,12 +32426,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1092160' + 'type' => '1112327' } }, 'Type' => 'Class' }, - '44600095' => { + '44834109' => { 'Header' => 'FPEnv.h', 'Line' => '31', 'Memb' => { @@ -29690,9 +32454,9 @@ $VAR1 = { 'Size' => '1', 'Type' => 'Enum' }, - '44693093' => { + '44927107' => { 'Base' => { - '958746' => { + '978059' => { 'pos' => '0' } }, @@ -29705,14 +32469,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '43641807' + 'type' => '43875106' } }, 'Type' => 'Class' }, - '44694393' => { + '44928407' => { 'Base' => { - '44693093' => { + '44927107' => { 'pos' => '0' } }, @@ -29725,19 +32489,19 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '43641807' + 'type' => '43875106' } }, 'Type' => 'Class' }, - '44694821' => { + '44928835' => { 'Header' => 'SmallVector.h', 'Line' => '1097', 'Memb' => { '0' => { 'name' => 'InlineElts', 'offset' => '0', - 'type' => '555831' + 'type' => '571570' } }, 'Name' => 'struct llvm::SmallVectorStorage, 2u>', @@ -29747,7 +32511,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '43641807' + 'type' => '43875106' }, '1' => { 'key' => 'N', @@ -29757,12 +32521,12 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '44694869' => { + '44928883' => { 'Base' => { - '44694821' => { + '44928835' => { 'pos' => '1' }, - '912144' => { + '931384' => { 'pos' => '0' } }, @@ -29775,7 +32539,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '43641807' + 'type' => '43875106' }, '1' => { 'key' => 'N', @@ -29785,7 +32549,7 @@ $VAR1 = { }, 'Type' => 'Class' }, - '44695298' => { + '44929312' => { 'Header' => 'IRBuilder.h', 'Line' => '94', 'Memb' => { @@ -29793,73 +32557,73 @@ $VAR1 = { 'access' => 'private', 'name' => 'MetadataToCopy', 'offset' => '0', - 'type' => '44694869' + 'type' => '44928883' }, '1' => { 'access' => 'protected', 'name' => 'BB', 'offset' => '48', - 'type' => '848865' + 'type' => '867958' }, '10' => { 'access' => 'protected', 'name' => 'DefaultConstrainedRounding', 'offset' => '102', - 'type' => '901234' + 'type' => '920408' }, '11' => { 'access' => 'protected', 'name' => 'DefaultOperandBundles', 'offset' => '104', - 'type' => '44505628' + 'type' => '44739642' }, '2' => { 'access' => 'protected', 'name' => 'InsertPt', 'offset' => '56', - 'type' => '849887' + 'type' => '868980' }, '3' => { 'access' => 'protected', 'name' => 'Context', 'offset' => '64', - 'type' => '1074528' + 'type' => '1094020' }, '4' => { 'access' => 'protected', 'name' => 'Folder', 'offset' => '72', - 'type' => '45104139' + 'type' => '45338017' }, '5' => { 'access' => 'protected', 'name' => 'Inserter', 'offset' => '80', - 'type' => '45104145' + 'type' => '45338023' }, '6' => { 'access' => 'protected', 'name' => 'DefaultFPMathTag', 'offset' => '88', - 'type' => '1087720' + 'type' => '1107887' }, '7' => { 'access' => 'protected', 'name' => 'FMF', 'offset' => '96', - 'type' => '1023053' + 'type' => '1042398' }, '8' => { 'access' => 'protected', 'name' => 'IsFPConstrained', 'offset' => '100', - 'type' => '638960' + 'type' => '655503' }, '9' => { 'access' => 'protected', 'name' => 'DefaultConstrainedExcept', 'offset' => '101', - 'type' => '44600095' + 'type' => '44834109' } }, 'Name' => 'llvm::IRBuilderBase', @@ -29868,31 +32632,31 @@ $VAR1 = { 'Size' => '120', 'Type' => 'Class' }, - '44712082' => { + '44946096' => { 'Name' => 'llvm::IRBuilderFolder', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Type' => 'Class' }, - '44712114' => { - 'BaseType' => '44712082', + '44946128' => { + 'BaseType' => '44946096', 'Name' => 'llvm::IRBuilderFolder const', 'Type' => 'Const' }, - '44712119' => { + '44946133' => { 'Name' => 'llvm::IRBuilderDefaultInserter', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Type' => 'Class' }, - '44712207' => { - 'BaseType' => '44712119', + '44946221' => { + 'BaseType' => '44946133', 'Name' => 'llvm::IRBuilderDefaultInserter const', 'Type' => 'Const' }, - '44725034' => { + '44959048' => { 'Base' => { - '44695298' => { + '44929312' => { 'pos' => '0' } }, @@ -29903,13 +32667,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'Folder', 'offset' => '120', - 'type' => '44725535' + 'type' => '44959549' }, '1' => { 'access' => 'private', 'name' => 'Inserter', 'offset' => '128', - 'type' => '44712119' + 'type' => '44946133' } }, 'Name' => 'llvm::IRBuilder', @@ -29919,24 +32683,24 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'FolderTy', - 'type' => '44725535' + 'type' => '44959549' }, '1' => { 'key' => 'InserterTy', - 'type' => '44712119' + 'type' => '44946133' } }, 'Type' => 'Class' }, - '44725535' => { + '44959549' => { 'Name' => 'llvm::ConstantFolder', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Type' => 'Class' }, - '44728014' => { + '44962028' => { 'Base' => { - '958746' => { + '978059' => { 'pos' => '0' } }, @@ -29949,14 +32713,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1014601' + 'type' => '1033946' } }, 'Type' => 'Class' }, - '44729270' => { + '44963284' => { 'Base' => { - '44728014' => { + '44962028' => { 'pos' => '0' } }, @@ -29969,14 +32733,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1014601' + 'type' => '1033946' } }, 'Type' => 'Class' }, - '44729809' => { + '44963823' => { 'Base' => { - '44729270' => { + '44963284' => { 'pos' => '0' } }, @@ -29989,19 +32753,19 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1014601' + 'type' => '1033946' } }, 'Type' => 'Class' }, - '44730986' => { + '44965000' => { 'Header' => 'SmallVector.h', 'Line' => '1097', 'Memb' => { '0' => { 'name' => 'InlineElts', 'offset' => '0', - 'type' => '555831' + 'type' => '571570' } }, 'Name' => 'struct llvm::SmallVectorStorage, 4u>', @@ -30011,7 +32775,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1014601' + 'type' => '1033946' }, '1' => { 'key' => 'N', @@ -30021,12 +32785,12 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '44731034' => { + '44965048' => { 'Base' => { - '44729809' => { + '44963823' => { 'pos' => '0' }, - '44730986' => { + '44965000' => { 'pos' => '1' } }, @@ -30039,7 +32803,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1014601' + 'type' => '1033946' }, '1' => { 'key' => 'N', @@ -30049,9 +32813,9 @@ $VAR1 = { }, 'Type' => 'Class' }, - '44731505' => { + '44965519' => { 'Base' => { - '972887' => { + '992200' => { 'pos' => '0' } }, @@ -30064,11 +32828,11 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'DerivedT', - 'type' => '44733204' + 'type' => '44967218' }, '1' => { 'key' => 'KeyT', - 'type' => '1087720' + 'type' => '1107887' }, '2' => { 'key' => 'ValueT', @@ -30076,18 +32840,18 @@ $VAR1 = { }, '3' => { 'key' => 'KeyInfoT', - 'type' => '1004471' + 'type' => '1023784' }, '4' => { 'key' => 'BucketT', - 'type' => '44282760' + 'type' => '44516774' } }, 'Type' => 'Class' }, - '44733204' => { + '44967218' => { 'Base' => { - '44731505' => { + '44965519' => { 'pos' => '0' } }, @@ -30098,7 +32862,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'Buckets', 'offset' => '0', - 'type' => '45108171' + 'type' => '45342049' }, '1' => { 'access' => 'private', @@ -30126,7 +32890,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'KeyT', - 'type' => '1087720' + 'type' => '1107887' }, '1' => { 'key' => 'ValueT', @@ -30134,16 +32898,16 @@ $VAR1 = { }, '2' => { 'key' => 'KeyInfoT', - 'type' => '1004471' + 'type' => '1023784' }, '3' => { 'key' => 'BucketT', - 'type' => '44282760' + 'type' => '44516774' } }, 'Type' => 'Class' }, - '44733946' => { + '44967960' => { 'Copied' => 1, 'Header' => 'MapVector.h', 'Line' => '37', @@ -30152,13 +32916,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'Map', 'offset' => '0', - 'type' => '44733204' + 'type' => '44967218' }, '1' => { 'access' => 'private', 'name' => 'Vector', 'offset' => '24', - 'type' => '43687922' + 'type' => '43921221' } }, 'Name' => 'llvm::MapVector, llvm::DenseSet > >, llvm::DenseMap, llvm::detail::DenseMapPair >, std::vector, llvm::DenseSet > > >, std::allocator, llvm::DenseSet > > > > > >', @@ -30168,24 +32932,24 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'KeyT', - 'type' => '1087720' + 'type' => '1107887' }, '1' => { 'key' => 'ValueT', - 'type' => '44735030' + 'type' => '44969044' }, '2' => { 'key' => 'MapType', - 'type' => '44733204' + 'type' => '44967218' }, '3' => { 'key' => 'VectorType', - 'type' => '43687922' + 'type' => '43921221' } }, 'Type' => 'Class' }, - '44735030' => { + '44969044' => { 'Header' => 'SetVector.h', 'Line' => '40', 'Memb' => { @@ -30193,13 +32957,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'set_', 'offset' => '0', - 'type' => '44736025' + 'type' => '44970039' }, '1' => { 'access' => 'private', 'name' => 'vector_', 'offset' => '24', - 'type' => '44736052' + 'type' => '44970066' } }, 'Name' => 'llvm::SetVector, llvm::DenseSet > >', @@ -30209,21 +32973,21 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1090380' + 'type' => '1110547' }, '1' => { 'key' => 'Vector', - 'type' => '458243' + 'type' => '470260' }, '2' => { 'key' => 'Set', - 'type' => '45062916' + 'type' => '45296792' } }, 'Type' => 'Class' }, - '44736025' => { - 'BaseType' => '45062916', + '44970039' => { + 'BaseType' => '45296792', 'Header' => 'SetVector.h', 'Line' => '46', 'Name' => 'llvm::SetVector, llvm::DenseSet > >::set_type', @@ -30232,8 +32996,8 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Typedef' }, - '44736052' => { - 'BaseType' => '458243', + '44970066' => { + 'BaseType' => '470260', 'Header' => 'SetVector.h', 'Line' => '47', 'Name' => 'llvm::SetVector, llvm::DenseSet > >::vector_type', @@ -30242,9 +33006,9 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Typedef' }, - '44736141' => { + '44970155' => { 'Base' => { - '972887' => { + '992200' => { 'pos' => '0' } }, @@ -30257,33 +33021,33 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'DerivedT', - 'type' => '44738269' + 'type' => '44972283' }, '1' => { 'key' => 'KeyT', - 'type' => '1087720' + 'type' => '1107887' }, '2' => { 'key' => 'ValueT', - 'type' => '44737840' + 'type' => '44971854' }, '3' => { 'key' => 'KeyInfoT', - 'type' => '1004471' + 'type' => '1023784' }, '4' => { 'key' => 'BucketT', - 'type' => '44282923' + 'type' => '44516937' } }, 'Type' => 'Class' }, - '44737840' => { + '44971854' => { 'Base' => { - '44729809' => { + '44963823' => { 'pos' => '0' }, - '45055374' => { + '45289250' => { 'pos' => '1' } }, @@ -30296,7 +33060,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1014601' + 'type' => '1033946' }, '1' => { 'key' => 'N', @@ -30306,9 +33070,9 @@ $VAR1 = { }, 'Type' => 'Class' }, - '44738269' => { + '44972283' => { 'Base' => { - '44736141' => { + '44970155' => { 'pos' => '0' } }, @@ -30319,7 +33083,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'Buckets', 'offset' => '0', - 'type' => '45108561' + 'type' => '45342439' }, '1' => { 'access' => 'private', @@ -30347,26 +33111,26 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'KeyT', - 'type' => '1087720' + 'type' => '1107887' }, '1' => { 'key' => 'ValueT', - 'type' => '44737840' + 'type' => '44971854' }, '2' => { 'key' => 'KeyInfoT', - 'type' => '1004471' + 'type' => '1023784' }, '3' => { 'key' => 'BucketT', - 'type' => '44282923' + 'type' => '44516937' } }, 'Type' => 'Class' }, - '44748311' => { + '44982325' => { 'Base' => { - '972269' => { + '991582' => { 'pos' => '0' } }, @@ -30377,7 +33141,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'Allocator', 'offset' => '24', - 'type' => '971992' + 'type' => '991305' } }, 'Name' => 'llvm::StringMap', @@ -30387,23 +33151,23 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'ValueTy', - 'type' => '1073819' + 'type' => '1093311' }, '1' => { 'key' => 'AllocatorTy', - 'type' => '971992' + 'type' => '991305' } }, 'Type' => 'Class' }, - '45055374' => { + '45289250' => { 'Header' => 'SmallVector.h', 'Line' => '1097', 'Memb' => { '0' => { 'name' => 'InlineElts', 'offset' => '0', - 'type' => '555815' + 'type' => '571554' } }, 'Name' => 'struct llvm::SmallVectorStorage, 1u>', @@ -30413,7 +33177,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1014601' + 'type' => '1033946' }, '1' => { 'key' => 'N', @@ -30423,9 +33187,9 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '45060475' => { + '45294351' => { 'Base' => { - '972887' => { + '992200' => { 'pos' => '0' } }, @@ -30438,30 +33202,30 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'DerivedT', - 'type' => '45062174' + 'type' => '45296050' }, '1' => { 'key' => 'KeyT', - 'type' => '1090380' + 'type' => '1110547' }, '2' => { 'key' => 'ValueT', - 'type' => '44282562' + 'type' => '41238246' }, '3' => { 'key' => 'KeyInfoT', - 'type' => '45062986' + 'type' => '45296862' }, '4' => { 'key' => 'BucketT', - 'type' => '44294816' + 'type' => '44528830' } }, 'Type' => 'Class' }, - '45062174' => { + '45296050' => { 'Base' => { - '45060475' => { + '45294351' => { 'pos' => '0' } }, @@ -30472,7 +33236,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'Buckets', 'offset' => '0', - 'type' => '45144605' + 'type' => '45378472' }, '1' => { 'access' => 'private', @@ -30500,26 +33264,26 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'KeyT', - 'type' => '1090380' + 'type' => '1110547' }, '1' => { 'key' => 'ValueT', - 'type' => '44282562' + 'type' => '41238246' }, '2' => { 'key' => 'KeyInfoT', - 'type' => '45062986' + 'type' => '45296862' }, '3' => { 'key' => 'BucketT', - 'type' => '44294816' + 'type' => '44528830' } }, 'Type' => 'Class' }, - '45062916' => { + '45296792' => { 'Base' => { - '44294989' => { + '44529003' => { 'pos' => '0' } }, @@ -30533,16 +33297,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'ValueT', - 'type' => '1090380' + 'type' => '1110547' }, '1' => { 'key' => 'ValueInfoT', - 'type' => '45062986' + 'type' => '45296862' } }, 'Type' => 'Class' }, - '45062986' => { + '45296862' => { 'Copied' => 1, 'Header' => 'DenseMapInfo.h', 'Line' => '62', @@ -30553,7 +33317,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1090380' + 'type' => '1110547' }, '1' => { 'key' => 'Enable', @@ -30562,55 +33326,187 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '45088937' => { - 'BaseType' => '44506933', + '45322810' => { + 'BaseType' => '44740947', 'Name' => 'llvm::OperandBundleDefTconst*', 'Size' => '8', 'Type' => 'Pointer' }, - '45104139' => { - 'BaseType' => '44712114', + '45338017' => { + 'BaseType' => '44946128', 'Name' => 'llvm::IRBuilderFolder const&', 'Size' => '8', 'Type' => 'Ref' }, - '45104145' => { - 'BaseType' => '44712207', + '45338023' => { + 'BaseType' => '44946221', 'Name' => 'llvm::IRBuilderDefaultInserter const&', 'Size' => '8', 'Type' => 'Ref' }, - '45108171' => { - 'BaseType' => '44282760', + '45342049' => { + 'BaseType' => '44516774', 'Name' => 'struct llvm::detail::DenseMapPair*', 'Size' => '8', 'Type' => 'Pointer' }, - '45108245' => { - 'BaseType' => '43686263', + '45342123' => { + 'BaseType' => '43919562', 'Name' => 'struct std::pair, llvm::DenseSet > > >*', 'Size' => '8', 'Type' => 'Pointer' }, - '45108561' => { - 'BaseType' => '44282923', + '45342439' => { + 'BaseType' => '44516937', 'Name' => 'struct llvm::detail::DenseMapPair, 1u> >*', 'Size' => '8', 'Type' => 'Pointer' }, - '45136400' => { - 'BaseType' => '44203340', - 'Name' => 'OSL_v1_13_4::pvt::LLVMMemoryManager*', + '45370267' => { + 'BaseType' => '44437233', + 'Name' => 'OSL_v1_13_5::pvt::LLVMMemoryManager*', 'Size' => '8', 'Type' => 'Pointer' }, - '45144605' => { - 'BaseType' => '44294816', + '45378472' => { + 'BaseType' => '44528830', 'Name' => 'llvm::detail::DenseSetPair*', 'Size' => '8', 'Type' => 'Pointer' }, - '4532696' => { + '4600' => { + 'Copied' => 1, + 'Header' => 'char_traits.h', + 'Line' => '290', + 'Name' => 'struct std::char_traits', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_CharT', + 'type' => '301' + } + }, + 'Type' => 'Struct' + }, + '465836' => { + 'Base' => { + '466485' => { + 'access' => 'private', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_pair.h', + 'Line' => '208', + 'Memb' => { + '0' => { + 'name' => 'first', + 'offset' => '0', + 'type' => '1012969' + }, + '1' => { + 'name' => 'second', + 'offset' => '8', + 'type' => '42' + } + }, + 'Name' => 'struct std::pair, unsigned long>', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => '_T1', + 'type' => '1012969' + }, + '1' => { + 'key' => '_T2', + 'type' => '42' + } + }, + 'Type' => 'Struct' + }, + '466081' => { + 'Base' => { + '466321' => { + 'access' => 'private', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_pair.h', + 'Line' => '208', + 'Memb' => { + '0' => { + 'name' => 'first', + 'offset' => '0', + 'type' => '258' + }, + '1' => { + 'name' => 'second', + 'offset' => '8', + 'type' => '465836' + } + }, + 'Name' => 'struct std::pair, unsigned long> >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_T1', + 'type' => '258' + }, + '1' => { + 'key' => '_T2', + 'type' => '465836' + } + }, + 'Type' => 'Struct' + }, + '466321' => { + 'Copied' => 1, + 'Header' => 'stl_pair.h', + 'Line' => '190', + 'Name' => 'std::__pair_base, unsigned long> >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_U1', + 'type' => '258' + }, + '1' => { + 'key' => '_U2', + 'type' => '465836' + } + }, + 'Type' => 'Class' + }, + '466485' => { + 'Copied' => 1, + 'Header' => 'stl_pair.h', + 'Line' => '190', + 'Name' => 'std::__pair_base, unsigned long>', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_U1', + 'type' => '1012969' + }, + '1' => { + 'key' => '_U2', + 'type' => '42' + } + }, + 'Type' => 'Class' + }, + '4667554' => { 'Header' => 'regex_automaton.h', 'Line' => '56', 'Memb' => { @@ -30673,7 +33569,7 @@ $VAR1 = { 'Size' => '4', 'Type' => 'Enum' }, - '4532794' => { + '4667652' => { 'Copied' => 1, 'Header' => 'regex_automaton.h', 'Line' => '73', @@ -30682,17 +33578,17 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_opcode', 'offset' => '0', - 'type' => '4532696' + 'type' => '4667554' }, '1' => { 'name' => '_M_next', 'offset' => '8', - 'type' => '71326' + 'type' => '71518' }, '2' => { 'name' => 'unnamed0', 'offset' => '16', - 'type' => '4532809' + 'type' => '4667667' } }, 'Name' => 'struct std::__detail::_State_base', @@ -30701,7 +33597,7 @@ $VAR1 = { 'Size' => '48', 'Type' => 'Struct' }, - '4532809' => { + '4667667' => { 'Header' => 'regex_automaton.h', 'Line' => '81', 'Memb' => { @@ -30718,12 +33614,12 @@ $VAR1 = { '2' => { 'name' => 'unnamed0', 'offset' => '0', - 'type' => '4532820' + 'type' => '4667678' }, '3' => { 'name' => '_M_matcher_storage', 'offset' => '0', - 'type' => '4964980' + 'type' => '5109334' } }, 'Name' => 'std::__detail::_State_base::anon-union-regex_automaton.h-81', @@ -30732,19 +33628,19 @@ $VAR1 = { 'Size' => '32', 'Type' => 'Union' }, - '4532820' => { + '4667678' => { 'Header' => 'regex_automaton.h', 'Line' => '85', 'Memb' => { '0' => { 'name' => '_M_alt', 'offset' => '0', - 'type' => '71326' + 'type' => '71518' }, '1' => { 'name' => '_M_neg', 'offset' => '8', - 'type' => '638960' + 'type' => '655503' } }, 'Name' => 'anon-struct-regex_automaton.h-85', @@ -30752,7 +33648,7 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Struct' }, - '4533000' => { + '4667858' => { 'Copied' => 1, 'Header' => 'regex_automaton.h', 'Line' => '184', @@ -30760,27 +33656,27 @@ $VAR1 = { '0' => { 'name' => '_M_paren_stack', 'offset' => '0', - 'type' => '90097' + 'type' => '94721' }, '1' => { 'name' => '_M_flags', 'offset' => '24', - 'type' => '4533045' + 'type' => '4667903' }, '2' => { 'name' => '_M_start_state', 'offset' => '32', - 'type' => '71326' + 'type' => '71518' }, '3' => { 'name' => '_M_subexpr_count', 'offset' => '40', - 'type' => '4533182' + 'type' => '4668040' }, '4' => { 'name' => '_M_has_backref', 'offset' => '48', - 'type' => '638960' + 'type' => '655503' } }, 'Name' => 'struct std::__detail::_NFA_base', @@ -30789,8 +33685,8 @@ $VAR1 = { 'Size' => '56', 'Type' => 'Struct' }, - '4533045' => { - 'BaseType' => '87864', + '4667903' => { + 'BaseType' => '92488', 'Header' => 'regex_automaton.h', 'Line' => '187', 'Name' => 'std::__detail::_NFA_base::_FlagT', @@ -30799,7 +33695,7 @@ $VAR1 = { 'Size' => '4', 'Type' => 'Typedef' }, - '4533182' => { + '4668040' => { 'BaseType' => '3688', 'Header' => 'regex_automaton.h', 'Line' => '186', @@ -30809,128 +33705,12 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '453819' => { - 'Base' => { - '454468' => { - 'access' => 'private', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_pair.h', - 'Line' => '208', - 'Memb' => { - '0' => { - 'name' => 'first', - 'offset' => '0', - 'type' => '993656' - }, - '1' => { - 'name' => 'second', - 'offset' => '8', - 'type' => '42' - } - }, - 'Name' => 'struct std::pair, unsigned long>', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => '_T1', - 'type' => '993656' - }, - '1' => { - 'key' => '_T2', - 'type' => '42' - } - }, - 'Type' => 'Struct' - }, - '454064' => { - 'Base' => { - '454304' => { - 'access' => 'private', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_pair.h', - 'Line' => '208', - 'Memb' => { - '0' => { - 'name' => 'first', - 'offset' => '0', - 'type' => '258' - }, - '1' => { - 'name' => 'second', - 'offset' => '8', - 'type' => '453819' - } - }, - 'Name' => 'struct std::pair, unsigned long> >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_T1', - 'type' => '258' - }, - '1' => { - 'key' => '_T2', - 'type' => '453819' - } - }, - 'Type' => 'Struct' - }, - '454304' => { - 'Copied' => 1, - 'Header' => 'stl_pair.h', - 'Line' => '190', - 'Name' => 'std::__pair_base, unsigned long> >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_U1', - 'type' => '258' - }, - '1' => { - 'key' => '_U2', - 'type' => '453819' - } - }, - 'Type' => 'Class' - }, - '454468' => { - 'Copied' => 1, - 'Header' => 'stl_pair.h', - 'Line' => '190', - 'Name' => 'std::__pair_base, unsigned long>', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_U1', - 'type' => '993656' - }, - '1' => { - 'key' => '_U2', - 'type' => '42' - } - }, - 'Type' => 'Class' - }, - '4545715' => { + '4683808' => { 'Base' => { - '4533000' => { + '4667858' => { 'pos' => '0' }, - '4899530' => { + '5043884' => { 'pos' => '1' } }, @@ -30941,7 +33721,7 @@ $VAR1 = { '0' => { 'name' => '_M_traits', 'offset' => '80', - 'type' => '4879506' + 'type' => '5023860' } }, 'Name' => 'struct std::__detail::_NFA >', @@ -30951,20 +33731,20 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_TraitsT', - 'type' => '4879506' + 'type' => '5023860' } }, 'Type' => 'Struct' }, - '4546402' => { - 'BaseType' => '4545715', + '4684495' => { + 'BaseType' => '4683808', 'Name' => 'struct std::__detail::_NFA >const', 'Size' => '88', 'Type' => 'Const' }, - '4549085' => { + '4687178' => { 'Base' => { - '4532794' => { + '4667652' => { 'pos' => '0' } }, @@ -30983,9 +33763,218 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '458243' => { + '46910646' => { + 'Header' => 'journal.h', + 'Line' => '42', + 'Memb' => { + '0' => { + 'name' => 'pos', + 'offset' => '0', + 'type' => '655826' + }, + '1' => { + 'name' => 'remaining', + 'offset' => '4', + 'type' => '655826' + }, + '2' => { + 'name' => 'warning_count', + 'offset' => '8', + 'type' => '655826' + } + }, + 'Name' => 'struct OSL_v1_13_5::journal::pvt::PageInfo', + 'NameSpace' => 'OSL_v1_13_5::journal::pvt', + 'Size' => '64', + 'Type' => 'Struct' + }, + '46910702' => { + 'BaseType' => '46910646', + 'Name' => 'struct OSL_v1_13_5::journal::pvt::PageInfo const', + 'Size' => '64', + 'Type' => 'Const' + }, + '46910707' => { + 'Copied' => 1, + 'Header' => 'journal.h', + 'Line' => '48', + 'Memb' => { + '0' => { + 'name' => 'thread_count', + 'offset' => '0', + 'type' => '178' + }, + '1' => { + 'name' => 'buf_size', + 'offset' => '4', + 'type' => '655826' + }, + '2' => { + 'name' => 'page_size', + 'offset' => '8', + 'type' => '655826' + }, + '3' => { + 'name' => 'free_pos', + 'offset' => '64', + 'type' => '46910762' + }, + '4' => { + 'name' => 'additional_bytes_required', + 'offset' => '128', + 'type' => '46910762' + }, + '5' => { + 'name' => 'exceeded_page_size', + 'offset' => '192', + 'type' => '46910762' + } + }, + 'Name' => 'struct OSL_v1_13_5::journal::pvt::Organization', + 'NameSpace' => 'OSL_v1_13_5::journal::pvt', + 'Size' => '256', + 'Type' => 'Struct' + }, + '46910762' => { + 'BaseType' => '145126', + 'Header' => 'journal.h', + 'Line' => '58', + 'Name' => 'OSL_v1_13_5::journal::pvt::Organization::AtomicUint32', + 'NameSpace' => 'OSL_v1_13_5::journal::pvt::Organization', + 'Size' => '4', + 'Type' => 'Typedef' + }, + '46910919' => { + 'BaseType' => '46910707', + 'Name' => 'struct OSL_v1_13_5::journal::pvt::Organization const', + 'Size' => '256', + 'Type' => 'Const' + }, + '46910971' => { + 'Header' => 'journal.h', + 'Line' => '127', + 'Memb' => { + '0' => { + 'access' => 'protected', + 'name' => 'm_limit_errors', + 'offset' => '0', + 'type' => '655511' + }, + '1' => { + 'access' => 'protected', + 'name' => 'm_error_history_capacity', + 'offset' => '4', + 'type' => '186' + }, + '2' => { + 'access' => 'protected', + 'name' => 'm_limit_warnings', + 'offset' => '8', + 'type' => '655511' + }, + '3' => { + 'access' => 'protected', + 'name' => 'm_warning_history_capacity', + 'offset' => '12', + 'type' => '186' + }, + '4' => { + 'access' => 'protected', + 'name' => 'm_errseen', + 'offset' => '16', + 'type' => '291556' + }, + '5' => { + 'access' => 'protected', + 'name' => 'm_warnseen', + 'offset' => '32', + 'type' => '291556' + } + }, + 'Name' => 'OSL_v1_13_5::journal::TrackRecentlyReported', + 'NameSpace' => 'OSL_v1_13_5::journal', + 'Size' => '48', + 'Type' => 'Class' + }, + '46911188' => { + 'Header' => 'journal.h', + 'Line' => '171', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'm_buffer', + 'offset' => '0', + 'type' => '47199583' + }, + '1' => { + 'access' => 'private', + 'name' => 'm_org', + 'offset' => '8', + 'type' => '47199594' + }, + '2' => { + 'access' => 'private', + 'name' => 'm_pageinfo_by_thread_index', + 'offset' => '16', + 'type' => '47199600' + }, + '3' => { + 'access' => 'private', + 'name' => 'm_reporter', + 'offset' => '24', + 'type' => '47199588' + } + }, + 'Name' => 'OSL_v1_13_5::journal::Reader', + 'NameSpace' => 'OSL_v1_13_5::journal', + 'Size' => '32', + 'Type' => 'Class' + }, + '46911349' => { + 'Header' => 'journal.h', + 'Line' => '106', + 'Memb' => { + '0' => { + 'name' => '_vptr', + 'offset' => '0', + 'type' => '1127558' + } + }, + 'Name' => 'OSL_v1_13_5::journal::Reporter', + 'NameSpace' => 'OSL_v1_13_5::journal', + 'Size' => '8', + 'Type' => 'Class' + }, + '46911683' => { + 'Base' => { + '46911349' => { + 'pos' => '0' + } + }, + 'Header' => 'journal.h', + 'Line' => '147', + 'Memb' => { + '0' => { + 'access' => 'protected', + 'name' => 'm_eh', + 'offset' => '8', + 'type' => '1094363' + }, + '1' => { + 'access' => 'protected', + 'name' => 'm_tracker', + 'offset' => '16', + 'type' => '47201064' + } + }, + 'Name' => 'OSL_v1_13_5::journal::Report2ErrorHandler', + 'NameSpace' => 'OSL_v1_13_5::journal', + 'Size' => '24', + 'Type' => 'Class' + }, + '470260' => { 'Base' => { - '461761' => { + '473778' => { 'access' => 'protected', 'pos' => '0' } @@ -31000,34 +33989,108 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1090380' + 'type' => '1110547' }, '1' => { 'key' => '_Alloc', - 'type' => '461347' + 'type' => '473364' } }, 'Type' => 'Class' }, - '4600' => { - 'Copied' => 1, - 'Header' => 'char_traits.h', - 'Line' => '290', - 'Name' => 'struct std::char_traits', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_CharT', - 'type' => '301' - } - }, - 'Type' => 'Struct' - }, - '461347' => { + '47118606' => { + 'BaseType' => '679557', + 'Name' => 'OpenImageIO_v2_6_0::string_view const', + 'Size' => '16', + 'Type' => 'Const' + }, + '47199549' => { + 'BaseType' => '46910971', + 'Name' => 'OSL_v1_13_5::journal::TrackRecentlyReported*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '47199555' => { + 'BaseType' => '47199549', + 'Name' => 'OSL_v1_13_5::journal::TrackRecentlyReported*const', + 'Size' => '8', + 'Type' => 'Const' + }, + '47199560' => { + 'BaseType' => '47118606', + 'Name' => 'OpenImageIO_v2_6_0::string_view const&', + 'Size' => '8', + 'Type' => 'Ref' + }, + '47199566' => { + 'BaseType' => '46911188', + 'Name' => 'OSL_v1_13_5::journal::Reader*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '47199572' => { + 'BaseType' => '47199566', + 'Name' => 'OSL_v1_13_5::journal::Reader*const', + 'Size' => '8', + 'Type' => 'Const' + }, + '47199577' => { + 'BaseType' => '12656331', + 'Name' => 'uint8_t const*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '47199583' => { + 'BaseType' => '47199577', + 'Name' => 'uint8_t const*const', + 'Size' => '8', + 'Type' => 'Const' + }, + '47199588' => { + 'BaseType' => '46911349', + 'Name' => 'OSL_v1_13_5::journal::Reporter&', + 'Size' => '8', + 'Type' => 'Ref' + }, + '47199594' => { + 'BaseType' => '46910919', + 'Name' => 'struct OSL_v1_13_5::journal::pvt::Organization const&', + 'Size' => '8', + 'Type' => 'Ref' + }, + '47199600' => { + 'BaseType' => '46910702', + 'Name' => 'struct OSL_v1_13_5::journal::pvt::PageInfo const*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '47199618' => { + 'BaseType' => '1104159', + 'Name' => 'uint8_t*const', + 'Size' => '8', + 'Type' => 'Const' + }, + '47201030' => { + 'BaseType' => '46911683', + 'Name' => 'OSL_v1_13_5::journal::Report2ErrorHandler*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '47201036' => { + 'BaseType' => '47201030', + 'Name' => 'OSL_v1_13_5::journal::Report2ErrorHandler*const', + 'Size' => '8', + 'Type' => 'Const' + }, + '47201064' => { + 'BaseType' => '46910971', + 'Name' => 'OSL_v1_13_5::journal::TrackRecentlyReported&', + 'Size' => '8', + 'Type' => 'Ref' + }, + '473364' => { 'Base' => { - '623541' => { + '640034' => { 'pos' => '0' } }, @@ -31040,12 +34103,12 @@ $VAR1 = { 'Size' => '1', 'TParam' => { '0' => { - 'type' => '1090380' + 'type' => '1110547' } }, 'Type' => 'Class' }, - '461498' => { + '473515' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', @@ -31056,13 +34119,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '461347' + 'type' => '473364' } }, 'Type' => 'Struct' }, - '461512' => { - 'BaseType' => '1092050', + '473529' => { + 'BaseType' => '1112217', 'Header' => 'alloc_traits.h', 'Line' => '400', 'Name' => 'std::allocator_traits >::pointer', @@ -31071,7 +34134,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '461761' => { + '473778' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -31079,7 +34142,7 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '461960' + 'type' => '473977' } }, 'Name' => 'struct std::_Vector_base >', @@ -31089,16 +34152,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1090380' + 'type' => '1110547' }, '1' => { 'key' => '_Alloc', - 'type' => '461347' + 'type' => '473364' } }, 'Type' => 'Struct' }, - '461774' => { + '473791' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -31106,17 +34169,17 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '461948' + 'type' => '473965' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '461948' + 'type' => '473965' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '461948' + 'type' => '473965' } }, 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', @@ -31125,8 +34188,8 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '461948' => { - 'BaseType' => '624107', + '473965' => { + 'BaseType' => '640600', 'Header' => 'stl_vector.h', 'Line' => '86', 'Name' => 'std::_Vector_base >::pointer', @@ -31135,12 +34198,12 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '461960' => { + '473977' => { 'Base' => { - '461347' => { + '473364' => { 'pos' => '0' }, - '461774' => { + '473791' => { 'pos' => '1' } }, @@ -31153,7 +34216,7 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Struct' }, - '465052' => { + '477069' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '59', @@ -31164,12 +34227,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1021318' + 'type' => '1040663' } }, 'Type' => 'Struct' }, - '465138' => { + '477155' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '120', @@ -31178,7 +34241,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '466673' + 'type' => '478690' } }, 'Name' => 'std::__uniq_ptr_impl >', @@ -31188,104 +34251,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1021318' + 'type' => '1040663' }, '1' => { 'key' => '_Dp', - 'type' => '465052' + 'type' => '477069' } }, 'Type' => 'Class' }, - '4651908' => { - 'Header' => 'stl_function.h', - 'Line' => '105', - 'Name' => 'struct std::unary_function', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Arg', - 'type' => '301' - }, - '1' => { - 'key' => '_Result', - 'type' => '638960' - } - }, - 'Type' => 'Struct' - }, - '4651940' => { - 'Base' => { - '4651908' => { - 'pos' => '0' - } - }, - 'Header' => 'refwrap.h', - 'Line' => '57', - 'Name' => 'struct std::_Maybe_unary_or_binary_function', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Res', - 'type' => '638960' - }, - '1' => { - 'key' => undef, - 'type' => '301' - } - }, - 'Type' => 'Struct' - }, - '4651981' => { - 'Base' => { - '4651940' => { - 'pos' => '0' - }, - '85254' => { - 'pos' => '1' - } - }, - 'Copied' => 1, - 'Header' => 'std_function.h', - 'Line' => '369', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => '_M_invoker', - 'offset' => '24', - 'type' => '4652381' - } - }, - 'Name' => 'std::function', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '32', - 'TParam' => { - '0' => { - 'key' => '_Signature', - 'type' => '2855608' - } - }, - 'Type' => 'Class' - }, - '4652381' => { - 'BaseType' => '5181782', - 'Header' => 'std_function.h', - 'Line' => '610', - 'Name' => 'std::function::_Invoker_type', - 'NameSpace' => 'std::function', - 'Private' => 1, - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '465461' => { + '477478' => { 'Base' => { - '465052' => { + '477069' => { 'pos' => '0' } }, @@ -31304,14 +34281,14 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '465052' + 'type' => '477069' } }, 'Type' => 'Struct' }, - '465714' => { + '477731' => { 'Base' => { - '465461' => { + '477478' => { 'access' => 'private', 'pos' => '0' } @@ -31331,12 +34308,12 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '465052' + 'type' => '477069' } }, 'Type' => 'Struct' }, - '466011' => { + '478028' => { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '120', @@ -31344,7 +34321,7 @@ $VAR1 = { '0' => { 'name' => '_M_head_impl', 'offset' => '0', - 'type' => '1093483' + 'type' => '1113650' } }, 'Name' => 'struct std::_Head_base<0ul, llvm::ValueSymbolTable*>', @@ -31359,17 +34336,17 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '1093483' + 'type' => '1113650' } }, 'Type' => 'Struct' }, - '466271' => { + '478288' => { 'Base' => { - '465714' => { + '477731' => { 'pos' => '0' }, - '466011' => { + '478028' => { 'access' => 'private', 'pos' => '1' } @@ -31389,14 +34366,14 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '1093483' + 'type' => '1113650' } }, 'Type' => 'Struct' }, - '466673' => { + '478690' => { 'Base' => { - '466271' => { + '478288' => { 'pos' => '0' } }, @@ -31410,40 +34387,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => undef, - 'type' => '1093483' + 'type' => '1113650' } }, 'Type' => 'Class' }, - '466956' => { - 'Copied' => 1, - 'Header' => 'unique_ptr.h', - 'Line' => '172', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => '_M_t', - 'offset' => '0', - 'type' => '465138' - } - }, - 'Name' => 'std::unique_ptr >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '1021318' - }, - '1' => { - 'key' => '_Dp', - 'type' => '465052' - } - }, - 'Type' => 'Class' - }, - '46985634' => { + '47869694' => { 'Header' => 'ast.h', 'Line' => '36', 'Memb' => { @@ -31544,13 +34493,127 @@ $VAR1 = { 'value' => '9' } }, - 'Name' => 'enum OSL_v1_13_4::pvt::ASTNode::NodeType', - 'NameSpace' => 'OSL_v1_13_4::pvt::ASTNode', + 'Name' => 'enum OSL_v1_13_5::pvt::ASTNode::NodeType', + 'NameSpace' => 'OSL_v1_13_5::pvt::ASTNode', 'PrivateABI' => 1, 'Size' => '4', 'Type' => 'Enum' }, - '472281' => { + '478973' => { + 'Copied' => 1, + 'Header' => 'unique_ptr.h', + 'Line' => '172', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => '_M_t', + 'offset' => '0', + 'type' => '477155' + } + }, + 'Name' => 'std::unique_ptr >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '8', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '1040663' + }, + '1' => { + 'key' => '_Dp', + 'type' => '477069' + } + }, + 'Type' => 'Class' + }, + '4790001' => { + 'Header' => 'stl_function.h', + 'Line' => '105', + 'Name' => 'struct std::unary_function', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Arg', + 'type' => '301' + }, + '1' => { + 'key' => '_Result', + 'type' => '655503' + } + }, + 'Type' => 'Struct' + }, + '4790033' => { + 'Base' => { + '4790001' => { + 'pos' => '0' + } + }, + 'Header' => 'refwrap.h', + 'Line' => '57', + 'Name' => 'struct std::_Maybe_unary_or_binary_function', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Res', + 'type' => '655503' + }, + '1' => { + 'key' => undef, + 'type' => '301' + } + }, + 'Type' => 'Struct' + }, + '4790074' => { + 'Base' => { + '4790033' => { + 'pos' => '0' + }, + '89837' => { + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'std_function.h', + 'Line' => '369', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => '_M_invoker', + 'offset' => '24', + 'type' => '4790474' + } + }, + 'Name' => 'std::function', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '32', + 'TParam' => { + '0' => { + 'key' => '_Signature', + 'type' => '2954444' + } + }, + 'Type' => 'Class' + }, + '4790474' => { + 'BaseType' => '5329147', + 'Header' => 'std_function.h', + 'Line' => '610', + 'Name' => 'std::function::_Invoker_type', + 'NameSpace' => 'std::function', + 'Private' => 1, + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '484298' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '59', @@ -31561,12 +34624,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1064980' + 'type' => '1084384' } }, 'Type' => 'Struct' }, - '472367' => { + '484384' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '120', @@ -31575,7 +34638,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '473902' + 'type' => '485919' } }, 'Name' => 'std::__uniq_ptr_impl >', @@ -31585,18 +34648,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1064980' + 'type' => '1084384' }, '1' => { 'key' => '_Dp', - 'type' => '472281' + 'type' => '484298' } }, 'Type' => 'Class' }, - '472690' => { + '484707' => { 'Base' => { - '472281' => { + '484298' => { 'pos' => '0' } }, @@ -31615,14 +34678,14 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '472281' + 'type' => '484298' } }, 'Type' => 'Struct' }, - '472943' => { + '484960' => { 'Base' => { - '472690' => { + '484707' => { 'access' => 'private', 'pos' => '0' } @@ -31642,12 +34705,12 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '472281' + 'type' => '484298' } }, 'Type' => 'Struct' }, - '473240' => { + '485257' => { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '120', @@ -31655,7 +34718,7 @@ $VAR1 = { '0' => { 'name' => '_M_head_impl', 'offset' => '0', - 'type' => '1095572' + 'type' => '1115739' } }, 'Name' => 'struct std::_Head_base<0ul, llvm::MemoryBuffer*>', @@ -31670,17 +34733,17 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '1095572' + 'type' => '1115739' } }, 'Type' => 'Struct' }, - '473500' => { + '485517' => { 'Base' => { - '472943' => { + '484960' => { 'pos' => '0' }, - '473240' => { + '485257' => { 'access' => 'private', 'pos' => '1' } @@ -31700,14 +34763,14 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '1095572' + 'type' => '1115739' } }, 'Type' => 'Struct' }, - '473902' => { + '485919' => { 'Base' => { - '473500' => { + '485517' => { 'pos' => '0' } }, @@ -31721,12 +34784,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => undef, - 'type' => '1095572' + 'type' => '1115739' } }, 'Type' => 'Class' }, - '474185' => { + '486202' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '172', @@ -31735,7 +34798,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '472367' + 'type' => '484384' } }, 'Name' => 'std::unique_ptr >', @@ -31745,16 +34808,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1064980' + 'type' => '1084384' }, '1' => { 'key' => '_Dp', - 'type' => '472281' + 'type' => '484298' } }, 'Type' => 'Class' }, - '474770' => { + '486787' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '59', @@ -31765,12 +34828,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1064985' + 'type' => '1084389' } }, 'Type' => 'Struct' }, - '474856' => { + '486873' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '120', @@ -31779,7 +34842,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '476391' + 'type' => '488408' } }, 'Name' => 'std::__uniq_ptr_impl >', @@ -31789,18 +34852,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1064985' + 'type' => '1084389' }, '1' => { 'key' => '_Dp', - 'type' => '474770' + 'type' => '486787' } }, 'Type' => 'Class' }, - '475179' => { + '487196' => { 'Base' => { - '474770' => { + '486787' => { 'pos' => '0' } }, @@ -31819,14 +34882,14 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '474770' + 'type' => '486787' } }, 'Type' => 'Struct' }, - '475432' => { + '487449' => { 'Base' => { - '475179' => { + '487196' => { 'access' => 'private', 'pos' => '0' } @@ -31846,12 +34909,12 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '474770' + 'type' => '486787' } }, 'Type' => 'Struct' }, - '475729' => { + '487746' => { 'Copied' => 1, 'Header' => 'tuple', 'Line' => '120', @@ -31859,7 +34922,7 @@ $VAR1 = { '0' => { 'name' => '_M_head_impl', 'offset' => '0', - 'type' => '1095823' + 'type' => '1115990' } }, 'Name' => 'struct std::_Head_base<0ul, llvm::GVMaterializer*>', @@ -31874,17 +34937,17 @@ $VAR1 = { }, '1' => { 'key' => '_Head', - 'type' => '1095823' + 'type' => '1115990' } }, 'Type' => 'Struct' }, - '475989' => { + '488006' => { 'Base' => { - '475432' => { + '487449' => { 'pos' => '0' }, - '475729' => { + '487746' => { 'access' => 'private', 'pos' => '1' } @@ -31904,14 +34967,14 @@ $VAR1 = { }, '1' => { 'key' => undef, - 'type' => '1095823' + 'type' => '1115990' } }, 'Type' => 'Struct' }, - '476391' => { + '488408' => { 'Base' => { - '475989' => { + '488006' => { 'pos' => '0' } }, @@ -31925,12 +34988,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => undef, - 'type' => '1095823' + 'type' => '1115990' } }, 'Type' => 'Class' }, - '476674' => { + '488691' => { 'Copied' => 1, 'Header' => 'unique_ptr.h', 'Line' => '172', @@ -31939,7 +35002,7 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '474856' + 'type' => '486873' } }, 'Name' => 'std::unique_ptr >', @@ -31949,16 +35012,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1064985' + 'type' => '1084389' }, '1' => { 'key' => '_Dp', - 'type' => '474770' + 'type' => '486787' } }, 'Type' => 'Class' }, - '477289' => { + '489306' => { 'Name' => 'struct std::pair', 'NameSpace' => 'std', 'PrivateABI' => 1, @@ -31967,58 +35030,58 @@ $VAR1 = { 'name' => 'unsigned int' }, '1' => { - 'type' => '1088562' + 'type' => '1108729' } }, 'Type' => 'Struct' }, - '477619' => { + '489636' => { 'Base' => { - '625425' => { + '641918' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '827988' + 'type' => '846648' } }, 'Type' => 'Class' }, - '477770' => { + '489787' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '477619' + 'type' => '489636' } }, 'Type' => 'Struct' }, - '477784' => { - 'BaseType' => '1096982', + '489801' => { + 'BaseType' => '1117149', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '478033' => { + '490050' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -32026,26 +35089,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '478232' + 'type' => '490249' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '827988' + 'type' => '846648' }, '1' => { 'key' => '_Alloc', - 'type' => '477619' + 'type' => '489636' } }, 'Type' => 'Struct' }, - '478046' => { + '490063' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -32053,56 +35116,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '478220' + 'type' => '490237' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '478220' + 'type' => '490237' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '478220' + 'type' => '490237' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '478220' => { - 'BaseType' => '625991', + '490237' => { + 'BaseType' => '642484', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '478232' => { + '490249' => { 'Base' => { - '477619' => { + '489636' => { 'pos' => '0' }, - '478046' => { + '490063' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '479010' => { + '491027' => { 'Base' => { - '478033' => { + '490050' => { 'access' => 'protected', 'pos' => '0' } @@ -32110,20 +35173,36 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '827988' + 'type' => '846648' } }, 'Type' => 'Class' }, - '4868482' => { - 'BaseType' => '87864', + '49938283' => { + 'BaseType' => '50269788', + 'Header' => 'stl_set.h', + 'Line' => '132', + 'Name' => 'std::set::_Rep_type', + 'NameSpace' => 'std::set', + 'Private' => 1, + 'PrivateABI' => 1, + 'Size' => '48', + 'Type' => 'Typedef' + }, + '50' => { + 'Name' => 'float', + 'Size' => '4', + 'Type' => 'Intrinsic' + }, + '5012836' => { + 'BaseType' => '92488', 'Header' => 'regex.h', 'Line' => '396', 'Name' => 'std::basic_regex >::flag_type', @@ -32132,8 +35211,8 @@ $VAR1 = { 'Size' => '4', 'Type' => 'Typedef' }, - '4869326' => { - 'BaseType' => '4880180', + '5013680' => { + 'BaseType' => '5024534', 'Header' => 'regex.h', 'Line' => '397', 'Name' => 'std::basic_regex >::locale_type', @@ -32142,8 +35221,8 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '4869470' => { - 'BaseType' => '4881449', + '5013824' => { + 'BaseType' => '5025803', 'Header' => 'regex.h', 'Line' => '753', 'Name' => 'std::basic_regex >::_AutomatonPtr', @@ -32153,7 +35232,7 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Typedef' }, - '4879506' => { + '5023860' => { 'Copied' => 1, 'Header' => 'regex.h', 'Line' => '80', @@ -32162,7 +35241,7 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_locale', 'offset' => '0', - 'type' => '4880180' + 'type' => '5024534' } }, 'Name' => 'struct std::regex_traits', @@ -32176,8 +35255,8 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '4880180' => { - 'BaseType' => '58840', + '5024534' => { + 'BaseType' => '58928', 'Header' => 'regex.h', 'Line' => '85', 'Name' => 'std::regex_traits::locale_type', @@ -32186,7 +35265,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '4880622' => { + '5024976' => { 'Copied' => 1, 'Header' => 'shared_ptr_base.h', 'Line' => '999', @@ -32197,17 +35276,17 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '4546402' + 'type' => '4684495' }, '1' => { 'key' => '_Lp', - 'type' => '565028', + 'type' => '580825', 'val' => '2' } }, 'Type' => 'Class' }, - '4880770' => { + '5025124' => { 'Header' => 'type_traits', 'Line' => '1835', 'Name' => 'struct std::remove_extent >const>', @@ -32217,13 +35296,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '4546402' + 'type' => '4684495' } }, 'Type' => 'Struct' }, - '4880784' => { - 'BaseType' => '4546402', + '5025138' => { + 'BaseType' => '4684495', 'Header' => 'type_traits', 'Line' => '1836', 'Name' => 'std::remove_extent >const>::type', @@ -32232,9 +35311,9 @@ $VAR1 = { 'Size' => '88', 'Type' => 'Typedef' }, - '4880807' => { + '5025161' => { 'Base' => { - '4880622' => { + '5024976' => { 'pos' => '0' } }, @@ -32246,13 +35325,13 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_ptr', 'offset' => '0', - 'type' => '5197407' + 'type' => '5345380' }, '1' => { 'access' => 'private', 'name' => '_M_refcount', 'offset' => '8', - 'type' => '161852' + 'type' => '166476' } }, 'Name' => 'std::__shared_ptr >const, 2>', @@ -32262,18 +35341,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '4546402' + 'type' => '4684495' }, '1' => { 'key' => '_Lp', - 'type' => '565028', + 'type' => '580825', 'val' => '2' } }, 'Type' => 'Class' }, - '4881094' => { - 'BaseType' => '4880784', + '5025448' => { + 'BaseType' => '5025138', 'Header' => 'shared_ptr_base.h', 'Line' => '1084', 'Name' => 'std::__shared_ptr >const, 2>::element_type', @@ -32282,9 +35361,9 @@ $VAR1 = { 'Size' => '88', 'Type' => 'Typedef' }, - '4881449' => { + '5025803' => { 'Base' => { - '4880807' => { + '5025161' => { 'pos' => '0' } }, @@ -32298,219 +35377,34 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '4546402' - } - }, - 'Type' => 'Class' - }, - '4898047' => { - 'Base' => { - '5010969' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'type' => '4549085' - } - }, - 'Type' => 'Class' - }, - '4898197' => { - 'Copied' => 1, - 'Header' => 'alloc_traits.h', - 'Line' => '392', - 'Name' => 'struct std::allocator_traits > >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Alloc', - 'type' => '4898047' - } - }, - 'Type' => 'Struct' - }, - '4898211' => { - 'BaseType' => '5200138', - 'Header' => 'alloc_traits.h', - 'Line' => '400', - 'Name' => 'std::allocator_traits > >::pointer', - 'NameSpace' => 'std::allocator_traits > >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4898554' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '81', - 'Memb' => { - '0' => { - 'name' => '_M_impl', - 'offset' => '0', - 'type' => '4898752' - } - }, - 'Name' => 'struct std::_Vector_base, std::allocator > >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '4549085' - }, - '1' => { - 'key' => '_Alloc', - 'type' => '4898047' - } - }, - 'Type' => 'Struct' - }, - '4898567' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '88', - 'Memb' => { - '0' => { - 'name' => '_M_start', - 'offset' => '0', - 'type' => '4898740' - }, - '1' => { - 'name' => '_M_finish', - 'offset' => '8', - 'type' => '4898740' - }, - '2' => { - 'name' => '_M_end_of_storage', - 'offset' => '16', - 'type' => '4898740' - } - }, - 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base, std::allocator > >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '4898740' => { - 'BaseType' => '5011637', - 'Header' => 'stl_vector.h', - 'Line' => '86', - 'Name' => 'std::_Vector_base, std::allocator > >::pointer', - 'NameSpace' => 'std::_Vector_base, std::allocator > >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '4898752' => { - 'Base' => { - '4898047' => { - 'pos' => '0' - }, - '4898567' => { - 'pos' => '1' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '125', - 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base, std::allocator > >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '4899530' => { - 'Base' => { - '4898554' => { - 'access' => 'protected', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '386', - 'Name' => 'std::vector, std::allocator > >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '4549085' - }, - '1' => { - 'key' => '_Alloc', - 'type' => '4898047' + 'type' => '4684495' } }, 'Type' => 'Class' }, - '49053607' => { - 'BaseType' => '49385112', - 'Header' => 'stl_set.h', - 'Line' => '132', - 'Name' => 'std::set::_Rep_type', - 'NameSpace' => 'std::set', - 'Private' => 1, - 'PrivateABI' => 1, - 'Size' => '48', - 'Type' => 'Typedef' - }, - '491260' => { - 'Copied' => 1, - 'Header' => 'stl_pair.h', - 'Line' => '190', - 'Name' => 'std::__pair_base', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_U1', - 'type' => '677330' - }, - '1' => { - 'key' => '_U2', - 'type' => '555340' - } - }, - 'Type' => 'Class' - }, - '49384814' => { + '50269490' => { 'Base' => { - '49503506' => { + '50388182' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator >', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '49385001' + 'type' => '50269677' } }, 'Type' => 'Class' }, - '49385001' => { + '50269677' => { 'Base' => { - '83198' => { + '87781' => { 'pos' => '0' } }, @@ -32521,22 +35415,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '32', - 'type' => '49506963' + 'type' => '50391639' } }, - 'Name' => 'struct std::_Rb_tree_node', + 'Name' => 'struct std::_Rb_tree_node', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '40', 'TParam' => { '0' => { 'key' => '_Val', - 'type' => '1076230' + 'type' => '1095880' } }, 'Type' => 'Struct' }, - '49385112' => { + '50269788' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '436', @@ -32545,161 +35439,181 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '49385126' + 'type' => '50269802' } }, - 'Name' => 'std::_Rb_tree, std::less, std::allocator >', + 'Name' => 'std::_Rb_tree, std::less, std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '1076230' + 'type' => '1095880' }, '1' => { 'key' => '_Val', - 'type' => '1076230' + 'type' => '1095880' }, '2' => { 'key' => '_KeyOfValue', - 'type' => '49403795' + 'type' => '50288471' }, '3' => { 'key' => '_Compare', - 'type' => '8746681' + 'type' => '8924473' }, '4' => { 'key' => '_Alloc', - 'type' => '38531934' + 'type' => '38535987' } }, 'Type' => 'Class' }, - '49385126' => { + '50269802' => { 'Base' => { - '49384814' => { + '50269490' => { 'pos' => '0' }, - '83394' => { + '87977' => { 'pos' => '2' }, - '8746757' => { + '8924549' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '673', - 'Name' => 'struct std::_Rb_tree, std::less, std::allocator >::_Rb_tree_impl >', - 'NameSpace' => 'std::_Rb_tree, std::less, std::allocator >', + 'Name' => 'struct std::_Rb_tree, std::less, std::allocator >::_Rb_tree_impl >', + 'NameSpace' => 'std::_Rb_tree, std::less, std::allocator >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '8746681' + 'type' => '8924473' } }, 'Type' => 'Struct' }, - '49394204' => { + '50278880' => { 'Copied' => 1, 'Header' => 'stl_pair.h', 'Line' => '190', - 'Name' => 'std::__pair_base >', + 'Name' => 'std::__pair_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_U1', - 'type' => '1076236' + 'type' => '1095886' }, '1' => { 'key' => '_U2', - 'type' => '8753209' + 'type' => '8931001' } }, 'Type' => 'Class' }, - '49403763' => { + '50288439' => { 'Header' => 'stl_function.h', 'Line' => '105', - 'Name' => 'struct std::unary_function', + 'Name' => 'struct std::unary_function', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg', - 'type' => '1076230' + 'type' => '1095880' }, '1' => { 'key' => '_Result', - 'type' => '1076230' + 'type' => '1095880' } }, 'Type' => 'Struct' }, - '49403795' => { + '50288471' => { 'Base' => { - '49403763' => { + '50288439' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '1131', - 'Name' => 'struct std::_Identity', + 'Name' => 'struct std::_Identity', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1076230' + 'type' => '1095880' } }, 'Type' => 'Struct' }, - '49406242' => { + '50290918' => { 'Header' => 'stl_function.h', 'Line' => '105', - 'Name' => 'struct std::unary_function >, OSL_v1_13_4::pvt::Symbol const*const>', + 'Name' => 'struct std::unary_function >, OSL_v1_13_5::pvt::Symbol const*const>', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg', - 'type' => '8746070' + 'type' => '8923862' }, '1' => { 'key' => '_Result', - 'type' => '1076236' + 'type' => '1095886' } }, 'Type' => 'Struct' }, - '49503506' => { + '503277' => { + 'Copied' => 1, + 'Header' => 'stl_pair.h', + 'Line' => '190', + 'Name' => 'std::__pair_base', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_U1', + 'type' => '694624' + }, + '1' => { + 'key' => '_U2', + 'type' => '571074' + } + }, + 'Type' => 'Class' + }, + '50388182' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '49385001' + 'type' => '50269677' } }, 'Type' => 'Class' }, - '49506963' => { + '50391639' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -32707,22 +35621,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '647297' + 'type' => '663840' } }, - 'Name' => 'struct __gnu_cxx::__aligned_membuf', + 'Name' => 'struct __gnu_cxx::__aligned_membuf', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '8', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1076230' + 'type' => '1095880' } }, 'Type' => 'Struct' }, - '49507855' => { + '50392531' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -32730,22 +35644,176 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '1104253' + 'type' => '1125111' } }, - 'Name' => 'struct __gnu_cxx::__aligned_membuf > >', + 'Name' => 'struct __gnu_cxx::__aligned_membuf > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '56', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '8746070' + 'type' => '8923862' } }, 'Type' => 'Struct' }, - '49621757' => { + '5042401' => { + 'Base' => { + '5155917' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'type' => '4687178' + } + }, + 'Type' => 'Class' + }, + '5042551' => { + 'Copied' => 1, + 'Header' => 'alloc_traits.h', + 'Line' => '392', + 'Name' => 'struct std::allocator_traits > >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Alloc', + 'type' => '5042401' + } + }, + 'Type' => 'Struct' + }, + '5042565' => { + 'BaseType' => '5348095', + 'Header' => 'alloc_traits.h', + 'Line' => '400', + 'Name' => 'std::allocator_traits > >::pointer', + 'NameSpace' => 'std::allocator_traits > >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '5042908' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '81', + 'Memb' => { + '0' => { + 'name' => '_M_impl', + 'offset' => '0', + 'type' => '5043106' + } + }, + 'Name' => 'struct std::_Vector_base, std::allocator > >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '4687178' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '5042401' + } + }, + 'Type' => 'Struct' + }, + '5042921' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '88', + 'Memb' => { + '0' => { + 'name' => '_M_start', + 'offset' => '0', + 'type' => '5043094' + }, + '1' => { + 'name' => '_M_finish', + 'offset' => '8', + 'type' => '5043094' + }, + '2' => { + 'name' => '_M_end_of_storage', + 'offset' => '16', + 'type' => '5043094' + } + }, + 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '5043094' => { + 'BaseType' => '5156585', + 'Header' => 'stl_vector.h', + 'Line' => '86', + 'Name' => 'std::_Vector_base, std::allocator > >::pointer', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '5043106' => { + 'Base' => { + '5042401' => { + 'pos' => '0' + }, + '5042921' => { + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '125', + 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '5043884' => { + 'Base' => { + '5042908' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '386', + 'Name' => 'std::vector, std::allocator > >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '4687178' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '5042401' + } + }, + 'Type' => 'Class' + }, + '50506618' => { 'Header' => 'oslcomp.h', 'Line' => '18', 'Memb' => { @@ -32753,21 +35821,45 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_impl', 'offset' => '0', - 'type' => '9175691' + 'type' => '9362714' } }, - 'Name' => 'OSL_v1_13_4::OSLCompiler', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::OSLCompiler', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '8', 'Type' => 'Class' }, - '49621981' => { - 'BaseType' => '49621757', - 'Name' => 'OSL_v1_13_4::OSLCompiler const', + '50506842' => { + 'BaseType' => '50506618', + 'Name' => 'OSL_v1_13_5::OSLCompiler const', + 'Size' => '8', + 'Type' => 'Const' + }, + '50535273' => { + 'BaseType' => '50506618', + 'Name' => 'OSL_v1_13_5::OSLCompiler*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '50535279' => { + 'BaseType' => '50535273', + 'Name' => 'OSL_v1_13_5::OSLCompiler*const', + 'Size' => '8', + 'Type' => 'Const' + }, + '50535295' => { + 'BaseType' => '50506842', + 'Name' => 'OSL_v1_13_5::OSLCompiler const*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '50535301' => { + 'BaseType' => '50535295', + 'Name' => 'OSL_v1_13_5::OSLCompiler const*const', 'Size' => '8', 'Type' => 'Const' }, - '4964980' => { + '5109334' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -32775,7 +35867,7 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '648060' + 'type' => '664603' } }, 'Name' => 'struct __gnu_cxx::__aligned_membuf >', @@ -32785,41 +35877,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '4651981' + 'type' => '4790074' } }, 'Type' => 'Struct' }, - '49650407' => { - 'BaseType' => '49621757', - 'Name' => 'OSL_v1_13_4::OSLCompiler*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '49650413' => { - 'BaseType' => '49650407', - 'Name' => 'OSL_v1_13_4::OSLCompiler*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '49650429' => { - 'BaseType' => '49621981', - 'Name' => 'OSL_v1_13_4::OSLCompiler const*', - 'Size' => '8', - 'Type' => 'Pointer' - }, - '49650435' => { - 'BaseType' => '49650429', - 'Name' => 'OSL_v1_13_4::OSLCompiler const*const', - 'Size' => '8', - 'Type' => 'Const' - }, - '50' => { - 'Name' => 'float', - 'Size' => '4', - 'Type' => 'Intrinsic' - }, - '5010969' => { + '5155917' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -32830,14 +35893,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '4549085' + 'type' => '4687178' } }, 'Type' => 'Class' }, - '5011436' => { + '5156384' => { 'Base' => { - '4898197' => { + '5042551' => { 'pos' => '0' } }, @@ -32851,13 +35914,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '4898047' + 'type' => '5042401' } }, 'Type' => 'Struct' }, - '5011637' => { - 'BaseType' => '4898211', + '5156585' => { + 'BaseType' => '5042565', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits > >::pointer', @@ -32866,18 +35929,18 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '501278' => { + '516135' => { 'Copied' => 1, 'Header' => 'stl_pair.h', 'Line' => '190', - 'Name' => 'std::__pair_base', + 'Name' => 'std::__pair_base', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_U1', - 'type' => '677330' + 'type' => '694624' }, '1' => { 'key' => '_U2', @@ -32886,133 +35949,133 @@ $VAR1 = { }, 'Type' => 'Class' }, - '511658' => { + '526474' => { 'Copied' => 1, 'Header' => 'stl_pair.h', 'Line' => '190', - 'Name' => 'std::__pair_base >', + 'Name' => 'std::__pair_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_U1', - 'type' => '677330' + 'type' => '694624' }, '1' => { 'key' => '_U2', - 'type' => '700657' + 'type' => '717037' } }, 'Type' => 'Class' }, - '515306' => { + '530085' => { 'Header' => 'stl_function.h', 'Line' => '105', - 'Name' => 'struct std::unary_function, OpenImageIO_v2_5_1::ustring const>', + 'Name' => 'struct std::unary_function, OpenImageIO_v2_6_0::ustring const>', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg', - 'type' => '337271' + 'type' => '341895' }, '1' => { 'key' => '_Result', - 'type' => '677330' + 'type' => '694624' } }, 'Type' => 'Struct' }, - '515338' => { + '530117' => { 'Base' => { - '515306' => { + '530085' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '1147', - 'Name' => 'struct std::_Select1st >', + 'Name' => 'struct std::_Select1st >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Pair', - 'type' => '337271' + 'type' => '341895' } }, 'Type' => 'Struct' }, - '5181782' => { + '5329147' => { 'Name' => 'bool(*)(union std::_Any_data const&, char&&)', 'Param' => { '0' => { - 'type' => '647091' + 'type' => '663634' }, '1' => { - 'type' => '648054' + 'type' => '664597' } }, - 'Return' => '638960', + 'Return' => '655503', 'Size' => '8', 'Type' => 'FuncPtr' }, - '518325' => { + '533141' => { 'Header' => 'stl_function.h', 'Line' => '105', - 'Name' => 'struct std::unary_function, OpenImageIO_v2_5_1::ustring const>', + 'Name' => 'struct std::unary_function, OpenImageIO_v2_6_0::ustring const>', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg', - 'type' => '271978' + 'type' => '276602' }, '1' => { 'key' => '_Result', - 'type' => '677330' + 'type' => '694624' } }, 'Type' => 'Struct' }, - '518357' => { + '533173' => { 'Base' => { - '518325' => { + '533141' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '1147', - 'Name' => 'struct std::_Select1st >', + 'Name' => 'struct std::_Select1st >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Pair', - 'type' => '271978' + 'type' => '276602' } }, 'Type' => 'Struct' }, - '5197407' => { - 'BaseType' => '4881094', + '5345380' => { + 'BaseType' => '5025448', 'Name' => 'std::__shared_ptr >const, 2>::element_type*', 'Size' => '8', 'Type' => 'Pointer' }, - '5200138' => { - 'BaseType' => '4549085', + '5348095' => { + 'BaseType' => '4687178', 'Name' => 'struct std::__detail::_State*', 'Size' => '8', 'Type' => 'Pointer' }, - '526980' => { + '542255' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', @@ -33023,13 +36086,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '102811' + 'type' => '107435' } }, 'Type' => 'Struct' }, - '526994' => { - 'BaseType' => '767693', + '542269' => { + 'BaseType' => '781554', 'Header' => 'alloc_traits.h', 'Line' => '400', 'Name' => 'std::allocator_traits >::pointer', @@ -33038,92 +36101,125 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '554319' => { + '570053' => { 'Base' => { - '7763920' => { + '7934455' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '1147', - 'Name' => 'struct std::_Select1st > >', + 'Name' => 'struct std::_Select1st > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '290354' + 'type' => '294978' } }, 'Type' => 'Struct' }, - '554324' => { + '570058' => { 'Base' => { - '8975596' => { + '9159644' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '1131', - 'Name' => 'struct std::_Identity', + 'Name' => 'struct std::_Identity', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '673440' + 'type' => '690782' } }, 'Type' => 'Struct' }, - '554329' => { + '570063' => { 'Base' => { - '30932395' => { + '30877568' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '1131', - 'Name' => 'struct std::_Identity', + 'Name' => 'struct std::_Identity', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '805035' + 'type' => '821069' } }, 'Type' => 'Struct' }, - '554334' => { + '570068' => { 'Base' => { - '30931969' => { + '30877142' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '1131', - 'Name' => 'struct std::_Identity', + 'Name' => 'struct std::_Identity', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '804903' + 'type' => '820937' } }, 'Type' => 'Struct' }, - '555340' => { + '571074' => { 'Name' => 'long long', 'Size' => '8', 'Type' => 'Intrinsic' }, - '555447' => { + '571105' => { + 'BaseType' => '186', + 'Name' => 'int const*', + 'Size' => '8', + 'Type' => 'Pointer' + }, + '571140' => { + 'BaseType' => '135', + 'Header' => 'types.h', + 'Line' => '194', + 'Name' => 'int8_t', + 'PrivateABI' => 1, + 'Size' => '1', + 'Type' => 'Typedef' + }, + '571152' => { + 'BaseType' => '148', + 'Header' => 'types.h', + 'Line' => '195', + 'Name' => 'int16_t', + 'PrivateABI' => 1, + 'Size' => '2', + 'Type' => 'Typedef' + }, + '571169' => { + 'BaseType' => '178', + 'Header' => 'types.h', + 'Line' => '196', + 'Name' => 'int32_t', + 'PrivateABI' => 1, + 'Size' => '4', + 'Type' => 'Typedef' + }, + '571186' => { 'BaseType' => '197', 'Header' => 'types.h', 'Line' => '197', @@ -33132,19 +36228,19 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '555516' => { + '571255' => { 'Header' => 'pthreadtypes.h', 'Line' => '75', 'Memb' => { '0' => { 'name' => '__prev', 'offset' => '0', - 'type' => '555556' + 'type' => '571295' }, '1' => { 'name' => '__next', 'offset' => '8', - 'type' => '555556' + 'type' => '571295' } }, 'Name' => 'struct __pthread_internal_list', @@ -33152,14 +36248,14 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Struct' }, - '555556' => { - 'BaseType' => '555516', + '571295' => { + 'BaseType' => '571255', 'Name' => 'struct __pthread_internal_list*', 'Size' => '8', 'Type' => 'Pointer' }, - '555562' => { - 'BaseType' => '555516', + '571301' => { + 'BaseType' => '571255', 'Header' => 'pthreadtypes.h', 'Line' => '79', 'Name' => '__pthread_list_t', @@ -33167,19 +36263,19 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Typedef' }, - '555574' => { + '571313' => { 'Header' => 'pthreadtypes.h', 'Line' => '91', 'Memb' => { '0' => { 'name' => '__data', 'offset' => '0', - 'type' => '555588' + 'type' => '571327' }, '1' => { 'name' => '__size', 'offset' => '0', - 'type' => '555746' + 'type' => '571485' }, '2' => { 'name' => '__align', @@ -33192,7 +36288,7 @@ $VAR1 = { 'Size' => '40', 'Type' => 'Union' }, - '555588' => { + '571327' => { 'Header' => 'pthreadtypes.h', 'Line' => '92', 'Memb' => { @@ -33234,7 +36330,7 @@ $VAR1 = { '7' => { 'name' => '__list', 'offset' => '24', - 'type' => '555562' + 'type' => '571301' } }, 'Name' => 'struct __pthread_mutex_s', @@ -33242,14 +36338,14 @@ $VAR1 = { 'Size' => '40', 'Type' => 'Struct' }, - '555746' => { + '571485' => { 'BaseType' => '301', 'Name' => 'char[40]', 'Size' => '40', 'Type' => 'Array' }, - '555762' => { - 'BaseType' => '555574', + '571501' => { + 'BaseType' => '571313', 'Header' => 'pthreadtypes.h', 'Line' => '128', 'Name' => 'pthread_mutex_t', @@ -33257,47 +36353,47 @@ $VAR1 = { 'Size' => '40', 'Type' => 'Typedef' }, - '555815' => { + '571554' => { 'BaseType' => '301', 'Name' => 'char[8]', 'Size' => '8', 'Type' => 'Array' }, - '555831' => { + '571570' => { 'BaseType' => '301', 'Name' => 'char[32]', 'Size' => '32', 'Type' => 'Array' }, - '555887' => { - 'BaseType' => '555898', + '571626' => { + 'BaseType' => '571637', 'Name' => 'void const*', 'Size' => '8', 'Type' => 'Pointer' }, - '555898' => { + '571637' => { 'BaseType' => '1', 'Name' => 'void const', 'Type' => 'Const' }, - '555923' => { + '571662' => { 'Name' => 'void(*)()', 'Return' => '1', 'Size' => '8', 'Type' => 'FuncPtr' }, - '555929' => { + '571668' => { 'Name' => 'void()', 'Return' => '1', 'Type' => 'Func' }, - '556400' => { + '572139' => { 'BaseType' => '290', 'Name' => 'char**', 'Size' => '8', 'Type' => 'Pointer' }, - '558246' => { + '574043' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -33313,7 +36409,12 @@ $VAR1 = { }, 'Type' => 'Class' }, - '565028' => { + '58' => { + 'Name' => 'double', + 'Size' => '8', + 'Type' => 'Intrinsic' + }, + '580825' => { 'Header' => 'concurrence.h', 'Line' => '49', 'Memb' => { @@ -33336,7 +36437,7 @@ $VAR1 = { 'Size' => '4', 'Type' => 'Enum' }, - '565085' => { + '580882' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -33352,9 +36453,9 @@ $VAR1 = { }, 'Type' => 'Class' }, - '565450' => { + '581247' => { 'Base' => { - '88885' => { + '93509' => { 'pos' => '0' } }, @@ -33368,13 +36469,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '88734' + 'type' => '93358' } }, 'Type' => 'Struct' }, - '565651' => { - 'BaseType' => '88899', + '581448' => { + 'BaseType' => '93523', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits >::pointer', @@ -33383,7 +36484,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '566312' => { + '582109' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -33399,9 +36500,9 @@ $VAR1 = { }, 'Type' => 'Class' }, - '566840' => { + '582637' => { 'Base' => { - '94803' => { + '99427' => { 'pos' => '0' } }, @@ -33415,13 +36516,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '94652' + 'type' => '99276' } }, 'Type' => 'Struct' }, - '567041' => { - 'BaseType' => '94817', + '582838' => { + 'BaseType' => '99441', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits >::pointer', @@ -33430,7 +36531,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '567702' => { + '583499' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -33446,101 +36547,119 @@ $VAR1 = { }, 'Type' => 'Class' }, - '570027' => { + '585824' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '678302' + 'type' => '694629' } }, 'Type' => 'Class' }, - '570585' => { + '586382' => { 'Base' => { - '115443' => { + '120067' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '115292' + 'type' => '119916' } }, 'Type' => 'Struct' }, - '570786' => { - 'BaseType' => '115457', + '586583' => { + 'BaseType' => '120081', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '573407' => { + '589204' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '670837' + 'type' => '687140' } }, 'Type' => 'Class' }, - '573935' => { + '58928' => { + 'Copied' => 1, + 'Header' => 'locale_classes.h', + 'Line' => '62', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => '_M_impl', + 'offset' => '0', + 'type' => '661601' + } + }, + 'Name' => 'std::locale', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Class' + }, + '589732' => { 'Base' => { - '179820' => { + '184444' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '179669' + 'type' => '184293' } }, 'Type' => 'Struct' }, - '574136' => { - 'BaseType' => '179834', + '589933' => { + 'BaseType' => '184458', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '575367' => { + '591164' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -33551,14 +36670,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '28281' + 'type' => '28369' } }, 'Type' => 'Class' }, - '575732' => { + '591529' => { 'Base' => { - '184754' => { + '189378' => { 'pos' => '0' } }, @@ -33572,13 +36691,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '184603' + 'type' => '189227' } }, 'Type' => 'Struct' }, - '575933' => { - 'BaseType' => '184768', + '591730' => { + 'BaseType' => '189392', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits >::pointer', @@ -33587,7 +36706,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '579118' => { + '594915' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -33598,14 +36717,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '848865' + 'type' => '867958' } }, 'Type' => 'Class' }, - '579483' => { + '595280' => { 'Base' => { - '207855' => { + '212479' => { 'pos' => '0' } }, @@ -33619,13 +36738,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '207704' + 'type' => '212328' } }, 'Type' => 'Struct' }, - '579684' => { - 'BaseType' => '207869', + '595481' => { + 'BaseType' => '212493', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits >::pointer', @@ -33634,7 +36753,49 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '579775' => { + '59549' => { + 'Copied' => 1, + 'Header' => 'locale_classes.h', + 'Line' => '522', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => '_M_refcount', + 'offset' => '0', + 'type' => '656728' + }, + '1' => { + 'access' => 'private', + 'name' => '_M_facets', + 'offset' => '8', + 'type' => '661630' + }, + '2' => { + 'access' => 'private', + 'name' => '_M_facets_size', + 'offset' => '16', + 'type' => '3688' + }, + '3' => { + 'access' => 'private', + 'name' => '_M_caches', + 'offset' => '24', + 'type' => '661630' + }, + '4' => { + 'access' => 'private', + 'name' => '_M_names', + 'offset' => '32', + 'type' => '572139' + } + }, + 'Name' => 'std::locale::_Impl', + 'NameSpace' => 'std::locale', + 'PrivateABI' => 1, + 'Size' => '40', + 'Type' => 'Class' + }, + '595572' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -33645,19 +36806,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1072737' + 'type' => '1092229' } }, 'Type' => 'Class' }, - '58' => { - 'Name' => 'double', - 'Size' => '8', - 'Type' => 'Intrinsic' - }, - '580140' => { + '595937' => { 'Base' => { - '212337' => { + '216961' => { 'pos' => '0' } }, @@ -33671,13 +36827,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '212186' + 'type' => '216810' } }, 'Type' => 'Struct' }, - '580341' => { - 'BaseType' => '212351', + '596138' => { + 'BaseType' => '216975', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits >::pointer', @@ -33686,7 +36842,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '580432' => { + '596229' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -33697,12 +36853,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '216668' + 'type' => '221292' } }, 'Type' => 'Class' }, - '580797' => { + '596594' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -33713,14 +36869,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '72903' + 'type' => '73277' } }, 'Type' => 'Class' }, - '581162' => { + '596959' => { 'Base' => { - '221049' => { + '225673' => { 'pos' => '0' } }, @@ -33731,7 +36887,7 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '221063' + 'type' => '225687' } }, 'Name' => 'struct __gnu_cxx::__aligned_buffer >', @@ -33741,12 +36897,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '216668' + 'type' => '221292' } }, 'Type' => 'Struct' }, - '581391' => { + '597188' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -33757,14 +36913,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1073604' + 'type' => '1093096' } }, 'Type' => 'Class' }, - '581756' => { + '597553' => { 'Base' => { - '223991' => { + '228615' => { 'pos' => '0' } }, @@ -33778,13 +36934,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '223840' + 'type' => '228464' } }, 'Type' => 'Struct' }, - '581957' => { - 'BaseType' => '224005', + '597754' => { + 'BaseType' => '228629', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits >::pointer', @@ -33793,276 +36949,258 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '582048' => { + '597845' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '782813' + 'type' => '796705' } }, 'Type' => 'Class' }, - '582413' => { + '598210' => { 'Base' => { - '228473' => { + '233097' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '228322' + 'type' => '232946' } }, 'Type' => 'Struct' }, - '582614' => { - 'BaseType' => '228487', + '598411' => { + 'BaseType' => '233111', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '582705' => { + '598502' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '782875' + 'type' => '796767' } }, 'Type' => 'Class' }, - '583070' => { + '598867' => { 'Base' => { - '232955' => { + '237579' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '232804' + 'type' => '237428' } }, 'Type' => 'Struct' }, - '583271' => { - 'BaseType' => '232969', + '599068' => { + 'BaseType' => '237593', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '584502' => { + '600299' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '782951' + 'type' => '796843' } }, 'Type' => 'Class' }, - '584867' => { + '600664' => { 'Base' => { - '237437' => { + '242061' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '237286' + 'type' => '241910' } }, 'Type' => 'Struct' }, - '585068' => { - 'BaseType' => '237451', + '600865' => { + 'BaseType' => '242075', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '586299' => { + '602096' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1074798' + 'type' => '1094296' } }, 'Type' => 'Class' }, - '587448' => { + '603245' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '780720' + 'type' => '794606' } }, 'Type' => 'Class' }, - '587813' => { + '603610' => { 'Base' => { - '251208' => { + '255832' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '251057' + 'type' => '255681' } }, 'Type' => 'Struct' }, - '588014' => { - 'BaseType' => '251222', + '603811' => { + 'BaseType' => '255846', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '588105' => { + '603902' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '776678' + 'type' => '790564' } }, 'Type' => 'Class' }, - '58840' => { - 'Copied' => 1, - 'Header' => 'locale_classes.h', - 'Line' => '62', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => '_M_impl', - 'offset' => '0', - 'type' => '645058' - } - }, - 'Name' => 'std::locale', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Class' - }, - '588470' => { + '604267' => { 'Base' => { - '255718' => { + '260342' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '255567' + 'type' => '260191' } }, 'Type' => 'Struct' }, - '588671' => { - 'BaseType' => '255732', + '604468' => { + 'BaseType' => '260356', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '588762' => { + '604559' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -34078,9 +37216,22 @@ $VAR1 = { }, 'Type' => 'Class' }, - '589290' => { + '60487' => { + 'Copied' => 1, + 'Name' => 'std::locale::facet', + 'NameSpace' => 'std::locale', + 'Private' => 1, + 'PrivateABI' => 1, + 'Type' => 'Class' + }, + '60492' => { + 'BaseType' => '60487', + 'Name' => 'std::locale::facet const', + 'Type' => 'Const' + }, + '605087' => { 'Base' => { - '260471' => { + '265095' => { 'pos' => '0' } }, @@ -34094,13 +37245,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '260320' + 'type' => '264944' } }, 'Type' => 'Struct' }, - '589491' => { - 'BaseType' => '260485', + '605288' => { + 'BaseType' => '265109', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits >::pointer', @@ -34109,222 +37260,180 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '590152' => { + '605949' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '673440' + 'type' => '690782' } }, 'Type' => 'Class' }, - '590802' => { + '606599' => { 'Base' => { - '265483' => { + '270107' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '265332' + 'type' => '269956' } }, 'Type' => 'Struct' }, - '591003' => { - 'BaseType' => '265497', + '606800' => { + 'BaseType' => '270121', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '592269' => { + '608066' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '813895' + 'type' => '832564' } }, 'Type' => 'Class' }, - '592797' => { + '608594' => { 'Base' => { - '267410' => { + '272034' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '267259' + 'type' => '271883' } }, 'Type' => 'Struct' }, - '592998' => { - 'BaseType' => '267424', + '608795' => { + 'BaseType' => '272048', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '593659' => { + '609456' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '271978' + 'type' => '276602' } }, 'Type' => 'Class' }, - '594253' => { + '610050' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator > >', + 'Name' => '__gnu_cxx::new_allocator > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '272974' + 'type' => '277598' } }, 'Type' => 'Class' }, - '59461' => { - 'Copied' => 1, - 'Header' => 'locale_classes.h', - 'Line' => '522', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => '_M_refcount', - 'offset' => '0', - 'type' => '640185' - }, - '1' => { - 'access' => 'private', - 'name' => '_M_facets', - 'offset' => '8', - 'type' => '645087' - }, - '2' => { - 'access' => 'private', - 'name' => '_M_facets_size', - 'offset' => '16', - 'type' => '3688' - }, - '3' => { - 'access' => 'private', - 'name' => '_M_caches', - 'offset' => '24', - 'type' => '645087' - }, - '4' => { - 'access' => 'private', - 'name' => '_M_names', - 'offset' => '32', - 'type' => '556400' - } - }, - 'Name' => 'std::locale::_Impl', - 'NameSpace' => 'std::locale', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Class' - }, - '594740' => { + '610537' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '806098' + 'type' => '822132' } }, 'Type' => 'Class' }, - '595207' => { + '611004' => { 'Base' => { - '280880' => { + '285504' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '280729' + 'type' => '285353' } }, 'Type' => 'Struct' }, - '595408' => { - 'BaseType' => '280894', + '611205' => { + 'BaseType' => '285518', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '596069' => { + '611866' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -34335,44 +37444,44 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '285489' + 'type' => '290113' } }, 'Type' => 'Class' }, - '596742' => { + '612539' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator > >', + 'Name' => '__gnu_cxx::new_allocator > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '290354' + 'type' => '294978' } }, 'Type' => 'Class' }, - '597336' => { + '613133' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator > > >', + 'Name' => '__gnu_cxx::new_allocator > > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '291174' + 'type' => '295798' } }, 'Type' => 'Class' }, - '597742' => { + '613539' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -34383,12 +37492,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '96194' + 'type' => '100818' } }, 'Type' => 'Class' }, - '598377' => { + '614174' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -34399,12 +37508,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '298185' + 'type' => '302809' } }, 'Type' => 'Class' }, - '598989' => { + '614786' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -34415,12 +37524,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '261862' + 'type' => '266486' } }, 'Type' => 'Class' }, - '599624' => { + '615421' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -34431,46 +37540,46 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '303414' + 'type' => '308038' } }, 'Type' => 'Class' }, - '600236' => { + '616033' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '109028' + 'type' => '113652' } }, 'Type' => 'Class' }, - '600871' => { + '616668' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator > >', + 'Name' => '__gnu_cxx::new_allocator > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '308643' + 'type' => '313267' } }, 'Type' => 'Class' }, - '602564' => { + '618361' => { 'Base' => { - '321097' => { + '325721' => { 'pos' => '0' } }, @@ -34489,8 +37598,8 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '602765' => { - 'BaseType' => '321111', + '618562' => { + 'BaseType' => '325735', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits >::pointer', @@ -34499,240 +37608,284 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '603426' => { + '61887' => { + 'Copied' => 1, + 'Name' => 'std::basic_ostream', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'TParam' => { + '0' => { + 'key' => '_CharT', + 'type' => '301' + } + }, + 'Type' => 'Class' + }, + '619223' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '820223' + 'type' => '838558' } }, 'Type' => 'Class' }, - '603954' => { + '619751' => { 'Base' => { - '325878' => { + '330502' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '325727' + 'type' => '330351' } }, 'Type' => 'Struct' }, - '60399' => { - 'Copied' => 1, - 'Name' => 'std::locale::facet', - 'NameSpace' => 'std::locale', - 'Private' => 1, - 'PrivateABI' => 1, - 'Type' => 'Class' - }, - '60404' => { - 'BaseType' => '60399', - 'Name' => 'std::locale::facet const', - 'Type' => 'Const' - }, - '604155' => { - 'BaseType' => '325892', + '619952' => { + 'BaseType' => '330516', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '605428' => { + '621225' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '330852' + 'type' => '335476' } }, 'Type' => 'Class' }, - '605895' => { + '621692' => { 'Base' => { - '331318' => { + '335942' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits > >', + 'Name' => 'struct __gnu_cxx::__alloc_traits > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '331167' + 'type' => '335791' } }, 'Type' => 'Struct' }, - '606096' => { - 'BaseType' => '331332', + '621893' => { + 'BaseType' => '335956', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits > >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits > >', + 'Name' => '__gnu_cxx::__alloc_traits > >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '607327' => { + '623124' => { + 'Copied' => 1, + 'Header' => 'new_allocator.h', + 'Line' => '58', + 'Name' => '__gnu_cxx::new_allocator >', + 'NameSpace' => '__gnu_cxx', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '341895' + } + }, + 'Type' => 'Class' + }, + '623718' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '337271' + 'type' => '342891' } }, 'Type' => 'Class' }, - '607921' => { + '624205' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator > >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '338267' + 'type' => '80888' } }, 'Type' => 'Class' }, - '608408' => { + '624672' => { + 'Base' => { + '354442' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'aligned_buffer.h', + 'Line' => '90', + 'Memb' => { + '0' => { + 'name' => '_M_storage', + 'offset' => '0', + 'type' => '354456' + } + }, + 'Name' => 'struct __gnu_cxx::__aligned_buffer', + 'NameSpace' => '__gnu_cxx', + 'PrivateABI' => 1, + 'Size' => '8', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '690782' + } + }, + 'Type' => 'Struct' + }, + '624901' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '808191' + 'type' => '824225' } }, 'Type' => 'Class' }, - '608773' => { + '625266' => { 'Base' => { - '346204' => { + '358280' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '346053' + 'type' => '358129' } }, 'Type' => 'Struct' }, - '608974' => { - 'BaseType' => '346218', + '625467' => { + 'BaseType' => '358294', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '609065' => { + '625558' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '811636' + 'type' => '827675' } }, 'Type' => 'Class' }, - '609430' => { + '625923' => { 'Base' => { - '350686' => { + '362762' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '350535' + 'type' => '362611' } }, 'Type' => 'Struct' }, - '609631' => { - 'BaseType' => '350700', + '626124' => { + 'BaseType' => '362776', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '609722' => { + '626215' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -34743,14 +37896,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '114693' + 'type' => '119317' } }, 'Type' => 'Class' }, - '610087' => { + '626580' => { 'Base' => { - '355541' => { + '367617' => { 'pos' => '0' } }, @@ -34764,13 +37917,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '355390' + 'type' => '367466' } }, 'Type' => 'Struct' }, - '610288' => { - 'BaseType' => '355555', + '626781' => { + 'BaseType' => '367631', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits > > >::pointer', @@ -34779,7 +37932,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '610949' => { + '627442' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -34790,14 +37943,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1082427' + 'type' => '1102633' } }, 'Type' => 'Class' }, - '611314' => { + '627807' => { 'Base' => { - '360023' => { + '372099' => { 'pos' => '0' } }, @@ -34811,13 +37964,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '359872' + 'type' => '371948' } }, 'Type' => 'Struct' }, - '611515' => { - 'BaseType' => '360037', + '628008' => { + 'BaseType' => '372113', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits >::pointer', @@ -34826,54 +37979,54 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '612176' => { + '628669' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '355045' + 'type' => '367121' } }, 'Type' => 'Class' }, - '612704' => { + '629197' => { 'Base' => { - '364505' => { + '376581' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits > >', + 'Name' => 'struct __gnu_cxx::__alloc_traits > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '364354' + 'type' => '376430' } }, 'Type' => 'Struct' }, - '612905' => { - 'BaseType' => '364519', + '629398' => { + 'BaseType' => '376595', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits > >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits > >', + 'Name' => '__gnu_cxx::__alloc_traits > >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '613566' => { + '630059' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -34889,9 +38042,9 @@ $VAR1 = { }, 'Type' => 'Class' }, - '613992' => { + '630485' => { 'Base' => { - '369196' => { + '381272' => { 'pos' => '0' } }, @@ -34905,13 +38058,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '369045' + 'type' => '381121' } }, 'Type' => 'Struct' }, - '614193' => { - 'BaseType' => '369210', + '630686' => { + 'BaseType' => '381286', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits >::pointer', @@ -34920,241 +38073,228 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '614854' => { + '631347' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '820630' + 'type' => '838965' } }, 'Type' => 'Class' }, - '615280' => { + '631773' => { 'Base' => { - '373793' => { + '385869' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '373642' + 'type' => '385718' } }, 'Type' => 'Struct' }, - '615481' => { - 'BaseType' => '373807', + '631974' => { + 'BaseType' => '385883', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '616142' => { + '632635' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '825062' + 'type' => '843722' } }, 'Type' => 'Class' }, - '616507' => { + '633000' => { 'Base' => { - '378522' => { + '390598' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '378371' + 'type' => '390447' } }, 'Type' => 'Struct' }, - '616708' => { - 'BaseType' => '378536', + '633201' => { + 'BaseType' => '390612', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '61799' => { - 'Copied' => 1, - 'Name' => 'std::basic_ostream', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'TParam' => { - '0' => { - 'key' => '_CharT', - 'type' => '301' - } - }, - 'Type' => 'Class' - }, - '618328' => { + '634821' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '815065' + 'type' => '833764' } }, 'Type' => 'Class' }, - '618693' => { + '635186' => { 'Base' => { - '398145' => { + '410162' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '397994' + 'type' => '410011' } }, 'Type' => 'Struct' }, - '618894' => { - 'BaseType' => '398159', + '635387' => { + 'BaseType' => '410176', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '618985' => { + '635478' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '402645' + 'type' => '414662' } }, 'Type' => 'Class' }, - '619350' => { + '635843' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '805035' + 'type' => '821069' } }, 'Type' => 'Class' }, - '619944' => { + '636437' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '410060' + 'type' => '422077' } }, 'Type' => 'Class' }, - '620309' => { + '636802' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '804903' + 'type' => '820937' } }, 'Type' => 'Class' }, - '620903' => { + '637396' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '417758' + 'type' => '429775' } }, 'Type' => 'Class' }, - '621925' => { + '638418' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -35165,14 +38305,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1073819' + 'type' => '1093311' } }, 'Type' => 'Class' }, - '622290' => { + '638783' => { 'Base' => { - '435430' => { + '447447' => { 'pos' => '0' } }, @@ -35186,13 +38326,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '435279' + 'type' => '447296' } }, 'Type' => 'Struct' }, - '622491' => { - 'BaseType' => '435444', + '638984' => { + 'BaseType' => '447461', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits >::pointer', @@ -35201,7 +38341,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '623541' => { + '640034' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', @@ -35212,14 +38352,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1090380' + 'type' => '1110547' } }, 'Type' => 'Class' }, - '623906' => { + '640399' => { 'Base' => { - '461498' => { + '473515' => { 'pos' => '0' } }, @@ -35233,13 +38373,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '461347' + 'type' => '473364' } }, 'Type' => 'Struct' }, - '624107' => { - 'BaseType' => '461512', + '640600' => { + 'BaseType' => '473529', 'Header' => 'alloc_traits.h', 'Line' => '59', 'Name' => '__gnu_cxx::__alloc_traits >::pointer', @@ -35248,54 +38388,54 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '625425' => { + '641918' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '827988' + 'type' => '846648' } }, 'Type' => 'Class' }, - '625790' => { + '642283' => { 'Base' => { - '477770' => { + '489787' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '477619' + 'type' => '489636' } }, 'Type' => 'Struct' }, - '625991' => { - 'BaseType' => '477784', + '642484' => { + 'BaseType' => '489801', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '630553' => { + '647046' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -35303,7 +38443,7 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '647297' + 'type' => '663840' } }, 'Name' => 'struct __gnu_cxx::__aligned_membuf', @@ -35313,12 +38453,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '28281' + 'type' => '28369' } }, 'Type' => 'Struct' }, - '630776' => { + '647269' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -35326,22 +38466,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '1073318' + 'type' => '1092810' } }, - 'Name' => 'struct __gnu_cxx::__aligned_membuf >', + 'Name' => 'struct __gnu_cxx::__aligned_membuf >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '337271' + 'type' => '341895' } }, 'Type' => 'Struct' }, - '630999' => { + '647492' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -35349,22 +38489,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '647297' + 'type' => '663840' } }, - 'Name' => 'struct __gnu_cxx::__aligned_membuf', + 'Name' => 'struct __gnu_cxx::__aligned_membuf', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '8', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '673440' + 'type' => '690782' } }, 'Type' => 'Struct' }, - '631222' => { + '647715' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -35372,22 +38512,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '1079727' + 'type' => '1099377' } }, - 'Name' => 'struct __gnu_cxx::__aligned_membuf', + 'Name' => 'struct __gnu_cxx::__aligned_membuf', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '40', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '804903' + 'type' => '820937' } }, 'Type' => 'Struct' }, - '631445' => { + '647938' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -35395,22 +38535,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '1103398' + 'type' => '1124002' } }, - 'Name' => 'struct __gnu_cxx::__aligned_membuf', + 'Name' => 'struct __gnu_cxx::__aligned_membuf', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '805035' + 'type' => '821069' } }, 'Type' => 'Struct' }, - '631668' => { + '648161' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -35418,22 +38558,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '1073318' + 'type' => '1092810' } }, - 'Name' => 'struct __gnu_cxx::__aligned_membuf >', + 'Name' => 'struct __gnu_cxx::__aligned_membuf >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '271978' + 'type' => '276602' } }, 'Type' => 'Struct' }, - '631891' => { + '648384' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -35441,7 +38581,7 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '1103398' + 'type' => '1124002' } }, 'Name' => 'struct __gnu_cxx::__aligned_membuf >', @@ -35451,12 +38591,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '96194' + 'type' => '100818' } }, 'Type' => 'Struct' }, - '632114' => { + '648607' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -35464,7 +38604,7 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '1103398' + 'type' => '1124002' } }, 'Name' => 'struct __gnu_cxx::__aligned_membuf >', @@ -35474,12 +38614,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '261862' + 'type' => '266486' } }, 'Type' => 'Struct' }, - '632337' => { + '648830' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -35487,22 +38627,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '1103398' + 'type' => '1124002' } }, - 'Name' => 'struct __gnu_cxx::__aligned_membuf >', + 'Name' => 'struct __gnu_cxx::__aligned_membuf >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '109028' + 'type' => '113652' } }, 'Type' => 'Struct' }, - '632783' => { + '649276' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -35510,34 +38650,34 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '1073318' + 'type' => '1092810' } }, - 'Name' => 'struct __gnu_cxx::__aligned_membuf > >', + 'Name' => 'struct __gnu_cxx::__aligned_membuf > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '290354' + 'type' => '294978' } }, 'Type' => 'Struct' }, - '636620' => { + '653163' => { 'BaseType' => '50', 'Name' => 'float const', 'Size' => '4', 'Type' => 'Const' }, - '637101' => { + '653644' => { 'BaseType' => '1175', 'Name' => 'char const**', 'Size' => '8', 'Type' => 'Pointer' }, - '638842' => { + '655385' => { 'BaseType' => '197', 'Header' => 'stddef.h', 'Line' => '143', @@ -35546,12 +38686,18 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '638960' => { + '655503' => { 'Name' => 'bool', 'Size' => '1', 'Type' => 'Intrinsic' }, - '639254' => { + '655511' => { + 'BaseType' => '655503', + 'Name' => 'bool const', + 'Size' => '1', + 'Type' => 'Const' + }, + '655797' => { 'BaseType' => '104', 'Header' => 'stdint.h', 'Line' => '48', @@ -35560,7 +38706,7 @@ $VAR1 = { 'Size' => '1', 'Type' => 'Typedef' }, - '639266' => { + '655809' => { 'BaseType' => '117', 'Header' => 'stdint.h', 'Line' => '49', @@ -35569,7 +38715,7 @@ $VAR1 = { 'Size' => '2', 'Type' => 'Typedef' }, - '639283' => { + '655826' => { 'BaseType' => '74', 'Header' => 'stdint.h', 'Line' => '51', @@ -35578,7 +38724,7 @@ $VAR1 = { 'Size' => '4', 'Type' => 'Typedef' }, - '639300' => { + '655843' => { 'BaseType' => '42', 'Header' => 'stdint.h', 'Line' => '55', @@ -35587,7 +38733,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '639509' => { + '656052' => { 'BaseType' => '197', 'Header' => 'stdint.h', 'Line' => '119', @@ -35596,7 +38742,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '640126' => { + '656669' => { 'Name' => 'void(*)(void*)', 'Param' => { '0' => { @@ -35607,8 +38753,8 @@ $VAR1 = { 'Size' => '8', 'Type' => 'FuncPtr' }, - '640161' => { - 'BaseType' => '555762', + '656704' => { + 'BaseType' => '571501', 'Header' => 'gthr-default.h', 'Line' => '50', 'Name' => '__gthread_mutex_t', @@ -35616,7 +38762,7 @@ $VAR1 = { 'Size' => '40', 'Type' => 'Typedef' }, - '640185' => { + '656728' => { 'BaseType' => '178', 'Header' => 'atomic_word.h', 'Line' => '32', @@ -35625,134 +38771,134 @@ $VAR1 = { 'Size' => '4', 'Type' => 'Typedef' }, - '644535' => { - 'BaseType' => '28281', + '661078' => { + 'BaseType' => '28369', 'Name' => 'std::basic_string*', 'Size' => '8', 'Type' => 'Pointer' }, - '644659' => { - 'BaseType' => '43904', + '661202' => { + 'BaseType' => '43992', 'Name' => 'std::string const&', 'Size' => '8', 'Type' => 'Ref' }, - '645058' => { - 'BaseType' => '59461', + '661601' => { + 'BaseType' => '59549', 'Name' => 'std::locale::_Impl*', 'Size' => '8', 'Type' => 'Pointer' }, - '645087' => { - 'BaseType' => '645093', + '661630' => { + 'BaseType' => '661636', 'Name' => 'std::locale::facet const**', 'Size' => '8', 'Type' => 'Pointer' }, - '645093' => { - 'BaseType' => '60404', + '661636' => { + 'BaseType' => '60492', 'Name' => 'std::locale::facet const*', 'Size' => '8', 'Type' => 'Pointer' }, - '646390' => { - 'BaseType' => '70009', + '662933' => { + 'BaseType' => '70097', 'Name' => 'struct std::__detail::_List_node_base*', 'Size' => '8', 'Type' => 'Pointer' }, - '646430' => { - 'BaseType' => '83198', + '662973' => { + 'BaseType' => '87781', 'Name' => 'struct std::_Rb_tree_node_base*', 'Size' => '8', 'Type' => 'Pointer' }, - '647003' => { - 'Class' => '85099', + '663546' => { + 'Class' => '89682', 'Name' => 'void()(std::_Undefined_class::*)', - 'Return' => '555929', + 'Return' => '571668', 'Size' => '8', 'Type' => 'FieldPtr' }, - '647025' => { + '663568' => { 'BaseType' => '301', 'Name' => 'char[16]', 'Size' => '16', 'Type' => 'Array' }, - '647053' => { + '663596' => { 'Name' => 'bool(*)(union std::_Any_data&, union std::_Any_data const&, enum std::_Manager_operation)', 'Param' => { '0' => { - 'type' => '647085' + 'type' => '663628' }, '1' => { - 'type' => '647091' + 'type' => '663634' }, '2' => { - 'type' => '85210' + 'type' => '89793' } }, - 'Return' => '638960', + 'Return' => '655503', 'Size' => '8', 'Type' => 'FuncPtr' }, - '647085' => { - 'BaseType' => '85104', + '663628' => { + 'BaseType' => '89687', 'Name' => 'union std::_Any_data&', 'Size' => '8', 'Type' => 'Ref' }, - '647091' => { - 'BaseType' => '85205', + '663634' => { + 'BaseType' => '89788', 'Name' => 'union std::_Any_data const&', 'Size' => '8', 'Type' => 'Ref' }, - '647097' => { - 'BaseType' => '70463', + '663640' => { + 'BaseType' => '70655', 'Name' => 'struct std::__detail::_Hash_node_base*', 'Size' => '8', 'Type' => 'Pointer' }, - '647297' => { + '663840' => { 'BaseType' => '104', 'Name' => 'unsigned char[8]', 'Size' => '8', 'Type' => 'Array' }, - '648054' => { + '664597' => { 'BaseType' => '301', 'Name' => 'char&&', 'Size' => '8', 'Type' => 'RvalueRef' }, - '648060' => { + '664603' => { 'BaseType' => '104', 'Name' => 'unsigned char[32]', 'Size' => '32', 'Type' => 'Array' }, - '648088' => { + '664631' => { 'BaseType' => '42', 'Name' => 'unsigned long*', 'Size' => '8', 'Type' => 'Pointer' }, - '648561' => { + '665104' => { 'BaseType' => '178', 'Name' => 'int*', 'Size' => '8', 'Type' => 'Pointer' }, - '648583' => { + '665126' => { 'BaseType' => '178', 'Name' => 'int&', 'Size' => '8', 'Type' => 'Ref' }, - '650309' => { - 'BaseType' => '640126', + '666852' => { + 'BaseType' => '656669', 'Header' => 'tss.hpp', 'Line' => '20', 'Name' => 'boost::detail::thread::cleanup_func_t', @@ -35761,7 +38907,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '650382' => { + '666925' => { 'Header' => 'tss.hpp', 'Line' => '29', 'Memb' => { @@ -35769,32 +38915,61 @@ $VAR1 = { 'access' => 'private', 'name' => 'cleanup', 'offset' => '0', - 'type' => '650309' + 'type' => '666852' } }, - 'Name' => 'boost::thread_specific_ptr', + 'Name' => 'boost::thread_specific_ptr', 'NameSpace' => 'boost', 'PrivateABI' => 1, 'Size' => '8', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '827814' + 'type' => '846474' } }, 'Type' => 'Class' }, - '652900' => { - 'BaseType' => '638842', + '669443' => { + 'BaseType' => '655385', 'Header' => 'span.h', 'Line' => '38', - 'Name' => 'OpenImageIO_v2_5_1::oiio_span_size_type', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::oiio_span_size_type', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '660984' => { + '67637' => { + 'Copied' => 1, + 'Header' => 'std_mutex.h', + 'Line' => '57', + 'Memb' => { + '0' => { + 'access' => 'protected', + 'name' => '_M_mutex', + 'offset' => '0', + 'type' => '67650' + } + }, + 'Name' => 'std::__mutex_base', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '40', + 'Type' => 'Class' + }, + '67650' => { + 'BaseType' => '656704', + 'Header' => 'std_mutex.h', + 'Line' => '60', + 'Name' => 'std::__mutex_base::__native_type', + 'NameSpace' => 'std::__mutex_base', + 'PrivateABI' => 1, + 'Protected' => 1, + 'Size' => '40', + 'Type' => 'Typedef' + }, + '677527' => { 'Header' => 'string_view.h', 'Line' => '78', 'Memb' => { @@ -35811,8 +38986,8 @@ $VAR1 = { 'type' => '82' } }, - 'Name' => 'OpenImageIO_v2_5_1::basic_string_view >', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::basic_string_view >', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { @@ -35827,17 +39002,32 @@ $VAR1 = { }, 'Type' => 'Class' }, - '662969' => { - 'BaseType' => '660984', + '67778' => { + 'Base' => { + '67637' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'std_mutex.h', + 'Line' => '83', + 'Name' => 'std::mutex', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '40', + 'Type' => 'Class' + }, + '679557' => { + 'BaseType' => '677527', 'Header' => 'string_view.h', - 'Line' => '446', - 'Name' => 'OpenImageIO_v2_5_1::string_view', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Line' => '459', + 'Name' => 'OpenImageIO_v2_6_0::string_view', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '16', 'Type' => 'Typedef' }, - '670837' => { + '687140' => { 'Header' => 'typedesc.h', 'Line' => '53', 'Memb' => { @@ -35867,15 +39057,15 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct OpenImageIO_v2_5_1::TypeDesc', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'struct OpenImageIO_v2_6_0::TypeDesc', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Struct' }, - '671072' => { + '687381' => { 'Header' => 'typedesc.h', - 'Line' => '109', + 'Line' => '110', 'Memb' => { '0' => { 'name' => 'NOXFORM', @@ -35918,133 +39108,89 @@ $VAR1 = { 'value' => '8' } }, - 'Name' => 'enum OpenImageIO_v2_5_1::TypeDesc::VECSEMANTICS', - 'NameSpace' => 'OpenImageIO_v2_5_1::TypeDesc', + 'Name' => 'enum OpenImageIO_v2_6_0::TypeDesc::VECSEMANTICS', + 'NameSpace' => 'OpenImageIO_v2_6_0::TypeDesc', 'PrivateABI' => 1, 'Size' => '4', 'Type' => 'Enum' }, - '672483' => { - 'BaseType' => '670837', - 'Name' => 'struct OpenImageIO_v2_5_1::TypeDesc const', + '688792' => { + 'BaseType' => '687140', + 'Name' => 'struct OpenImageIO_v2_6_0::TypeDesc const', 'Size' => '8', 'Type' => 'Const' }, - '673440' => { + '689777' => { 'Header' => 'ustring.h', - 'Line' => '126', + 'Line' => '791', 'Memb' => { '0' => { 'access' => 'private', - 'name' => 'm_chars', + 'name' => 'm_hash', 'offset' => '0', - 'type' => '677185' + 'type' => '690748' } }, - 'Name' => 'OpenImageIO_v2_5_1::ustring', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::ustringhash', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Class' }, - '673643' => { - 'BaseType' => '639300', + '690748' => { + 'BaseType' => '690985', 'Header' => 'ustring.h', - 'Line' => '130', - 'Name' => 'OpenImageIO_v2_5_1::ustring::hash_t', - 'NameSpace' => 'OpenImageIO_v2_5_1::ustring', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '67549' => { - 'Copied' => 1, - 'Header' => 'std_mutex.h', - 'Line' => '57', - 'Memb' => { - '0' => { - 'access' => 'protected', - 'name' => '_M_mutex', - 'offset' => '0', - 'type' => '67562' - } - }, - 'Name' => 'std::__mutex_base', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Class' - }, - '67562' => { - 'BaseType' => '640161', - 'Header' => 'std_mutex.h', - 'Line' => '60', - 'Name' => 'std::__mutex_base::__native_type', - 'NameSpace' => 'std::__mutex_base', - 'PrivateABI' => 1, - 'Protected' => 1, - 'Size' => '40', - 'Type' => 'Typedef' - }, - '67690' => { - 'Base' => { - '67549' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'std_mutex.h', - 'Line' => '83', - 'Name' => 'std::mutex', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Class' - }, - '677185' => { - 'BaseType' => '1175', - 'Header' => 'ustring.h', - 'Line' => '128', - 'Name' => 'OpenImageIO_v2_5_1::ustring::rep_t', - 'NameSpace' => 'OpenImageIO_v2_5_1::ustring', + 'Line' => '793', + 'Name' => 'OpenImageIO_v2_6_0::ustringhash::rep_t', + 'NameSpace' => 'OpenImageIO_v2_6_0::ustringhash', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '677330' => { - 'BaseType' => '673440', - 'Name' => 'OpenImageIO_v2_5_1::ustring const', - 'Size' => '8', - 'Type' => 'Const' - }, - '677335' => { + '690782' => { 'Header' => 'ustring.h', - 'Line' => '793', + 'Line' => '126', 'Memb' => { '0' => { 'access' => 'private', - 'name' => 'm_hash', + 'name' => 'm_chars', 'offset' => '0', - 'type' => '678268' + 'type' => '694527' } }, - 'Name' => 'OpenImageIO_v2_5_1::ustringhash', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::ustring', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Class' }, - '678268' => { - 'BaseType' => '673643', + '690985' => { + 'BaseType' => '655843', 'Header' => 'ustring.h', - 'Line' => '795', - 'Name' => 'OpenImageIO_v2_5_1::ustringhash::rep_t', - 'NameSpace' => 'OpenImageIO_v2_5_1::ustringhash', + 'Line' => '130', + 'Name' => 'OpenImageIO_v2_6_0::ustring::hash_t', + 'NameSpace' => 'OpenImageIO_v2_6_0::ustring', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '678302' => { + '694527' => { + 'BaseType' => '1175', + 'Header' => 'ustring.h', + 'Line' => '128', + 'Name' => 'OpenImageIO_v2_6_0::ustring::rep_t', + 'NameSpace' => 'OpenImageIO_v2_6_0::ustring', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '694624' => { + 'BaseType' => '690782', + 'Name' => 'OpenImageIO_v2_6_0::ustring const', + 'Size' => '8', + 'Type' => 'Const' + }, + '694629' => { 'Header' => 'paramlist.h', 'Line' => '33', 'Memb' => { @@ -36052,19 +39198,19 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_name', 'offset' => '0', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'access' => 'private', 'name' => 'm_type', 'offset' => '8', - 'type' => '670837' + 'type' => '687140' }, '2' => { 'access' => 'private', 'name' => 'm_data', 'offset' => '16', - 'type' => '678454' + 'type' => '694781' }, '3' => { 'access' => 'private', @@ -36082,58 +39228,58 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_copy', 'offset' => '37', - 'type' => '638960' + 'type' => '655503' }, '6' => { 'access' => 'private', 'name' => 'm_nonlocal', 'offset' => '38', - 'type' => '638960' + 'type' => '655503' } }, - 'Name' => 'OpenImageIO_v2_5_1::ParamValue', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::ParamValue', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '40', 'Type' => 'Class' }, - '678454' => { + '694781' => { 'Header' => 'paramlist.h', - 'Line' => '261', + 'Line' => '266', 'Memb' => { '0' => { 'name' => 'localval', 'offset' => '0', - 'type' => '647025' + 'type' => '663568' }, '1' => { 'name' => 'ptr', 'offset' => '0', - 'type' => '555887' + 'type' => '571626' } }, - 'Name' => 'OpenImageIO_v2_5_1::ParamValue::anon-union-paramlist.h-261', - 'NameSpace' => 'OpenImageIO_v2_5_1::ParamValue', + 'Name' => 'OpenImageIO_v2_6_0::ParamValue::anon-union-paramlist.h-266', + 'NameSpace' => 'OpenImageIO_v2_6_0::ParamValue', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '16', 'Type' => 'Union' }, - '680906' => { + '697271' => { 'Base' => { - '116864' => { + '121488' => { 'pos' => '0' } }, 'Header' => 'paramlist.h', - 'Line' => '285', - 'Name' => 'OpenImageIO_v2_5_1::ParamValueList', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Line' => '290', + 'Name' => 'OpenImageIO_v2_6_0::ParamValueList', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Class' }, - '683074' => { + '699439' => { 'Header' => 'thread.h', 'Line' => '186', 'Memb' => { @@ -36141,16 +39287,16 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_locked', 'offset' => '0', - 'type' => '84616' + 'type' => '89199' } }, - 'Name' => 'OpenImageIO_v2_5_1::spin_mutex', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::spin_mutex', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '1', 'Type' => 'Class' }, - '683759' => { + '700124' => { 'Header' => 'imageio.h', 'Line' => '85', 'Memb' => { @@ -36195,13 +39341,50 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct OpenImageIO_v2_5_1::ROI', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'struct OpenImageIO_v2_6_0::ROI', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '32', 'Type' => 'Struct' }, - '687400' => { + '70097' => { + 'Copied' => 1, + 'Header' => 'stl_list.h', + 'Line' => '80', + 'Memb' => { + '0' => { + 'name' => '_M_next', + 'offset' => '0', + 'type' => '662933' + }, + '1' => { + 'name' => '_M_prev', + 'offset' => '8', + 'type' => '662933' + } + }, + 'Name' => 'struct std::__detail::_List_node_base', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '16', + 'Type' => 'Struct' + }, + '70285' => { + 'Base' => { + '70097' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_list.h', + 'Line' => '103', + 'Name' => 'struct std::__detail::_List_node_header', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '16', + 'Type' => 'Struct' + }, + '703765' => { 'Header' => 'color.h', 'Line' => '66', 'Memb' => { @@ -36209,34 +39392,54 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_impl', 'offset' => '0', - 'type' => '191628' + 'type' => '196252' } }, - 'Name' => 'OpenImageIO_v2_5_1::ColorConfig', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::ColorConfig', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Class' }, - '687413' => { + '703778' => { 'Copied' => 1, - 'Name' => 'OpenImageIO_v2_5_1::ColorConfig::Impl', - 'NameSpace' => 'OpenImageIO_v2_5_1::ColorConfig', + 'Name' => 'OpenImageIO_v2_6_0::ColorConfig::Impl', + 'NameSpace' => 'OpenImageIO_v2_6_0::ColorConfig', 'Private' => 1, 'PrivateABI' => 1, 'Type' => 'Class' }, - '689484' => { - 'BaseType' => '192213', + '70447' => { + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '80', + 'Name' => 'struct std::__detail::_Identity', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'Type' => 'Struct' + }, + '70551' => { + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '88', + 'Name' => 'struct std::__detail::_Select1st', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'Type' => 'Struct' + }, + '705849' => { + 'BaseType' => '196837', 'Header' => 'color.h', 'Line' => '48', - 'Name' => 'OpenImageIO_v2_5_1::ColorProcessorHandle', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::ColorProcessorHandle', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '16', 'Type' => 'Typedef' }, - '689501' => { + '705866' => { 'Header' => 'refcnt.h', 'Line' => '170', 'Memb' => { @@ -36244,33 +39447,33 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_refcnt', 'offset' => '0', - 'type' => '689722' + 'type' => '706087' } }, - 'Name' => 'OpenImageIO_v2_5_1::RefCnt', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::RefCnt', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '4', 'Type' => 'Class' }, - '689722' => { - 'BaseType' => '138037', + '706087' => { + 'BaseType' => '142661', 'Header' => 'atomic.h', 'Line' => '25', - 'Name' => 'OpenImageIO_v2_5_1::atomic_int', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::atomic_int', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '4', 'Type' => 'Typedef' }, - '689736' => { + '706101' => { 'Copied' => 1, - 'Name' => 'OpenImageIO_v2_5_1::ErrorHandler', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::ErrorHandler', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Type' => 'Class' }, - '689746' => { + '706111' => { 'Header' => 'errorhandler.h', 'Line' => '49', 'Memb' => { @@ -36303,13 +39506,30 @@ $VAR1 = { 'value' => '327680' } }, - 'Name' => 'enum OpenImageIO_v2_5_1::ErrorHandler::ErrCode', - 'NameSpace' => 'OpenImageIO_v2_5_1::ErrorHandler', + 'Name' => 'enum OpenImageIO_v2_6_0::ErrorHandler::ErrCode', + 'NameSpace' => 'OpenImageIO_v2_6_0::ErrorHandler', 'PrivateABI' => 1, 'Size' => '4', 'Type' => 'Enum' }, - '690235' => { + '70655' => { + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '214', + 'Memb' => { + '0' => { + 'name' => '_M_nxt', + 'offset' => '0', + 'type' => '663640' + } + }, + 'Name' => 'struct std::__detail::_Hash_node_base', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Struct' + }, + '706600' => { 'Header' => 'texture.h', 'Line' => '188', 'Memb' => { @@ -36346,7 +39566,7 @@ $VAR1 = { '14' => { 'name' => 'missingcolor', 'offset' => '64', - 'type' => '768482' + 'type' => '782343' }, '15' => { 'name' => 'time', @@ -36356,7 +39576,7 @@ $VAR1 = { '16' => { 'name' => 'unnamed0', 'offset' => '76', - 'type' => '690425' + 'type' => '706790' }, '17' => { 'name' => 'samples', @@ -36366,7 +39586,7 @@ $VAR1 = { '18' => { 'name' => 'rwrap', 'offset' => '84', - 'type' => '690248' + 'type' => '706613' }, '19' => { 'name' => 'rblur', @@ -36376,7 +39596,7 @@ $VAR1 = { '2' => { 'name' => 'subimagename', 'offset' => '8', - 'type' => '673440' + 'type' => '690782' }, '20' => { 'name' => 'rwidth', @@ -36397,22 +39617,22 @@ $VAR1 = { '3' => { 'name' => 'swrap', 'offset' => '16', - 'type' => '690248' + 'type' => '706613' }, '4' => { 'name' => 'twrap', 'offset' => '20', - 'type' => '690248' + 'type' => '706613' }, '5' => { 'name' => 'mipmode', 'offset' => '24', - 'type' => '690317' + 'type' => '706682' }, '6' => { 'name' => 'interpmode', 'offset' => '28', - 'type' => '690380' + 'type' => '706745' }, '7' => { 'name' => 'anisotropic', @@ -36422,7 +39642,7 @@ $VAR1 = { '8' => { 'name' => 'conservative_filter', 'offset' => '36', - 'type' => '638960' + 'type' => '655503' }, '9' => { 'name' => 'sblur', @@ -36430,13 +39650,13 @@ $VAR1 = { 'type' => '50' } }, - 'Name' => 'OpenImageIO_v2_5_1::TextureOpt', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::TextureOpt', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '104', 'Type' => 'Class' }, - '690248' => { + '706613' => { 'Header' => 'texture.h', 'Line' => '192', 'Memb' => { @@ -36473,13 +39693,13 @@ $VAR1 = { 'value' => '7' } }, - 'Name' => 'enum OpenImageIO_v2_5_1::TextureOpt::Wrap', - 'NameSpace' => 'OpenImageIO_v2_5_1::TextureOpt', + 'Name' => 'enum OpenImageIO_v2_6_0::TextureOpt::Wrap', + 'NameSpace' => 'OpenImageIO_v2_6_0::TextureOpt', 'PrivateABI' => 1, 'Size' => '4', 'Type' => 'Enum' }, - '690317' => { + '706682' => { 'Header' => 'texture.h', 'Line' => '205', 'Memb' => { @@ -36512,13 +39732,13 @@ $VAR1 = { 'value' => '6' } }, - 'Name' => 'enum OpenImageIO_v2_5_1::TextureOpt::MipMode', - 'NameSpace' => 'OpenImageIO_v2_5_1::TextureOpt', + 'Name' => 'enum OpenImageIO_v2_6_0::TextureOpt::MipMode', + 'NameSpace' => 'OpenImageIO_v2_6_0::TextureOpt', 'PrivateABI' => 1, 'Size' => '4', 'Type' => 'Enum' }, - '690380' => { + '706745' => { 'Header' => 'texture.h', 'Line' => '217', 'Memb' => { @@ -36539,13 +39759,13 @@ $VAR1 = { 'value' => '3' } }, - 'Name' => 'enum OpenImageIO_v2_5_1::TextureOpt::InterpMode', - 'NameSpace' => 'OpenImageIO_v2_5_1::TextureOpt', + 'Name' => 'enum OpenImageIO_v2_6_0::TextureOpt::InterpMode', + 'NameSpace' => 'OpenImageIO_v2_6_0::TextureOpt', 'PrivateABI' => 1, 'Size' => '4', 'Type' => 'Enum' }, - '690425' => { + '706790' => { 'Header' => 'texture.h', 'Line' => '258', 'Memb' => { @@ -36560,205 +39780,19 @@ $VAR1 = { 'type' => '50' } }, - 'Name' => 'OpenImageIO_v2_5_1::TextureOpt::anon-union-texture.h-258', - 'NameSpace' => 'OpenImageIO_v2_5_1::TextureOpt', + 'Name' => 'OpenImageIO_v2_6_0::TextureOpt::anon-union-texture.h-258', + 'NameSpace' => 'OpenImageIO_v2_6_0::TextureOpt', 'PrivateABI' => 1, 'Size' => '4', 'Type' => 'Union' }, - '690959' => { - 'BaseType' => '690235', - 'Name' => 'OpenImageIO_v2_5_1::TextureOpt const', + '707324' => { + 'BaseType' => '706600', + 'Name' => 'OpenImageIO_v2_6_0::TextureOpt const', 'Size' => '104', 'Type' => 'Const' }, - '693093' => { - 'Header' => 'texture.h', - 'Line' => '460', - 'Memb' => { - '0' => { - 'name' => '_vptr', - 'offset' => '0', - 'type' => '1106924' - } - }, - 'Name' => 'OpenImageIO_v2_5_1::TextureSystem', - 'NameSpace' => 'OpenImageIO_v2_5_1', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Class' - }, - '693112' => { - 'Copied' => 1, - 'Name' => 'OpenImageIO_v2_5_1::TextureSystem::Perthread', - 'NameSpace' => 'OpenImageIO_v2_5_1::TextureSystem', - 'Private' => 1, - 'PrivateABI' => 1, - 'Type' => 'Class' - }, - '693938' => { - 'Copied' => 1, - 'Name' => 'OpenImageIO_v2_5_1::TextureSystem::TextureHandle', - 'NameSpace' => 'OpenImageIO_v2_5_1::TextureSystem', - 'Private' => 1, - 'PrivateABI' => 1, - 'Type' => 'Class' - }, - '698105' => { - 'BaseType' => '698117', - 'Header' => 'span.h', - 'Line' => '224', - 'Name' => 'OpenImageIO_v2_5_1::cspan', - 'NameSpace' => 'OpenImageIO_v2_5_1', - 'PrivateABI' => 1, - 'Type' => 'Typedef' - }, - '698117' => { - 'Copied' => 1, - 'Header' => 'span.h', - 'Line' => '74', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'm_data', - 'offset' => '0', - 'type' => '40937485' - }, - '1' => { - 'access' => 'private', - 'name' => 'm_size', - 'offset' => '8', - 'type' => '40937355' - } - }, - 'Name' => 'OpenImageIO_v2_5_1::span', - 'NameSpace' => 'OpenImageIO_v2_5_1', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'type' => '1074558' - }, - '1' => { - 'name' => '-1' - } - }, - 'Type' => 'Class' - }, - '70009' => { - 'Copied' => 1, - 'Header' => 'stl_list.h', - 'Line' => '80', - 'Memb' => { - '0' => { - 'name' => '_M_next', - 'offset' => '0', - 'type' => '646390' - }, - '1' => { - 'name' => '_M_prev', - 'offset' => '8', - 'type' => '646390' - } - }, - 'Name' => 'struct std::__detail::_List_node_base', - 'NameSpace' => 'std::__detail', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '700337' => { - 'Header' => 'color.h', - 'Line' => '22', - 'Memb' => { - '0' => { - 'name' => '_vptr', - 'offset' => '0', - 'type' => '1106924' - } - }, - 'Name' => 'OpenImageIO_v2_5_1::ColorProcessor', - 'NameSpace' => 'OpenImageIO_v2_5_1', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Class' - }, - '700618' => { - 'BaseType' => '147897', - 'Header' => 'atomic.h', - 'Line' => '26', - 'Name' => 'OpenImageIO_v2_5_1::atomic_ll', - 'NameSpace' => 'OpenImageIO_v2_5_1', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '700657' => { - 'Header' => 'refcnt.h', - 'Line' => '28', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'm_ptr', - 'offset' => '0', - 'type' => '1076932' - } - }, - 'Name' => 'OpenImageIO_v2_5_1::intrusive_ptr', - 'NameSpace' => 'OpenImageIO_v2_5_1', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '805131' - } - }, - 'Type' => 'Class' - }, - '70197' => { - 'Base' => { - '70009' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_list.h', - 'Line' => '103', - 'Name' => 'struct std::__detail::_List_node_header', - 'NameSpace' => 'std::__detail', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '70359' => { - 'Copied' => 1, - 'Header' => 'hashtable_policy.h', - 'Line' => '88', - 'Name' => 'struct std::__detail::_Select1st', - 'NameSpace' => 'std::__detail', - 'PrivateABI' => 1, - 'Size' => '1', - 'Type' => 'Struct' - }, - '70463' => { - 'Copied' => 1, - 'Header' => 'hashtable_policy.h', - 'Line' => '214', - 'Memb' => { - '0' => { - 'name' => '_M_nxt', - 'offset' => '0', - 'type' => '647097' - } - }, - 'Name' => 'struct std::__detail::_Hash_node_base', - 'NameSpace' => 'std::__detail', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Struct' - }, - '70544' => { + '70736' => { 'Copied' => 1, 'Header' => 'hashtable_policy.h', 'Line' => '424', @@ -36768,7 +39802,7 @@ $VAR1 = { 'Size' => '1', 'Type' => 'Struct' }, - '70644' => { + '70836' => { 'Header' => 'hashtable_policy.h', 'Line' => '441', 'Name' => 'struct std::__detail::_Default_ranged_hash', @@ -36777,7 +39811,7 @@ $VAR1 = { 'Size' => '1', 'Type' => 'Struct' }, - '70660' => { + '70852' => { 'Copied' => 1, 'Header' => 'hashtable_policy.h', 'Line' => '445', @@ -36799,9 +39833,41 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Struct' }, - '71050' => { + '709458' => { + 'Header' => 'texture.h', + 'Line' => '460', + 'Memb' => { + '0' => { + 'name' => '_vptr', + 'offset' => '0', + 'type' => '1127558' + } + }, + 'Name' => 'OpenImageIO_v2_6_0::TextureSystem', + 'NameSpace' => 'OpenImageIO_v2_6_0', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Class' + }, + '709477' => { + 'Copied' => 1, + 'Name' => 'OpenImageIO_v2_6_0::TextureSystem::Perthread', + 'NameSpace' => 'OpenImageIO_v2_6_0::TextureSystem', + 'Private' => 1, + 'PrivateABI' => 1, + 'Type' => 'Class' + }, + '710303' => { + 'Copied' => 1, + 'Name' => 'OpenImageIO_v2_6_0::TextureSystem::TextureHandle', + 'NameSpace' => 'OpenImageIO_v2_6_0::TextureSystem', + 'Private' => 1, + 'PrivateABI' => 1, + 'Type' => 'Class' + }, + '71242' => { 'Base' => { - '70359' => { + '70551' => { 'access' => 'private', 'pos' => '0' } @@ -36821,19 +39887,19 @@ $VAR1 = { }, '1' => { 'key' => '_Tp', - 'type' => '70359' + 'type' => '70551' }, '2' => { 'key' => '__use_ebo', - 'type' => '638960', + 'type' => '655503', 'val' => '1' } }, 'Type' => 'Struct' }, - '71188' => { + '71380' => { 'Base' => { - '70544' => { + '70736' => { 'access' => 'private', 'pos' => '0' } @@ -36853,17 +39919,58 @@ $VAR1 = { }, '1' => { 'key' => '_Tp', - 'type' => '70544' + 'type' => '70736' }, '2' => { 'key' => '__use_ebo', - 'type' => '638960', + 'type' => '655503', 'val' => '1' } }, 'Type' => 'Struct' }, - '71326' => { + '714485' => { + 'BaseType' => '714497', + 'Header' => 'span.h', + 'Line' => '224', + 'Name' => 'OpenImageIO_v2_6_0::cspan', + 'NameSpace' => 'OpenImageIO_v2_6_0', + 'PrivateABI' => 1, + 'Type' => 'Typedef' + }, + '714497' => { + 'Copied' => 1, + 'Header' => 'span.h', + 'Line' => '74', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'm_data', + 'offset' => '0', + 'type' => '41049220' + }, + '1' => { + 'access' => 'private', + 'name' => 'm_size', + 'offset' => '8', + 'type' => '41049090' + } + }, + 'Name' => 'OpenImageIO_v2_6_0::span', + 'NameSpace' => 'OpenImageIO_v2_6_0', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'type' => '1094050' + }, + '1' => { + 'name' => '-1' + } + }, + 'Type' => 'Class' + }, + '71518' => { 'BaseType' => '197', 'Header' => 'regex_automaton.h', 'Line' => '48', @@ -36873,7 +39980,114 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '72035' => { + '716717' => { + 'Header' => 'color.h', + 'Line' => '22', + 'Memb' => { + '0' => { + 'name' => '_vptr', + 'offset' => '0', + 'type' => '1127558' + } + }, + 'Name' => 'OpenImageIO_v2_6_0::ColorProcessor', + 'NameSpace' => 'OpenImageIO_v2_6_0', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Class' + }, + '716998' => { + 'BaseType' => '152521', + 'Header' => 'atomic.h', + 'Line' => '26', + 'Name' => 'OpenImageIO_v2_6_0::atomic_ll', + 'NameSpace' => 'OpenImageIO_v2_6_0', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '717037' => { + 'Header' => 'refcnt.h', + 'Line' => '28', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'm_ptr', + 'offset' => '0', + 'type' => '1096582' + } + }, + 'Name' => 'OpenImageIO_v2_6_0::intrusive_ptr', + 'NameSpace' => 'OpenImageIO_v2_6_0', + 'PrivateABI' => 1, + 'Size' => '8', + 'TParam' => { + '0' => { + 'key' => 'T', + 'type' => '821165' + } + }, + 'Type' => 'Class' + }, + '72227' => { + 'Header' => 'hashtable_policy.h', + 'Line' => '199', + 'Name' => 'struct std::__detail::_Hashtable_traits', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Cache_hash_code', + 'type' => '655503', + 'val' => '0' + }, + '1' => { + 'key' => '_Constant_iterators', + 'type' => '655503', + 'val' => '1' + }, + '2' => { + 'key' => '_Unique_keys', + 'type' => '655503', + 'val' => '1' + } + }, + 'Type' => 'Struct' + }, + '72271' => { + 'Base' => { + '70447' => { + 'access' => 'private', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '1093', + 'Name' => 'struct std::__detail::_Hashtable_ebo_helper<0, std::__detail::_Identity, true>', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Nm', + 'type' => '178', + 'val' => '0' + }, + '1' => { + 'key' => '_Tp', + 'type' => '70447' + }, + '2' => { + 'key' => '__use_ebo', + 'type' => '655503', + 'val' => '1' + } + }, + 'Type' => 'Struct' + }, + '72409' => { 'Header' => 'hashtable_policy.h', 'Line' => '199', 'Name' => 'struct std::__detail::_Hashtable_traits', @@ -36883,25 +40097,25 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Cache_hash_code', - 'type' => '638960', + 'type' => '655503', 'val' => '1' }, '1' => { 'key' => '_Constant_iterators', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '2' => { 'key' => '_Unique_keys', - 'type' => '638960', + 'type' => '655503', 'val' => '1' } }, 'Type' => 'Struct' }, - '72079' => { + '72453' => { 'Base' => { - '43821' => { + '43909' => { 'access' => 'private', 'pos' => '0' } @@ -36921,27 +40135,27 @@ $VAR1 = { }, '1' => { 'key' => '_Tp', - 'type' => '43821' + 'type' => '43909' }, '2' => { 'key' => '__use_ebo', - 'type' => '638960', + 'type' => '655503', 'val' => '1' } }, 'Type' => 'Struct' }, - '72217' => { + '72591' => { 'Base' => { - '71050' => { + '71242' => { 'access' => 'private', 'pos' => '0' }, - '71188' => { + '71380' => { 'access' => 'private', 'pos' => '2' }, - '72079' => { + '72453' => { 'access' => 'private', 'pos' => '1' } @@ -36956,39 +40170,39 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '28281' + 'type' => '28369' }, '1' => { 'key' => '_Value', - 'type' => '216668' + 'type' => '221292' }, '2' => { 'key' => '_ExtractKey', - 'type' => '70359' + 'type' => '70551' }, '3' => { 'key' => '_H1', - 'type' => '43821' + 'type' => '43909' }, '4' => { 'key' => '_H2', - 'type' => '70544' + 'type' => '70736' }, '5' => { 'key' => '_Hash', - 'type' => '70644' + 'type' => '70836' }, '6' => { 'key' => '__cache_hash_code', - 'type' => '638960', + 'type' => '655503', 'val' => '1' } }, 'Type' => 'Struct' }, - '72903' => { + '73277' => { 'Base' => { - '74900' => { + '75274' => { 'pos' => '0' } }, @@ -37009,19 +40223,19 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Value', - 'type' => '216668' + 'type' => '221292' }, '1' => { 'key' => '_Cache_hash_code', - 'type' => '638960', + 'type' => '655503', 'val' => '1' } }, 'Type' => 'Struct' }, - '72995' => { + '73369' => { 'Base' => { - '217226' => { + '221850' => { 'access' => 'private', 'pos' => '0' } @@ -37041,22 +40255,22 @@ $VAR1 = { }, '1' => { 'key' => '_Tp', - 'type' => '217226' + 'type' => '221850' }, '2' => { 'key' => '__use_ebo', - 'type' => '638960', + 'type' => '655503', 'val' => '1' } }, 'Type' => 'Struct' }, - '73133' => { + '73507' => { 'Base' => { - '72217' => { + '72591' => { 'pos' => '0' }, - '72995' => { + '73369' => { 'access' => 'private', 'pos' => '1' } @@ -37071,40 +40285,40 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '28281' + 'type' => '28369' }, '1' => { 'key' => '_Value', - 'type' => '216668' + 'type' => '221292' }, '2' => { 'key' => '_ExtractKey', - 'type' => '70359' + 'type' => '70551' }, '3' => { 'key' => '_Equal', - 'type' => '217226' + 'type' => '221850' }, '4' => { 'key' => '_H1', - 'type' => '43821' + 'type' => '43909' }, '5' => { 'key' => '_H2', - 'type' => '70544' + 'type' => '70736' }, '6' => { 'key' => '_Hash', - 'type' => '70644' + 'type' => '70836' }, '7' => { 'key' => '_Traits', - 'type' => '72035' + 'type' => '72409' } }, 'Type' => 'Struct' }, - '73438' => { + '73812' => { 'BaseType' => '3688', 'Header' => 'hashtable_policy.h', 'Line' => '1779', @@ -37114,7 +40328,27 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '73614' => { + '7398' => { + 'Base' => { + '574043' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'name' => 'char' + } + }, + 'Type' => 'Class' + }, + '73988' => { 'Copied' => 1, 'Header' => 'hashtable_policy.h', 'Line' => '649', @@ -37125,53 +40359,58 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '28281' + 'type' => '28369' }, '1' => { 'key' => '_Value', - 'type' => '216668' + 'type' => '221292' }, '10' => { 'key' => '_Unique_keys', - 'type' => '638960', + 'type' => '655503', 'val' => '1' }, '2' => { 'key' => '_Alloc', - 'type' => '216908' + 'type' => '221532' }, '3' => { 'key' => '_ExtractKey', - 'type' => '70359' + 'type' => '70551' }, '4' => { 'key' => '_Equal', - 'type' => '217226' + 'type' => '221850' }, '5' => { 'key' => '_H1', - 'type' => '43821' + 'type' => '43909' }, '6' => { 'key' => '_H2', - 'type' => '70544' + 'type' => '70736' }, '7' => { 'key' => '_Hash', - 'type' => '70644' + 'type' => '70836' }, '8' => { 'key' => '_RehashPolicy', - 'type' => '70660' + 'type' => '70852' }, '9' => { 'key' => '_Traits', - 'type' => '72035' + 'type' => '72409' } }, 'Type' => 'Struct' }, - '73914' => { + '74' => { + 'Name' => 'unsigned int', + 'Size' => '4', + 'Type' => 'Intrinsic' + }, + '74288' => { 'Copied' => 1, 'Header' => 'hashtable_policy.h', 'Line' => '782', @@ -37182,75 +40421,50 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '28281' + 'type' => '28369' }, '1' => { 'key' => '_Value', - 'type' => '216668' + 'type' => '221292' }, '2' => { 'key' => '_Alloc', - 'type' => '216908' + 'type' => '221532' }, '3' => { 'key' => '_ExtractKey', - 'type' => '70359' + 'type' => '70551' }, '4' => { 'key' => '_Equal', - 'type' => '217226' + 'type' => '221850' }, '5' => { 'key' => '_H1', - 'type' => '43821' + 'type' => '43909' }, '6' => { 'key' => '_H2', - 'type' => '70544' + 'type' => '70736' }, '7' => { 'key' => '_Hash', - 'type' => '70644' + 'type' => '70836' }, '8' => { 'key' => '_RehashPolicy', - 'type' => '70660' + 'type' => '70852' }, '9' => { 'key' => '_Traits', - 'type' => '72035' + 'type' => '72409' } }, 'Type' => 'Struct' }, - '7398' => { - 'Base' => { - '558246' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'name' => 'char' - } - }, - 'Type' => 'Class' - }, - '74' => { - 'Name' => 'unsigned int', - 'Size' => '4', - 'Type' => 'Intrinsic' - }, - '74235' => { + '74609' => { 'Base' => { - '73914' => { + '74288' => { 'pos' => '0' } }, @@ -37263,53 +40477,53 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '28281' + 'type' => '28369' }, '1' => { 'key' => '_Value', - 'type' => '216668' + 'type' => '221292' }, '10' => { 'key' => '_Constant_iterators', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '2' => { 'key' => '_Alloc', - 'type' => '216908' + 'type' => '221532' }, '3' => { 'key' => '_ExtractKey', - 'type' => '70359' + 'type' => '70551' }, '4' => { 'key' => '_Equal', - 'type' => '217226' + 'type' => '221850' }, '5' => { 'key' => '_H1', - 'type' => '43821' + 'type' => '43909' }, '6' => { 'key' => '_H2', - 'type' => '70544' + 'type' => '70736' }, '7' => { 'key' => '_Hash', - 'type' => '70644' + 'type' => '70836' }, '8' => { 'key' => '_RehashPolicy', - 'type' => '70660' + 'type' => '70852' }, '9' => { 'key' => '_Traits', - 'type' => '72035' + 'type' => '72409' } }, 'Type' => 'Struct' }, - '74383' => { + '74757' => { 'Copied' => 1, 'Header' => 'hashtable_policy.h', 'Line' => '1051', @@ -37320,48 +40534,48 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '28281' + 'type' => '28369' }, '1' => { 'key' => '_Value', - 'type' => '216668' + 'type' => '221292' }, '2' => { 'key' => '_Alloc', - 'type' => '216908' + 'type' => '221532' }, '3' => { 'key' => '_ExtractKey', - 'type' => '70359' + 'type' => '70551' }, '4' => { 'key' => '_Equal', - 'type' => '217226' + 'type' => '221850' }, '5' => { 'key' => '_H1', - 'type' => '43821' + 'type' => '43909' }, '6' => { 'key' => '_H2', - 'type' => '70544' + 'type' => '70736' }, '7' => { 'key' => '_Hash', - 'type' => '70644' + 'type' => '70836' }, '8' => { 'key' => '_RehashPolicy', - 'type' => '70660' + 'type' => '70852' }, '9' => { 'key' => '_Traits', - 'type' => '72035' + 'type' => '72409' } }, 'Type' => 'Struct' }, - '74588' => { + '74962' => { 'Copied' => 1, 'Header' => 'hashtable_policy.h', 'Line' => '1931', @@ -37372,55 +40586,55 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '28281' + 'type' => '28369' }, '1' => { 'key' => '_Value', - 'type' => '216668' + 'type' => '221292' }, '10' => { 'key' => '_Unique_keys', - 'type' => '638960', + 'type' => '655503', 'val' => '1' }, '2' => { 'key' => '_Alloc', - 'type' => '216908' + 'type' => '221532' }, '3' => { 'key' => '_ExtractKey', - 'type' => '70359' + 'type' => '70551' }, '4' => { 'key' => '_Equal', - 'type' => '217226' + 'type' => '221850' }, '5' => { 'key' => '_H1', - 'type' => '43821' + 'type' => '43909' }, '6' => { 'key' => '_H2', - 'type' => '70544' + 'type' => '70736' }, '7' => { 'key' => '_Hash', - 'type' => '70644' + 'type' => '70836' }, '8' => { 'key' => '_RehashPolicy', - 'type' => '70660' + 'type' => '70852' }, '9' => { 'key' => '_Traits', - 'type' => '72035' + 'type' => '72409' } }, 'Type' => 'Struct' }, - '74762' => { + '75136' => { 'Base' => { - '217059' => { + '221683' => { 'access' => 'private', 'pos' => '0' } @@ -37440,19 +40654,19 @@ $VAR1 = { }, '1' => { 'key' => '_Tp', - 'type' => '217059' + 'type' => '221683' }, '2' => { 'key' => '__use_ebo', - 'type' => '638960', + 'type' => '655503', 'val' => '1' } }, 'Type' => 'Struct' }, - '74900' => { + '75274' => { 'Base' => { - '70463' => { + '70655' => { 'pos' => '0' } }, @@ -37463,7 +40677,7 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '8', - 'type' => '581162' + 'type' => '596959' } }, 'Name' => 'struct std::__detail::_Hash_node_value_base >', @@ -37473,14 +40687,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Value', - 'type' => '216668' + 'type' => '221292' } }, 'Type' => 'Struct' }, - '75071' => { + '75445' => { 'Base' => { - '74762' => { + '75136' => { 'access' => 'private', 'pos' => '0' } @@ -37495,13 +40709,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_NodeAlloc', - 'type' => '217059' + 'type' => '221683' } }, 'Type' => 'Struct' }, - '75377' => { - 'BaseType' => '1073400', + '75751' => { + 'BaseType' => '1092892', 'Header' => 'hashtable_policy.h', 'Line' => '2031', 'Name' => 'std::__detail::_Hashtable_alloc, true> > >::__bucket_type', @@ -37510,8 +40724,8 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '75390' => { - 'BaseType' => '70463', + '75764' => { + 'BaseType' => '70655', 'Header' => 'hashtable_policy.h', 'Line' => '2030', 'Name' => 'std::__detail::_Hashtable_alloc, true> > >::__node_base', @@ -37520,135 +40734,199 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '767693' => { + '75865' => { + 'Base' => { + '117379' => { + 'access' => 'private', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '1093', + 'Name' => 'struct std::__detail::_Hashtable_ebo_helper<1, std::hash, true>', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Nm', + 'type' => '178', + 'val' => '1' + }, + '1' => { + 'key' => '_Tp', + 'type' => '117379' + }, + '2' => { + 'key' => '__use_ebo', + 'type' => '655503', + 'val' => '1' + } + }, + 'Type' => 'Struct' + }, + '76790' => { + 'Base' => { + '318714' => { + 'access' => 'private', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '1093', + 'Name' => 'struct std::__detail::_Hashtable_ebo_helper<0, std::equal_to, true>', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Nm', + 'type' => '178', + 'val' => '0' + }, + '1' => { + 'key' => '_Tp', + 'type' => '318714' + }, + '2' => { + 'key' => '__use_ebo', + 'type' => '655503', + 'val' => '1' + } + }, + 'Type' => 'Struct' + }, + '781554' => { 'BaseType' => '74', 'Name' => 'unsigned int*', 'Size' => '8', 'Type' => 'Pointer' }, - '767920' => { + '781781' => { 'BaseType' => '104', 'Name' => 'unsigned char*', 'Size' => '8', 'Type' => 'Pointer' }, - '768292' => { + '782153' => { 'BaseType' => '50', 'Name' => 'float[4]', 'Size' => '16', 'Type' => 'Array' }, - '768332' => { + '782193' => { 'BaseType' => '178', 'Name' => 'int[4]', 'Size' => '16', 'Type' => 'Array' }, - '768482' => { - 'BaseType' => '636620', + '782343' => { + 'BaseType' => '653163', 'Name' => 'float const*', 'Size' => '8', 'Type' => 'Pointer' }, - '768524' => { + '782385' => { 'BaseType' => '50', 'Name' => 'float*', 'Size' => '8', 'Type' => 'Pointer' }, - '769208' => { - 'BaseType' => '670837', - 'Name' => 'struct OpenImageIO_v2_5_1::TypeDesc*', + '783075' => { + 'BaseType' => '687140', + 'Name' => 'struct OpenImageIO_v2_6_0::TypeDesc*', 'Size' => '8', 'Type' => 'Pointer' }, - '769219' => { - 'BaseType' => '672483', - 'Name' => 'struct OpenImageIO_v2_5_1::TypeDesc const&', + '783086' => { + 'BaseType' => '688792', + 'Name' => 'struct OpenImageIO_v2_6_0::TypeDesc const&', 'Size' => '8', 'Type' => 'Ref' }, - '769225' => { - 'BaseType' => '672483', - 'Name' => 'struct OpenImageIO_v2_5_1::TypeDesc const*', + '783092' => { + 'BaseType' => '688792', + 'Name' => 'struct OpenImageIO_v2_6_0::TypeDesc const*', 'Size' => '8', 'Type' => 'Pointer' }, - '769429' => { - 'BaseType' => '673440', - 'Name' => 'OpenImageIO_v2_5_1::ustring*', + '783301' => { + 'BaseType' => '690782', + 'Name' => 'OpenImageIO_v2_6_0::ustring*', 'Size' => '8', 'Type' => 'Pointer' }, - '769446' => { - 'BaseType' => '677330', - 'Name' => 'OpenImageIO_v2_5_1::ustring const*', + '783318' => { + 'BaseType' => '694624', + 'Name' => 'OpenImageIO_v2_6_0::ustring const*', 'Size' => '8', 'Type' => 'Pointer' }, - '769498' => { - 'BaseType' => '677335', - 'Name' => 'OpenImageIO_v2_5_1::ustringhash*', + '783370' => { + 'BaseType' => '689777', + 'Name' => 'OpenImageIO_v2_6_0::ustringhash*', 'Size' => '8', 'Type' => 'Pointer' }, - '769538' => { + '783415' => { 'BaseType' => '301', 'Name' => 'char[]', 'Size' => '8', 'Type' => 'Array' }, - '769724' => { - 'BaseType' => '114693', + '783601' => { + 'BaseType' => '119317', 'Name' => 'std::unique_ptr >*', 'Size' => '8', 'Type' => 'Pointer' }, - '769817' => { - 'BaseType' => '678302', - 'Name' => 'OpenImageIO_v2_5_1::ParamValue*', + '783694' => { + 'BaseType' => '694629', + 'Name' => 'OpenImageIO_v2_6_0::ParamValue*', 'Size' => '8', 'Type' => 'Pointer' }, - '770112' => { - 'BaseType' => '43892', + '783989' => { + 'BaseType' => '43980', 'Name' => 'std::string&', 'Size' => '8', 'Type' => 'Ref' }, - '771880' => { - 'BaseType' => '163028', + '785757' => { + 'BaseType' => '167652', 'Name' => 'std::_Sp_counted_base<2>*', 'Size' => '8', 'Type' => 'Pointer' }, - '773257' => { - 'BaseType' => '670837', - 'Name' => 'struct OpenImageIO_v2_5_1::TypeDesc&', + '787134' => { + 'BaseType' => '687140', + 'Name' => 'struct OpenImageIO_v2_6_0::TypeDesc&', 'Size' => '8', 'Type' => 'Ref' }, - '773660' => { - 'BaseType' => '189119', + '787537' => { + 'BaseType' => '193743', 'Name' => 'std::vectorconst&', 'Size' => '8', 'Type' => 'Ref' }, - '773672' => { - 'BaseType' => '186020', + '787549' => { + 'BaseType' => '190644', 'Name' => 'std::vector&', 'Size' => '8', 'Type' => 'Ref' }, - '773854' => { - 'BaseType' => '687413', - 'Name' => 'OpenImageIO_v2_5_1::ColorConfig::Impl*', + '787731' => { + 'BaseType' => '703778', + 'Name' => 'OpenImageIO_v2_6_0::ColorConfig::Impl*', 'Size' => '8', 'Type' => 'Pointer' }, - '774340' => { + '788225' => { 'Header' => 'oslconfig.h', - 'Line' => '238', + 'Line' => '287', 'Memb' => { '0' => { 'name' => 'Unknown', @@ -37675,12 +40953,12 @@ $VAR1 = { 'value' => '5' } }, - 'Name' => 'enum OSL_v1_13_4::SymArena', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'enum OSL_v1_13_5::SymArena', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '4', 'Type' => 'Enum' }, - '774410' => { + '788296' => { 'Header' => 'osl_pvt.h', 'Line' => '21', 'Memb' => { @@ -37713,13 +40991,13 @@ $VAR1 = { 'value' => '6' } }, - 'Name' => 'enum OSL_v1_13_4::pvt::ShaderType', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'enum OSL_v1_13_5::pvt::ShaderType', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '4', 'Type' => 'Enum' }, - '774546' => { + '788432' => { 'Header' => 'osl_pvt.h', 'Line' => '62', 'Memb' => { @@ -37727,7 +41005,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_simple', 'offset' => '0', - 'type' => '670837' + 'type' => '687140' }, '1' => { 'access' => 'private', @@ -37739,42 +41017,23 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_closure', 'offset' => '10', - 'type' => '638960' + 'type' => '655503' } }, - 'Name' => 'OSL_v1_13_4::pvt::TypeSpec', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::TypeSpec', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '12', 'Type' => 'Class' }, - '7763920' => { - 'Header' => 'stl_function.h', - 'Line' => '105', - 'Name' => 'struct std::unary_function >, OpenImageIO_v2_5_1::ustring const>', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Arg', - 'type' => '290354' - }, - '1' => { - 'key' => '_Result', - 'type' => '677330' - } - }, - 'Type' => 'Struct' - }, - '776678' => { + '790564' => { 'Header' => 'osl_pvt.h', 'Line' => '467', 'Memb' => { '0' => { 'name' => '_vptr', 'offset' => '0', - 'type' => '1106924' + 'type' => '1127558' }, '1' => { 'access' => 'protected', @@ -37856,7 +41115,7 @@ $VAR1 = { 'access' => 'protected', 'name' => 'm_name', 'offset' => '16', - 'type' => '673440' + 'type' => '690782' }, '20' => { 'access' => 'protected', @@ -37905,13 +41164,13 @@ $VAR1 = { 'access' => 'protected', 'name' => 'm_node', 'offset' => '64', - 'type' => '1106941' + 'type' => '1127575' }, '28' => { 'access' => 'protected', 'name' => 'm_alias', 'offset' => '72', - 'type' => '1076207' + 'type' => '1095857' }, '29' => { 'access' => 'protected', @@ -37923,7 +41182,7 @@ $VAR1 = { 'access' => 'protected', 'name' => 'm_typespec', 'offset' => '24', - 'type' => '774546' + 'type' => '788432' }, '30' => { 'access' => 'protected', @@ -37997,19 +41256,38 @@ $VAR1 = { 'type' => '74' } }, - 'Name' => 'OSL_v1_13_4::pvt::Symbol', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::Symbol', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '104', 'Type' => 'Class' }, - '780715' => { - 'BaseType' => '776678', - 'Name' => 'OSL_v1_13_4::pvt::Symbol const', + '7934455' => { + 'Header' => 'stl_function.h', + 'Line' => '105', + 'Name' => 'struct std::unary_function >, OpenImageIO_v2_6_0::ustring const>', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Arg', + 'type' => '294978' + }, + '1' => { + 'key' => '_Result', + 'type' => '694624' + } + }, + 'Type' => 'Struct' + }, + '794601' => { + 'BaseType' => '790564', + 'Name' => 'OSL_v1_13_5::pvt::Symbol const', 'Size' => '104', 'Type' => 'Const' }, - '780720' => { + '794606' => { 'Header' => 'osl_pvt.h', 'Line' => '1108', 'Memb' => { @@ -38017,7 +41295,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_op', 'offset' => '0', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'access' => 'private', @@ -38049,19 +41327,19 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_method', 'offset' => '16', - 'type' => '673440' + 'type' => '690782' }, '4' => { 'access' => 'private', 'name' => 'm_jump', 'offset' => '24', - 'type' => '768332' + 'type' => '782193' }, '5' => { 'access' => 'private', 'name' => 'm_sourcefile', 'offset' => '40', - 'type' => '673440' + 'type' => '690782' }, '6' => { 'access' => 'private', @@ -38088,15 +41366,15 @@ $VAR1 = { 'type' => '74' } }, - 'Name' => 'OSL_v1_13_4::pvt::Opcode', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::Opcode', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '72', 'Type' => 'Class' }, - '782158' => { + '796044' => { 'Header' => 'llvm_util.h', - 'Line' => '54', + 'Line' => '55', 'Memb' => { '0' => { 'name' => 'UNKNOWN', @@ -38107,9 +41385,13 @@ $VAR1 = { 'value' => '1' }, '10' => { - 'name' => 'COUNT', + 'name' => 'NVPTX', 'value' => '10' }, + '11' => { + 'name' => 'COUNT', + 'value' => '11' + }, '2' => { 'name' => 'x64', 'value' => '2' @@ -38143,14 +41425,14 @@ $VAR1 = { 'value' => '9' } }, - 'Name' => 'enum OSL_v1_13_4::pvt::TargetISA', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'enum OSL_v1_13_5::pvt::TargetISA', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'Size' => '4', 'Type' => 'Enum' }, - '782246' => { + '796138' => { 'Header' => 'llvm_util.h', - 'Line' => '74', + 'Line' => '76', 'Memb' => { '0' => { 'access' => 'private', @@ -38162,525 +41444,549 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_dumpasm', 'offset' => '4', - 'type' => '638960' + 'type' => '655503' }, '10' => { 'access' => 'private', 'name' => 'm_current_function', 'offset' => '56', - 'type' => '1074546' + 'type' => '1094038' }, '11' => { 'access' => 'private', 'name' => 'm_llvm_module_passes', 'offset' => '64', - 'type' => '1074645' + 'type' => '1094143' }, '12' => { 'access' => 'private', 'name' => 'm_llvm_func_passes', 'offset' => '72', - 'type' => '1074651' + 'type' => '1094149' }, '13' => { 'access' => 'private', 'name' => 'm_llvm_exec', 'offset' => '80', - 'type' => '1074563' + 'type' => '1094055' }, '14' => { 'access' => 'private', 'name' => 'm_target_isa', 'offset' => '88', - 'type' => '782158' + 'type' => '796044' }, '15' => { 'access' => 'private', - 'name' => 'm_return_block', + 'name' => 'm_nvptx_target_machine', 'offset' => '96', - 'type' => '209067' + 'type' => '1094067' }, '16' => { 'access' => 'private', - 'name' => 'm_loop_after_block', - 'offset' => '120', - 'type' => '209067' + 'name' => 'm_return_block', + 'offset' => '104', + 'type' => '213691' }, '17' => { 'access' => 'private', - 'name' => 'm_loop_step_block', - 'offset' => '144', - 'type' => '209067' + 'name' => 'm_loop_after_block', + 'offset' => '128', + 'type' => '213691' }, '18' => { 'access' => 'private', - 'name' => 'm_next_serial_bb', - 'offset' => '168', - 'type' => '178' + 'name' => 'm_loop_step_block', + 'offset' => '152', + 'type' => '213691' }, '19' => { 'access' => 'private', - 'name' => 'm_llvm_type_float', + 'name' => 'm_next_serial_bb', 'offset' => '176', - 'type' => '1074552' + 'type' => '178' }, '2' => { 'access' => 'private', 'name' => 'm_jit_fma', 'offset' => '5', - 'type' => '638960' + 'type' => '655503' }, '20' => { 'access' => 'private', - 'name' => 'm_llvm_type_double', + 'name' => 'm_llvm_type_float', 'offset' => '184', - 'type' => '1074552' + 'type' => '1094044' }, '21' => { 'access' => 'private', - 'name' => 'm_llvm_type_int', + 'name' => 'm_llvm_type_double', 'offset' => '192', - 'type' => '1074552' + 'type' => '1094044' }, '22' => { 'access' => 'private', - 'name' => 'm_llvm_type_int8', + 'name' => 'm_llvm_type_int', 'offset' => '200', - 'type' => '1074552' + 'type' => '1094044' }, '23' => { 'access' => 'private', - 'name' => 'm_llvm_type_int16', + 'name' => 'm_llvm_type_int8', 'offset' => '208', - 'type' => '1074552' + 'type' => '1094044' }, '24' => { 'access' => 'private', - 'name' => 'm_llvm_type_addrint', + 'name' => 'm_llvm_type_int16', 'offset' => '216', - 'type' => '1074552' + 'type' => '1094044' }, '25' => { 'access' => 'private', - 'name' => 'm_llvm_type_bool', + 'name' => 'm_llvm_type_int64', 'offset' => '224', - 'type' => '1074552' + 'type' => '1094044' }, '26' => { 'access' => 'private', - 'name' => 'm_llvm_type_char', + 'name' => 'm_llvm_type_addrint', 'offset' => '232', - 'type' => '1074552' + 'type' => '1094044' }, '27' => { 'access' => 'private', - 'name' => 'm_llvm_type_longlong', + 'name' => 'm_llvm_type_bool', 'offset' => '240', - 'type' => '1074552' + 'type' => '1094044' }, '28' => { 'access' => 'private', - 'name' => 'm_llvm_type_void', + 'name' => 'm_llvm_type_char', 'offset' => '248', - 'type' => '1074552' + 'type' => '1094044' }, '29' => { 'access' => 'private', - 'name' => 'm_llvm_type_triple', + 'name' => 'm_llvm_type_longlong', 'offset' => '256', - 'type' => '1074552' + 'type' => '1094044' }, '3' => { 'access' => 'private', 'name' => 'm_jit_aggressive', 'offset' => '6', - 'type' => '638960' + 'type' => '655503' }, '30' => { 'access' => 'private', - 'name' => 'm_llvm_type_matrix', + 'name' => 'm_llvm_type_void', 'offset' => '264', - 'type' => '1074552' + 'type' => '1094044' }, '31' => { 'access' => 'private', - 'name' => 'm_llvm_type_ustring', + 'name' => 'm_llvm_type_triple', 'offset' => '272', - 'type' => '1074552' + 'type' => '1094044' }, '32' => { 'access' => 'private', - 'name' => 'm_llvm_type_void_ptr', + 'name' => 'm_llvm_type_matrix', 'offset' => '280', - 'type' => '1074597' + 'type' => '1094044' }, '33' => { 'access' => 'private', - 'name' => 'm_llvm_type_char_ptr', + 'name' => 'm_llvm_type_ustring', 'offset' => '288', - 'type' => '1074597' + 'type' => '1094044' }, '34' => { 'access' => 'private', - 'name' => 'm_llvm_type_bool_ptr', + 'name' => 'm_llvm_type_void_ptr', 'offset' => '296', - 'type' => '1074597' + 'type' => '1094095' }, '35' => { 'access' => 'private', - 'name' => 'm_llvm_type_int_ptr', + 'name' => 'm_llvm_type_char_ptr', 'offset' => '304', - 'type' => '1074597' + 'type' => '1094095' }, '36' => { 'access' => 'private', - 'name' => 'm_llvm_type_float_ptr', + 'name' => 'm_llvm_type_bool_ptr', 'offset' => '312', - 'type' => '1074597' + 'type' => '1094095' }, '37' => { 'access' => 'private', - 'name' => 'm_llvm_type_longlong_ptr', + 'name' => 'm_llvm_type_int_ptr', 'offset' => '320', - 'type' => '1074597' + 'type' => '1094095' }, '38' => { 'access' => 'private', - 'name' => 'm_llvm_type_triple_ptr', + 'name' => 'm_llvm_type_int8_ptr', 'offset' => '328', - 'type' => '1074597' + 'type' => '1094095' }, '39' => { 'access' => 'private', - 'name' => 'm_llvm_type_matrix_ptr', + 'name' => 'm_llvm_type_int64_ptr', 'offset' => '336', - 'type' => '1074597' + 'type' => '1094095' }, '4' => { 'access' => 'private', 'name' => 'm_ustring_rep', 'offset' => '8', - 'type' => '782457' + 'type' => '796349' }, '40' => { 'access' => 'private', - 'name' => 'm_llvm_type_double_ptr', + 'name' => 'm_llvm_type_float_ptr', 'offset' => '344', - 'type' => '1074597' + 'type' => '1094095' }, '41' => { 'access' => 'private', - 'name' => 'm_llvm_type_ustring_ptr', + 'name' => 'm_llvm_type_longlong_ptr', 'offset' => '352', - 'type' => '1074597' + 'type' => '1094095' }, '42' => { 'access' => 'private', - 'name' => 'm_vector_width', + 'name' => 'm_llvm_type_triple_ptr', 'offset' => '360', - 'type' => '178' + 'type' => '1094095' }, '43' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_float', + 'name' => 'm_llvm_type_matrix_ptr', 'offset' => '368', - 'type' => '1074552' + 'type' => '1094095' }, '44' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_double', + 'name' => 'm_llvm_type_double_ptr', 'offset' => '376', - 'type' => '1074552' + 'type' => '1094095' }, '45' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_int', + 'name' => 'm_llvm_type_ustring_ptr', 'offset' => '384', - 'type' => '1074552' + 'type' => '1094095' }, '46' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_bool', + 'name' => 'm_vector_width', 'offset' => '392', - 'type' => '1074552' + 'type' => '178' }, '47' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_char', + 'name' => 'm_llvm_type_wide_float', 'offset' => '400', - 'type' => '1074552' + 'type' => '1094044' }, '48' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_longlong', + 'name' => 'm_llvm_type_wide_double', 'offset' => '408', - 'type' => '1074552' + 'type' => '1094044' }, '49' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_triple', + 'name' => 'm_llvm_type_wide_int', 'offset' => '416', - 'type' => '1074552' + 'type' => '1094044' }, '5' => { 'access' => 'private', 'name' => 'm_thread', 'offset' => '16', - 'type' => '848793' + 'type' => '867886' }, '50' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_matrix', + 'name' => 'm_llvm_type_wide_bool', 'offset' => '424', - 'type' => '1074552' + 'type' => '1094044' }, '51' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_void_ptr', + 'name' => 'm_llvm_type_wide_char', 'offset' => '432', - 'type' => '1074552' + 'type' => '1094044' }, '52' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_ustring', + 'name' => 'm_llvm_type_wide_longlong', 'offset' => '440', - 'type' => '1074552' + 'type' => '1094044' }, '53' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_char_ptr', + 'name' => 'm_llvm_type_wide_triple', 'offset' => '448', - 'type' => '1074597' + 'type' => '1094044' }, '54' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_int_ptr', + 'name' => 'm_llvm_type_wide_matrix', 'offset' => '456', - 'type' => '1074597' + 'type' => '1094044' }, '55' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_bool_ptr', + 'name' => 'm_llvm_type_wide_void_ptr', 'offset' => '464', - 'type' => '1074597' + 'type' => '1094044' }, '56' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_float_ptr', + 'name' => 'm_llvm_type_wide_ustring', 'offset' => '472', - 'type' => '1074597' + 'type' => '1094044' }, '57' => { 'access' => 'private', - 'name' => 'm_llvm_type_wide_ustring_ptr', + 'name' => 'm_llvm_type_wide_char_ptr', 'offset' => '480', - 'type' => '1074597' + 'type' => '1094095' }, '58' => { 'access' => 'private', - 'name' => 'm_llvm_type_native_mask', + 'name' => 'm_llvm_type_wide_int_ptr', 'offset' => '488', - 'type' => '1074552' + 'type' => '1094095' }, '59' => { 'access' => 'private', - 'name' => 'm_supports_masked_stores', + 'name' => 'm_llvm_type_wide_bool_ptr', 'offset' => '496', - 'type' => '638960' + 'type' => '1094095' }, '6' => { 'access' => 'private', 'name' => 'm_llvm_context', 'offset' => '24', - 'type' => '1074627' + 'type' => '1094125' }, '60' => { 'access' => 'private', - 'name' => 'm_supports_llvm_bit_masks_natively', - 'offset' => '497', - 'type' => '638960' + 'name' => 'm_llvm_type_wide_float_ptr', + 'offset' => '504', + 'type' => '1094095' }, '61' => { 'access' => 'private', - 'name' => 'm_supports_avx512f', - 'offset' => '498', - 'type' => '638960' + 'name' => 'm_llvm_type_wide_ustring_ptr', + 'offset' => '512', + 'type' => '1094095' }, '62' => { 'access' => 'private', - 'name' => 'm_supports_avx2', - 'offset' => '499', - 'type' => '638960' + 'name' => 'm_llvm_type_native_mask', + 'offset' => '520', + 'type' => '1094044' }, '63' => { 'access' => 'private', - 'name' => 'm_supports_avx', - 'offset' => '500', - 'type' => '638960' + 'name' => 'm_supports_masked_stores', + 'offset' => '528', + 'type' => '655503' }, '64' => { 'access' => 'private', - 'name' => 'mVTuneNotifier', - 'offset' => '504', - 'type' => '1074657' + 'name' => 'm_supports_llvm_bit_masks_natively', + 'offset' => '529', + 'type' => '655503' }, '65' => { 'access' => 'private', - 'name' => 'm_llvm_debug_builder', - 'offset' => '512', - 'type' => '1074663' + 'name' => 'm_supports_avx512f', + 'offset' => '530', + 'type' => '655503' }, '66' => { 'access' => 'private', - 'name' => 'mDebugCU', - 'offset' => '520', - 'type' => '1074669' + 'name' => 'm_supports_avx2', + 'offset' => '531', + 'type' => '655503' }, '67' => { 'access' => 'private', - 'name' => 'mLexicalBlocks', - 'offset' => '528', - 'type' => '213549' + 'name' => 'm_supports_avx', + 'offset' => '532', + 'type' => '655503' }, '68' => { 'access' => 'private', - 'name' => 'mDebugFileByName', - 'offset' => '552', - 'type' => '794199' + 'name' => 'mVTuneNotifier', + 'offset' => '536', + 'type' => '1094155' }, '69' => { 'access' => 'private', - 'name' => 'mInliningSites', - 'offset' => '608', - 'type' => '225203' + 'name' => 'm_llvm_debug_builder', + 'offset' => '544', + 'type' => '1094161' }, '7' => { 'access' => 'private', 'name' => 'm_llvm_module', 'offset' => '32', - 'type' => '1074534' + 'type' => '1094026' }, '70' => { 'access' => 'private', - 'name' => 'mSubTypeForInlinedFunction', - 'offset' => '632', - 'type' => '1074675' + 'name' => 'mDebugCU', + 'offset' => '552', + 'type' => '1094167' }, '71' => { 'access' => 'private', - 'name' => 'm_ModuleIsFinalized', - 'offset' => '640', - 'type' => '638960' + 'name' => 'mLexicalBlocks', + 'offset' => '560', + 'type' => '218173' }, '72' => { 'access' => 'private', - 'name' => 'm_ModuleIsPruned', - 'offset' => '641', - 'type' => '638960' + 'name' => 'mDebugFileByName', + 'offset' => '584', + 'type' => '808497' }, '73' => { 'access' => 'private', - 'name' => 'm_mask_stack', - 'offset' => '648', - 'type' => '229685' + 'name' => 'mInliningSites', + 'offset' => '640', + 'type' => '229827' }, '74' => { 'access' => 'private', - 'name' => 'm_is_masking_required', - 'offset' => '672', - 'type' => '638960' + 'name' => 'mSubTypeForInlinedFunction', + 'offset' => '664', + 'type' => '1094173' }, '75' => { 'access' => 'private', - 'name' => 'm_masked_exit_count', - 'offset' => '676', - 'type' => '178' + 'name' => 'm_ModuleIsFinalized', + 'offset' => '672', + 'type' => '655503' }, '76' => { 'access' => 'private', - 'name' => 'm_masked_loop_stack', - 'offset' => '680', - 'type' => '234167' + 'name' => 'm_ModuleIsPruned', + 'offset' => '673', + 'type' => '655503' }, '77' => { 'access' => 'private', - 'name' => 'm_masked_subroutine_stack', + 'name' => 'm_mask_stack', + 'offset' => '680', + 'type' => '234309' + }, + '78' => { + 'access' => 'private', + 'name' => 'm_is_masking_required', 'offset' => '704', - 'type' => '238649' + 'type' => '655503' + }, + '79' => { + 'access' => 'private', + 'name' => 'm_masked_exit_count', + 'offset' => '708', + 'type' => '178' }, '8' => { 'access' => 'private', 'name' => 'm_builder', 'offset' => '40', - 'type' => '1074633' + 'type' => '1094131' }, + '80' => { + 'access' => 'private', + 'name' => 'm_masked_loop_stack', + 'offset' => '712', + 'type' => '238791' + }, + '81' => { + 'access' => 'private', + 'name' => 'm_masked_subroutine_stack', + 'offset' => '736', + 'type' => '243273' + }, '9' => { 'access' => 'private', 'name' => 'm_llvm_jitmm', 'offset' => '48', - 'type' => '1074639' + 'type' => '1094137' } }, - 'Name' => 'OSL_v1_13_4::pvt::LLVM_Util', - 'NameSpace' => 'OSL_v1_13_4::pvt', - 'Size' => '728', + 'Name' => 'OSL_v1_13_5::pvt::LLVM_Util', + 'NameSpace' => 'OSL_v1_13_5::pvt', + 'Size' => '760', 'Type' => 'Class' }, - '782261' => { + '796153' => { 'Header' => 'llvm_util.h', - 'Line' => '76', + 'Line' => '78', 'Memb' => { '0' => { 'access' => 'private', 'name' => 'm_thread_info', 'offset' => '0', - 'type' => '848793' + 'type' => '867886' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::PerThreadInfo', - 'NameSpace' => 'OSL_v1_13_4::pvt::LLVM_Util', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::PerThreadInfo', + 'NameSpace' => 'OSL_v1_13_5::pvt::LLVM_Util', 'Size' => '8', 'Type' => 'Struct' }, - '782333' => { + '796225' => { 'Line' => '196', 'Memb' => { '0' => { 'name' => 'llvm_context', 'offset' => '0', - 'type' => '1074627' + 'type' => '1094125' }, '1' => { 'name' => 'llvm_jitmm', 'offset' => '8', - 'type' => '45136400' + 'type' => '45370267' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::PerThreadInfo::Impl', - 'NameSpace' => 'OSL_v1_13_4::pvt::LLVM_Util::PerThreadInfo', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::PerThreadInfo::Impl', + 'NameSpace' => 'OSL_v1_13_5::pvt::LLVM_Util::PerThreadInfo', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '16', 'Source' => 'llvm_util.cpp', 'Type' => 'Struct' }, - '782382' => { - 'BaseType' => '782261', - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::PerThreadInfo const', + '796274' => { + 'BaseType' => '796153', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::PerThreadInfo const', 'Size' => '8', 'Type' => 'Const' }, - '782387' => { + '796279' => { 'Header' => 'llvm_util.h', - 'Line' => '96', - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::ScopedJitMemoryUser', - 'NameSpace' => 'OSL_v1_13_4::pvt::LLVM_Util', + 'Line' => '98', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::ScopedJitMemoryUser', + 'NameSpace' => 'OSL_v1_13_5::pvt::LLVM_Util', 'Size' => '1', 'Type' => 'Struct' }, - '782457' => { + '796349' => { 'Header' => 'llvm_util.h', - 'Line' => '113', + 'Line' => '115', 'Memb' => { '0' => { 'name' => 'charptr', @@ -38691,14 +41997,14 @@ $VAR1 = { 'value' => '1' } }, - 'Name' => 'enum OSL_v1_13_4::pvt::LLVM_Util::UstringRep', - 'NameSpace' => 'OSL_v1_13_4::pvt::LLVM_Util', + 'Name' => 'enum OSL_v1_13_5::pvt::LLVM_Util::UstringRep', + 'NameSpace' => 'OSL_v1_13_5::pvt::LLVM_Util', 'Size' => '4', 'Type' => 'Enum' }, - '782490' => { + '796382' => { 'Header' => 'llvm_util.h', - 'Line' => '266', + 'Line' => '275', 'Memb' => { '0' => { 'name' => 'External', @@ -38717,24 +42023,24 @@ $VAR1 = { 'value' => '3' } }, - 'Name' => 'enum OSL_v1_13_4::pvt::LLVM_Util::Linkage', - 'NameSpace' => 'OSL_v1_13_4::pvt::LLVM_Util', + 'Name' => 'enum OSL_v1_13_5::pvt::LLVM_Util::Linkage', + 'NameSpace' => 'OSL_v1_13_5::pvt::LLVM_Util', 'Size' => '4', 'Type' => 'Enum' }, - '782813' => { + '796705' => { 'Header' => 'llvm_util.h', - 'Line' => '1113', + 'Line' => '1139', 'Memb' => { '0' => { 'name' => 'mask', 'offset' => '0', - 'type' => '1073819' + 'type' => '1093311' }, '1' => { 'name' => 'negate', 'offset' => '8', - 'type' => '638960' + 'type' => '655503' }, '2' => { 'name' => 'applied_return_mask_count', @@ -38742,25 +42048,25 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::MaskInfo', - 'NameSpace' => 'OSL_v1_13_4::pvt::LLVM_Util', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::MaskInfo', + 'NameSpace' => 'OSL_v1_13_5::pvt::LLVM_Util', 'Private' => 1, 'Size' => '16', 'Type' => 'Struct' }, - '782875' => { + '796767' => { 'Header' => 'llvm_util.h', - 'Line' => '1124', + 'Line' => '1150', 'Memb' => { '0' => { 'name' => 'location_of_control_mask', 'offset' => '0', - 'type' => '1073819' + 'type' => '1093311' }, '1' => { 'name' => 'location_of_continue_mask', 'offset' => '8', - 'type' => '1073819' + 'type' => '1093311' }, '2' => { 'name' => 'break_count', @@ -38773,20 +42079,20 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::MaskedLoopContext', - 'NameSpace' => 'OSL_v1_13_4::pvt::LLVM_Util', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::MaskedLoopContext', + 'NameSpace' => 'OSL_v1_13_5::pvt::LLVM_Util', 'Private' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '782951' => { + '796843' => { 'Header' => 'llvm_util.h', - 'Line' => '1140', + 'Line' => '1166', 'Memb' => { '0' => { 'name' => 'location_of_mask', 'offset' => '0', - 'type' => '1073819' + 'type' => '1093311' }, '1' => { 'name' => 'return_count', @@ -38796,259 +42102,340 @@ $VAR1 = { '2' => { 'name' => 'return_block_stack', 'offset' => '16', - 'type' => '209067' + 'type' => '213691' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::MaskedSubroutineContext', - 'NameSpace' => 'OSL_v1_13_4::pvt::LLVM_Util', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::MaskedSubroutineContext', + 'NameSpace' => 'OSL_v1_13_5::pvt::LLVM_Util', 'Private' => 1, 'Size' => '40', 'Type' => 'Struct' }, - '793074' => { + '80202' => { + 'Base' => { + '71380' => { + 'access' => 'private', + 'pos' => '2' + }, + '72271' => { + 'access' => 'private', + 'pos' => '0' + }, + '75865' => { + 'access' => 'private', + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '1252', + 'Name' => 'struct std::__detail::_Hash_code_base, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, false>', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Key', + 'type' => '690782' + }, + '1' => { + 'key' => '_Value', + 'type' => '690782' + }, + '2' => { + 'key' => '_ExtractKey', + 'type' => '70447' + }, + '3' => { + 'key' => '_H1', + 'type' => '117379' + }, + '4' => { + 'key' => '_H2', + 'type' => '70736' + }, + '5' => { + 'key' => '_Hash', + 'type' => '70836' + }, + '6' => { + 'key' => '__cache_hash_code', + 'type' => '655503', + 'val' => '0' + } + }, + 'Type' => 'Struct' + }, + '807312' => { 'Base' => { - '44725034' => { + '44959048' => { 'pos' => '0' } }, 'Copied' => 1, 'Line' => '339', - 'Name' => 'OSL_v1_13_4::pvt::LLVM_Util::IRBuilder', - 'NameSpace' => 'OSL_v1_13_4::pvt::LLVM_Util', + 'Name' => 'OSL_v1_13_5::pvt::LLVM_Util::IRBuilder', + 'NameSpace' => 'OSL_v1_13_5::pvt::LLVM_Util', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '136', 'Source' => 'llvm_util.cpp', 'Type' => 'Class' }, - '794199' => { - 'BaseType' => '221158', + '808497' => { + 'BaseType' => '225782', 'Header' => 'llvm_util.h', - 'Line' => '1105', - 'Name' => 'OSL_v1_13_4::pvt::LLVM_Util::FileByNameType', - 'NameSpace' => 'OSL_v1_13_4::pvt::LLVM_Util', + 'Line' => '1131', + 'Name' => 'OSL_v1_13_5::pvt::LLVM_Util::FileByNameType', + 'NameSpace' => 'OSL_v1_13_5::pvt::LLVM_Util', 'Private' => 1, 'Size' => '56', 'Type' => 'Typedef' }, - '794871' => { - 'BaseType' => '782246', - 'Name' => 'OSL_v1_13_4::pvt::LLVM_Util const', - 'Size' => '728', + '80888' => { + 'Base' => { + '83586' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '279', + 'Name' => 'struct std::__detail::_Hash_node', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => '_Value', + 'type' => '690782' + }, + '1' => { + 'key' => '_Cache_hash_code', + 'type' => '655503', + 'val' => '0' + } + }, + 'Type' => 'Struct' + }, + '809169' => { + 'BaseType' => '796138', + 'Name' => 'OSL_v1_13_5::pvt::LLVM_Util const', + 'Size' => '760', 'Type' => 'Const' }, - '794876' => { + '809174' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '529', + 'Line' => '527', 'Memb' => { '0' => { 'access' => 'private', 'name' => 'm_renderer', 'offset' => '0', - 'type' => '1074809' + 'type' => '1094307' }, '1' => { 'access' => 'private', 'name' => 'm_texturesys', 'offset' => '8', - 'type' => '1074859' + 'type' => '1094357' }, '10' => { 'access' => 'private', 'name' => 'm_op_descriptor', 'offset' => '360', - 'type' => '798900' + 'type' => '813606' }, '100' => { 'access' => 'private', - 'name' => 'm_stat_contexts', - 'offset' => '4852', - 'type' => '807071' + 'name' => 'm_shading_state_uniform', + 'offset' => '824', + 'type' => '820447' }, '101' => { 'access' => 'private', - 'name' => 'm_stat_groups', - 'offset' => '4864', - 'type' => '689722' + 'name' => 'm_colorconfig', + 'offset' => '4784', + 'type' => '247939' }, '102' => { 'access' => 'private', - 'name' => 'm_stat_groupinstances', - 'offset' => '4868', - 'type' => '689722' + 'name' => 'm_mutex', + 'offset' => '4800', + 'type' => '67778' }, '103' => { 'access' => 'private', - 'name' => 'm_stat_instances_compiled', - 'offset' => '4872', - 'type' => '689722' + 'name' => 'm_perthread_info', + 'offset' => '4840', + 'type' => '666925' }, '104' => { 'access' => 'private', - 'name' => 'm_stat_groups_compiled', - 'offset' => '4876', - 'type' => '689722' + 'name' => 'm_stat_shaders_loaded', + 'offset' => '4848', + 'type' => '706087' }, '105' => { 'access' => 'private', - 'name' => 'm_stat_empty_instances', - 'offset' => '4880', - 'type' => '689722' + 'name' => 'm_stat_shaders_requested', + 'offset' => '4852', + 'type' => '706087' }, '106' => { 'access' => 'private', - 'name' => 'm_stat_merged_inst', - 'offset' => '4884', - 'type' => '689722' + 'name' => 'm_stat_instances', + 'offset' => '4856', + 'type' => '823105' }, '107' => { 'access' => 'private', - 'name' => 'm_stat_merged_inst_opt', - 'offset' => '4888', - 'type' => '689722' + 'name' => 'm_stat_contexts', + 'offset' => '4868', + 'type' => '823105' }, '108' => { 'access' => 'private', - 'name' => 'm_stat_empty_groups', - 'offset' => '4892', - 'type' => '689722' + 'name' => 'm_stat_groups', + 'offset' => '4880', + 'type' => '706087' }, '109' => { 'access' => 'private', - 'name' => 'm_stat_regexes', - 'offset' => '4896', - 'type' => '689722' + 'name' => 'm_stat_groupinstances', + 'offset' => '4884', + 'type' => '706087' }, '11' => { 'access' => 'private', 'name' => 'm_lib_bitcode', 'offset' => '416', - 'type' => '322451' + 'type' => '327075' }, '110' => { 'access' => 'private', - 'name' => 'm_stat_preopt_syms', - 'offset' => '4900', - 'type' => '689722' + 'name' => 'm_stat_instances_compiled', + 'offset' => '4888', + 'type' => '706087' }, '111' => { 'access' => 'private', - 'name' => 'm_stat_postopt_syms', - 'offset' => '4904', - 'type' => '689722' + 'name' => 'm_stat_groups_compiled', + 'offset' => '4892', + 'type' => '706087' }, '112' => { 'access' => 'private', - 'name' => 'm_stat_syms_with_derivs', - 'offset' => '4908', - 'type' => '689722' + 'name' => 'm_stat_empty_instances', + 'offset' => '4896', + 'type' => '706087' }, '113' => { 'access' => 'private', - 'name' => 'm_stat_preopt_ops', - 'offset' => '4912', - 'type' => '689722' + 'name' => 'm_stat_merged_inst', + 'offset' => '4900', + 'type' => '706087' }, '114' => { 'access' => 'private', - 'name' => 'm_stat_postopt_ops', - 'offset' => '4916', - 'type' => '689722' + 'name' => 'm_stat_merged_inst_opt', + 'offset' => '4904', + 'type' => '706087' }, '115' => { 'access' => 'private', - 'name' => 'm_stat_middlemen_eliminated', - 'offset' => '4920', - 'type' => '689722' + 'name' => 'm_stat_empty_groups', + 'offset' => '4908', + 'type' => '706087' }, '116' => { 'access' => 'private', - 'name' => 'm_stat_const_connections', - 'offset' => '4924', - 'type' => '689722' + 'name' => 'm_stat_regexes', + 'offset' => '4912', + 'type' => '706087' }, '117' => { 'access' => 'private', - 'name' => 'm_stat_global_connections', - 'offset' => '4928', - 'type' => '689722' + 'name' => 'm_stat_preopt_syms', + 'offset' => '4916', + 'type' => '706087' }, '118' => { 'access' => 'private', - 'name' => 'm_stat_tex_calls_codegened', - 'offset' => '4932', - 'type' => '689722' + 'name' => 'm_stat_postopt_syms', + 'offset' => '4920', + 'type' => '706087' }, '119' => { 'access' => 'private', - 'name' => 'm_stat_tex_calls_as_handles', - 'offset' => '4936', - 'type' => '689722' + 'name' => 'm_stat_syms_with_derivs', + 'offset' => '4924', + 'type' => '706087' }, '12' => { 'access' => 'private', 'name' => 'm_rs_bitcode', 'offset' => '440', - 'type' => '322451' + 'type' => '327075' }, '120' => { 'access' => 'private', - 'name' => 'm_stat_useparam_ops', - 'offset' => '4940', - 'type' => '689722' + 'name' => 'm_stat_preopt_ops', + 'offset' => '4928', + 'type' => '706087' }, '121' => { 'access' => 'private', - 'name' => 'm_stat_call_layers_inserted', - 'offset' => '4944', - 'type' => '689722' + 'name' => 'm_stat_postopt_ops', + 'offset' => '4932', + 'type' => '706087' }, '122' => { 'access' => 'private', - 'name' => 'm_stat_master_load_time', - 'offset' => '4952', - 'type' => '58' + 'name' => 'm_stat_middlemen_eliminated', + 'offset' => '4936', + 'type' => '706087' }, '123' => { 'access' => 'private', - 'name' => 'm_stat_optimization_time', - 'offset' => '4960', - 'type' => '58' + 'name' => 'm_stat_const_connections', + 'offset' => '4940', + 'type' => '706087' }, '124' => { 'access' => 'private', - 'name' => 'm_stat_opt_locking_time', - 'offset' => '4968', - 'type' => '58' + 'name' => 'm_stat_global_connections', + 'offset' => '4944', + 'type' => '706087' }, '125' => { 'access' => 'private', - 'name' => 'm_stat_specialization_time', - 'offset' => '4976', - 'type' => '58' + 'name' => 'm_stat_tex_calls_codegened', + 'offset' => '4948', + 'type' => '706087' }, '126' => { 'access' => 'private', - 'name' => 'm_stat_total_llvm_time', - 'offset' => '4984', - 'type' => '58' + 'name' => 'm_stat_tex_calls_as_handles', + 'offset' => '4952', + 'type' => '706087' }, '127' => { 'access' => 'private', - 'name' => 'm_stat_llvm_setup_time', - 'offset' => '4992', - 'type' => '58' + 'name' => 'm_stat_useparam_ops', + 'offset' => '4956', + 'type' => '706087' }, '128' => { 'access' => 'private', - 'name' => 'm_stat_llvm_irgen_time', - 'offset' => '5000', - 'type' => '58' + 'name' => 'm_stat_call_layers_inserted', + 'offset' => '4960', + 'type' => '706087' }, '129' => { 'access' => 'private', - 'name' => 'm_stat_llvm_opt_time', - 'offset' => '5008', + 'name' => 'm_stat_master_load_time', + 'offset' => '4968', 'type' => '58' }, '13' => { @@ -39059,489 +42446,567 @@ $VAR1 = { }, '130' => { 'access' => 'private', - 'name' => 'm_stat_llvm_jit_time', - 'offset' => '5016', + 'name' => 'm_stat_optimization_time', + 'offset' => '4976', 'type' => '58' }, '131' => { 'access' => 'private', - 'name' => 'm_stat_inst_merge_time', - 'offset' => '5024', + 'name' => 'm_stat_opt_locking_time', + 'offset' => '4984', 'type' => '58' }, '132' => { 'access' => 'private', - 'name' => 'm_stat_getattribute_time', - 'offset' => '5032', + 'name' => 'm_stat_specialization_time', + 'offset' => '4992', 'type' => '58' }, '133' => { 'access' => 'private', - 'name' => 'm_stat_getattribute_fail_time', - 'offset' => '5040', + 'name' => 'm_stat_total_llvm_time', + 'offset' => '5000', 'type' => '58' }, '134' => { 'access' => 'private', - 'name' => 'm_stat_getattribute_calls', - 'offset' => '5048', - 'type' => '700618' + 'name' => 'm_stat_llvm_setup_time', + 'offset' => '5008', + 'type' => '58' }, '135' => { 'access' => 'private', - 'name' => 'm_stat_get_userdata_calls', - 'offset' => '5056', - 'type' => '700618' + 'name' => 'm_stat_llvm_irgen_time', + 'offset' => '5016', + 'type' => '58' }, '136' => { 'access' => 'private', - 'name' => 'm_stat_noise_calls', - 'offset' => '5064', - 'type' => '700618' + 'name' => 'm_stat_llvm_opt_time', + 'offset' => '5024', + 'type' => '58' }, '137' => { 'access' => 'private', - 'name' => 'm_stat_pointcloud_searches', - 'offset' => '5072', - 'type' => '555340' + 'name' => 'm_stat_llvm_jit_time', + 'offset' => '5032', + 'type' => '58' }, '138' => { 'access' => 'private', - 'name' => 'm_stat_pointcloud_searches_total_results', - 'offset' => '5080', - 'type' => '555340' + 'name' => 'm_stat_inst_merge_time', + 'offset' => '5040', + 'type' => '58' }, '139' => { 'access' => 'private', - 'name' => 'm_stat_pointcloud_max_results', - 'offset' => '5088', - 'type' => '178' + 'name' => 'm_stat_getattribute_time', + 'offset' => '5048', + 'type' => '58' }, '14' => { 'access' => 'private', 'name' => 'm_lazylayers', 'offset' => '468', - 'type' => '638960' + 'type' => '655503' }, '140' => { 'access' => 'private', - 'name' => 'm_stat_pointcloud_failures', - 'offset' => '5092', - 'type' => '178' + 'name' => 'm_stat_getattribute_fail_time', + 'offset' => '5056', + 'type' => '58' }, '141' => { 'access' => 'private', - 'name' => 'm_stat_pointcloud_gets', - 'offset' => '5096', - 'type' => '555340' + 'name' => 'm_stat_getattribute_calls', + 'offset' => '5064', + 'type' => '716998' }, '142' => { 'access' => 'private', - 'name' => 'm_stat_pointcloud_writes', - 'offset' => '5104', - 'type' => '555340' + 'name' => 'm_stat_get_userdata_calls', + 'offset' => '5072', + 'type' => '716998' }, '143' => { 'access' => 'private', - 'name' => 'm_stat_layers_executed', - 'offset' => '5112', - 'type' => '700618' + 'name' => 'm_stat_noise_calls', + 'offset' => '5080', + 'type' => '716998' }, '144' => { 'access' => 'private', - 'name' => 'm_stat_total_shading_time_ticks', - 'offset' => '5120', - 'type' => '700618' + 'name' => 'm_stat_pointcloud_searches', + 'offset' => '5088', + 'type' => '571074' }, '145' => { 'access' => 'private', - 'name' => 'm_stat_max_llvm_local_mem', - 'offset' => '5128', - 'type' => '178' + 'name' => 'm_stat_pointcloud_searches_total_results', + 'offset' => '5096', + 'type' => '571074' }, '146' => { 'access' => 'private', - 'name' => 'm_stat_memory', - 'offset' => '5136', - 'type' => '807624' + 'name' => 'm_stat_pointcloud_max_results', + 'offset' => '5104', + 'type' => '178' }, '147' => { 'access' => 'private', - 'name' => 'm_stat_mem_master', - 'offset' => '5160', - 'type' => '807624' + 'name' => 'm_stat_pointcloud_failures', + 'offset' => '5108', + 'type' => '178' }, '148' => { 'access' => 'private', - 'name' => 'm_stat_mem_master_ops', - 'offset' => '5184', - 'type' => '807624' + 'name' => 'm_stat_pointcloud_gets', + 'offset' => '5112', + 'type' => '571074' }, '149' => { 'access' => 'private', - 'name' => 'm_stat_mem_master_args', - 'offset' => '5208', - 'type' => '807624' + 'name' => 'm_stat_pointcloud_writes', + 'offset' => '5120', + 'type' => '571074' }, '15' => { 'access' => 'private', 'name' => 'm_lazyglobals', 'offset' => '469', - 'type' => '638960' + 'type' => '655503' }, '150' => { 'access' => 'private', - 'name' => 'm_stat_mem_master_syms', - 'offset' => '5232', - 'type' => '807624' + 'name' => 'm_stat_layers_executed', + 'offset' => '5128', + 'type' => '716998' }, '151' => { 'access' => 'private', - 'name' => 'm_stat_mem_master_defaults', - 'offset' => '5256', - 'type' => '807624' + 'name' => 'm_stat_total_shading_time_ticks', + 'offset' => '5136', + 'type' => '716998' }, '152' => { 'access' => 'private', - 'name' => 'm_stat_mem_master_consts', - 'offset' => '5280', - 'type' => '807624' + 'name' => 'm_stat_reparam_calls_total', + 'offset' => '5144', + 'type' => '716998' }, '153' => { 'access' => 'private', - 'name' => 'm_stat_mem_inst', - 'offset' => '5304', - 'type' => '807624' + 'name' => 'm_stat_reparam_bytes_total', + 'offset' => '5152', + 'type' => '716998' }, '154' => { 'access' => 'private', - 'name' => 'm_stat_mem_inst_syms', - 'offset' => '5328', - 'type' => '807624' + 'name' => 'm_stat_reparam_calls_changed', + 'offset' => '5160', + 'type' => '716998' }, '155' => { 'access' => 'private', - 'name' => 'm_stat_mem_inst_paramvals', - 'offset' => '5352', - 'type' => '807624' + 'name' => 'm_stat_reparam_bytes_changed', + 'offset' => '5168', + 'type' => '716998' }, '156' => { 'access' => 'private', - 'name' => 'm_stat_mem_inst_connections', - 'offset' => '5376', - 'type' => '807624' + 'name' => 'm_stat_max_llvm_local_mem', + 'offset' => '5176', + 'type' => '178' }, '157' => { 'access' => 'private', - 'name' => 'm_stat_mutex', - 'offset' => '5400', - 'type' => '683074' + 'name' => 'm_stat_memory', + 'offset' => '5184', + 'type' => '823658' }, '158' => { 'access' => 'private', - 'name' => 'm_closure_registry', - 'offset' => '5408', - 'type' => '806084' + 'name' => 'm_stat_mem_master', + 'offset' => '5208', + 'type' => '823658' }, '159' => { 'access' => 'private', - 'name' => 'm_all_shader_groups', - 'offset' => '5480', - 'type' => '332652' + 'name' => 'm_stat_mem_master_ops', + 'offset' => '5232', + 'type' => '823658' }, '16' => { 'access' => 'private', 'name' => 'm_lazyunconnected', 'offset' => '470', - 'type' => '638960' + 'type' => '655503' }, '160' => { 'access' => 'private', - 'name' => 'm_all_shader_groups_mutex', - 'offset' => '5504', - 'type' => '683074' + 'name' => 'm_stat_mem_master_args', + 'offset' => '5256', + 'type' => '823658' }, '161' => { 'access' => 'private', - 'name' => 'm_curgroup', - 'offset' => '5512', - 'type' => '827802' + 'name' => 'm_stat_mem_master_syms', + 'offset' => '5280', + 'type' => '823658' }, '162' => { 'access' => 'private', - 'name' => 'm_groups_to_compile_count', - 'offset' => '5528', - 'type' => '689722' + 'name' => 'm_stat_mem_master_defaults', + 'offset' => '5304', + 'type' => '823658' }, '163' => { 'access' => 'private', - 'name' => 'm_threads_currently_compiling', - 'offset' => '5532', - 'type' => '689722' + 'name' => 'm_stat_mem_master_consts', + 'offset' => '5328', + 'type' => '823658' }, '164' => { 'access' => 'private', - 'name' => 'm_group_profile_times', - 'offset' => '5536', - 'type' => '343386' + 'name' => 'm_stat_mem_inst', + 'offset' => '5352', + 'type' => '823658' }, '165' => { 'access' => 'private', - 'name' => 'm_llvm_jit_memory_user', - 'offset' => '5584', - 'type' => '782387' + 'name' => 'm_stat_mem_inst_syms', + 'offset' => '5376', + 'type' => '823658' }, - '17' => { - 'access' => 'private', - 'name' => 'm_lazyerror', + '166' => { + 'access' => 'private', + 'name' => 'm_stat_mem_inst_paramvals', + 'offset' => '5400', + 'type' => '823658' + }, + '167' => { + 'access' => 'private', + 'name' => 'm_stat_mem_inst_connections', + 'offset' => '5424', + 'type' => '823658' + }, + '168' => { + 'access' => 'private', + 'name' => 'm_stat_mutex', + 'offset' => '5448', + 'type' => '699439' + }, + '169' => { + 'access' => 'private', + 'name' => 'm_closure_registry', + 'offset' => '5456', + 'type' => '822118' + }, + '17' => { + 'access' => 'private', + 'name' => 'm_lazyerror', 'offset' => '471', - 'type' => '638960' + 'type' => '655503' }, + '170' => { + 'access' => 'private', + 'name' => 'm_all_shader_groups', + 'offset' => '5528', + 'type' => '337276' + }, + '171' => { + 'access' => 'private', + 'name' => 'm_all_shader_groups_mutex', + 'offset' => '5552', + 'type' => '699439' + }, + '172' => { + 'access' => 'private', + 'name' => 'm_curgroup', + 'offset' => '5560', + 'type' => '846462' + }, + '173' => { + 'access' => 'private', + 'name' => 'm_groups_to_compile_count', + 'offset' => '5576', + 'type' => '706087' + }, + '174' => { + 'access' => 'private', + 'name' => 'm_threads_currently_compiling', + 'offset' => '5580', + 'type' => '706087' + }, + '175' => { + 'access' => 'private', + 'name' => 'm_group_profile_times', + 'offset' => '5584', + 'type' => '348010' + }, + '176' => { + 'access' => 'private', + 'name' => 'm_llvm_jit_memory_user', + 'offset' => '5632', + 'type' => '796279' + }, + '177' => { + 'access' => 'private', + 'name' => 'm_inline_functions', + 'offset' => '5640', + 'type' => '355223' + }, + '178' => { + 'access' => 'private', + 'name' => 'm_noinline_functions', + 'offset' => '5696', + 'type' => '355223' + }, '18' => { 'access' => 'private', 'name' => 'm_lazy_userdata', 'offset' => '472', - 'type' => '638960' + 'type' => '655503' }, '19' => { 'access' => 'private', 'name' => 'm_userdata_isconnected', 'offset' => '473', - 'type' => '638960' + 'type' => '655503' }, '2' => { 'access' => 'private', 'name' => 'm_err', 'offset' => '16', - 'type' => '1074865' + 'type' => '1094363' }, '20' => { 'access' => 'private', 'name' => 'm_clearmemory', 'offset' => '474', - 'type' => '638960' + 'type' => '655503' }, '21' => { 'access' => 'private', 'name' => 'm_debugnan', 'offset' => '475', - 'type' => '638960' + 'type' => '655503' }, '22' => { 'access' => 'private', 'name' => 'm_debug_uninit', 'offset' => '476', - 'type' => '638960' + 'type' => '655503' }, '23' => { 'access' => 'private', 'name' => 'm_lockgeom_default', 'offset' => '477', - 'type' => '638960' + 'type' => '655503' }, '24' => { 'access' => 'private', 'name' => 'm_strict_messages', 'offset' => '478', - 'type' => '638960' + 'type' => '655503' }, '25' => { 'access' => 'private', 'name' => 'm_error_repeats', 'offset' => '479', - 'type' => '638960' + 'type' => '655503' }, '26' => { 'access' => 'private', 'name' => 'm_range_checking', 'offset' => '480', - 'type' => '638960' + 'type' => '655503' }, '27' => { 'access' => 'private', 'name' => 'm_connection_error', 'offset' => '481', - 'type' => '638960' + 'type' => '655503' }, '28' => { 'access' => 'private', 'name' => 'm_greedyjit', 'offset' => '482', - 'type' => '638960' + 'type' => '655503' }, '29' => { 'access' => 'private', 'name' => 'm_countlayerexecs', 'offset' => '483', - 'type' => '638960' + 'type' => '655503' }, '3' => { 'access' => 'private', 'name' => 'm_errseen', 'offset' => '24', - 'type' => '286932' + 'type' => '291556' }, '30' => { 'access' => 'private', 'name' => 'm_relaxed_param_typecheck', 'offset' => '484', - 'type' => '638960' + 'type' => '655503' }, '31' => { 'access' => 'private', - 'name' => 'm_max_warnings_per_thread', + 'name' => 'm_profile', 'offset' => '488', 'type' => '178' }, '32' => { 'access' => 'private', - 'name' => 'm_profile', + 'name' => 'm_optimize', 'offset' => '492', 'type' => '178' }, '33' => { 'access' => 'private', - 'name' => 'm_optimize', + 'name' => 'm_opt_simplify_param', 'offset' => '496', - 'type' => '178' + 'type' => '655503' }, '34' => { 'access' => 'private', - 'name' => 'm_opt_simplify_param', - 'offset' => '500', - 'type' => '638960' + 'name' => 'm_opt_constant_fold', + 'offset' => '497', + 'type' => '655503' }, '35' => { 'access' => 'private', - 'name' => 'm_opt_constant_fold', - 'offset' => '501', - 'type' => '638960' + 'name' => 'm_opt_stale_assign', + 'offset' => '498', + 'type' => '655503' }, '36' => { 'access' => 'private', - 'name' => 'm_opt_stale_assign', - 'offset' => '502', - 'type' => '638960' + 'name' => 'm_opt_elide_useless_ops', + 'offset' => '499', + 'type' => '655503' }, '37' => { 'access' => 'private', - 'name' => 'm_opt_elide_useless_ops', - 'offset' => '503', - 'type' => '638960' + 'name' => 'm_opt_elide_unconnected_outputs', + 'offset' => '500', + 'type' => '655503' }, '38' => { 'access' => 'private', - 'name' => 'm_opt_elide_unconnected_outputs', - 'offset' => '504', - 'type' => '638960' + 'name' => 'm_opt_peephole', + 'offset' => '501', + 'type' => '655503' }, '39' => { 'access' => 'private', - 'name' => 'm_opt_peephole', - 'offset' => '505', - 'type' => '638960' + 'name' => 'm_opt_coalesce_temps', + 'offset' => '502', + 'type' => '655503' }, '4' => { 'access' => 'private', 'name' => 'm_warnseen', 'offset' => '40', - 'type' => '286932' + 'type' => '291556' }, '40' => { 'access' => 'private', - 'name' => 'm_opt_coalesce_temps', - 'offset' => '506', - 'type' => '638960' + 'name' => 'm_opt_assign', + 'offset' => '503', + 'type' => '655503' }, '41' => { 'access' => 'private', - 'name' => 'm_opt_assign', - 'offset' => '507', - 'type' => '638960' + 'name' => 'm_opt_mix', + 'offset' => '504', + 'type' => '655503' }, '42' => { 'access' => 'private', - 'name' => 'm_opt_mix', - 'offset' => '508', - 'type' => '638960' + 'name' => 'm_opt_merge_instances', + 'offset' => '505', + 'type' => '301' }, '43' => { 'access' => 'private', - 'name' => 'm_opt_merge_instances', - 'offset' => '509', - 'type' => '301' + 'name' => 'm_opt_merge_instances_with_userdata', + 'offset' => '506', + 'type' => '655503' }, '44' => { 'access' => 'private', - 'name' => 'm_opt_merge_instances_with_userdata', - 'offset' => '510', - 'type' => '638960' + 'name' => 'm_opt_fold_getattribute', + 'offset' => '507', + 'type' => '655503' }, '45' => { 'access' => 'private', - 'name' => 'm_opt_fold_getattribute', - 'offset' => '511', - 'type' => '638960' + 'name' => 'm_opt_middleman', + 'offset' => '508', + 'type' => '655503' }, '46' => { 'access' => 'private', - 'name' => 'm_opt_middleman', - 'offset' => '512', - 'type' => '638960' + 'name' => 'm_opt_texture_handle', + 'offset' => '509', + 'type' => '655503' }, '47' => { 'access' => 'private', - 'name' => 'm_opt_texture_handle', - 'offset' => '513', - 'type' => '638960' + 'name' => 'm_opt_seed_bblock_aliases', + 'offset' => '510', + 'type' => '655503' }, '48' => { 'access' => 'private', - 'name' => 'm_opt_seed_bblock_aliases', - 'offset' => '514', - 'type' => '638960' + 'name' => 'm_opt_useparam', + 'offset' => '511', + 'type' => '655503' }, '49' => { 'access' => 'private', - 'name' => 'm_opt_useparam', - 'offset' => '515', - 'type' => '638960' + 'name' => 'm_opt_groupdata', + 'offset' => '512', + 'type' => '655503' }, '5' => { 'access' => 'private', 'name' => 'm_errmutex', 'offset' => '56', - 'type' => '67690' + 'type' => '67778' }, '50' => { 'access' => 'private', 'name' => 'm_opt_batched_analysis', - 'offset' => '516', - 'type' => '638960' + 'offset' => '513', + 'type' => '655503' }, '51' => { 'access' => 'private', 'name' => 'm_llvm_jit_fma', - 'offset' => '517', - 'type' => '638960' + 'offset' => '514', + 'type' => '655503' }, '52' => { 'access' => 'private', 'name' => 'm_llvm_jit_aggressive', - 'offset' => '518', - 'type' => '638960' + 'offset' => '515', + 'type' => '655503' }, '53' => { 'access' => 'private', 'name' => 'm_optimize_nondebug', - 'offset' => '519', - 'type' => '638960' + 'offset' => '516', + 'type' => '655503' }, '54' => { 'access' => 'private', 'name' => 'm_llvm_jit_target', 'offset' => '520', - 'type' => '673440' + 'type' => '690782' }, '55' => { 'access' => 'private', @@ -39577,7 +43042,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_shader_masters', 'offset' => '96', - 'type' => '798830' + 'type' => '813536' }, '60' => { 'access' => 'private', @@ -39625,97 +43090,97 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_llvm_prune_ir_strategy', 'offset' => '576', - 'type' => '673440' + 'type' => '690782' }, '68' => { 'access' => 'private', 'name' => 'm_debug_groupname', 'offset' => '584', - 'type' => '673440' + 'type' => '690782' }, '69' => { 'access' => 'private', 'name' => 'm_debug_layername', 'offset' => '592', - 'type' => '673440' + 'type' => '690782' }, '7' => { 'access' => 'private', 'name' => 'm_int_pool', 'offset' => '144', - 'type' => '806552' + 'type' => '822586' }, '70' => { 'access' => 'private', 'name' => 'm_opt_layername', 'offset' => '600', - 'type' => '673440' + 'type' => '690782' }, '71' => { 'access' => 'private', 'name' => 'm_only_groupname', 'offset' => '608', - 'type' => '673440' + 'type' => '690782' }, '72' => { 'access' => 'private', 'name' => 'm_archive_groupname', 'offset' => '616', - 'type' => '673440' + 'type' => '690782' }, '73' => { 'access' => 'private', 'name' => 'm_archive_filename', 'offset' => '624', - 'type' => '673440' + 'type' => '690782' }, '74' => { 'access' => 'private', 'name' => 'm_searchpath', 'offset' => '632', - 'type' => '43892' + 'type' => '43980' }, '75' => { 'access' => 'private', 'name' => 'm_searchpath_dirs', 'offset' => '640', - 'type' => '186020' + 'type' => '190644' }, '76' => { 'access' => 'private', 'name' => 'm_library_searchpath', 'offset' => '664', - 'type' => '43892' + 'type' => '43980' }, '77' => { 'access' => 'private', 'name' => 'm_library_searchpath_dirs', 'offset' => '672', - 'type' => '186020' + 'type' => '190644' }, '78' => { 'access' => 'private', 'name' => 'm_raytypes', 'offset' => '696', - 'type' => '109028' + 'type' => '113652' }, '79' => { 'access' => 'private', 'name' => 'm_renderer_outputs', 'offset' => '720', - 'type' => '109028' + 'type' => '113652' }, '8' => { 'access' => 'private', 'name' => 'm_float_pool', 'offset' => '216', - 'type' => '806725' + 'type' => '822759' }, '80' => { 'access' => 'private', 'name' => 'm_symlocs', 'offset' => '744', - 'type' => '327269' + 'type' => '331893' }, '81' => { 'access' => 'private', @@ -39733,204 +43198,276 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_use_optix', 'offset' => '776', - 'type' => '638960' + 'type' => '655503' }, '84' => { 'access' => 'private', - 'name' => 'm_buffer_printf', - 'offset' => '777', - 'type' => '638960' + 'name' => 'm_max_optix_groupdata_alloc', + 'offset' => '780', + 'type' => '178' }, '85' => { 'access' => 'private', - 'name' => 'm_no_noise', - 'offset' => '778', - 'type' => '638960' + 'name' => 'm_buffer_printf', + 'offset' => '784', + 'type' => '655503' }, '86' => { 'access' => 'private', - 'name' => 'm_no_pointcloud', - 'offset' => '779', - 'type' => '638960' + 'name' => 'm_no_noise', + 'offset' => '785', + 'type' => '655503' }, '87' => { 'access' => 'private', - 'name' => 'm_force_derivs', - 'offset' => '780', - 'type' => '638960' + 'name' => 'm_no_pointcloud', + 'offset' => '786', + 'type' => '655503' }, '88' => { 'access' => 'private', - 'name' => 'm_allow_shader_replacement', - 'offset' => '781', - 'type' => '638960' + 'name' => 'm_force_derivs', + 'offset' => '787', + 'type' => '655503' }, '89' => { 'access' => 'private', - 'name' => 'm_exec_repeat', - 'offset' => '784', - 'type' => '178' + 'name' => 'm_allow_shader_replacement', + 'offset' => '788', + 'type' => '655503' }, '9' => { 'access' => 'private', 'name' => 'm_string_pool', 'offset' => '288', - 'type' => '806898' + 'type' => '822932' }, '90' => { 'access' => 'private', - 'name' => 'm_opt_warnings', - 'offset' => '788', + 'name' => 'm_exec_repeat', + 'offset' => '792', 'type' => '178' }, '91' => { 'access' => 'private', - 'name' => 'm_gpu_opt_error', - 'offset' => '792', + 'name' => 'm_opt_warnings', + 'offset' => '796', 'type' => '178' }, '92' => { 'access' => 'private', - 'name' => 'm_colorspace', + 'name' => 'm_gpu_opt_error', 'offset' => '800', - 'type' => '673440' + 'type' => '178' }, '93' => { 'access' => 'private', - 'name' => 'm_shading_state_uniform', - 'offset' => '808', - 'type' => '804428' + 'name' => 'm_optix_no_inline', + 'offset' => '804', + 'type' => '655503' }, '94' => { 'access' => 'private', - 'name' => 'm_colorconfig', - 'offset' => '4768', - 'type' => '243315' + 'name' => 'm_optix_no_inline_layer_funcs', + 'offset' => '805', + 'type' => '655503' }, '95' => { 'access' => 'private', - 'name' => 'm_mutex', - 'offset' => '4784', - 'type' => '67690' + 'name' => 'm_optix_merge_layer_funcs', + 'offset' => '806', + 'type' => '655503' }, '96' => { 'access' => 'private', - 'name' => 'm_perthread_info', - 'offset' => '4824', - 'type' => '650382' + 'name' => 'm_optix_no_inline_rend_lib', + 'offset' => '807', + 'type' => '655503' }, '97' => { 'access' => 'private', - 'name' => 'm_stat_shaders_loaded', - 'offset' => '4832', - 'type' => '689722' + 'name' => 'm_optix_no_inline_thresh', + 'offset' => '808', + 'type' => '178' }, '98' => { 'access' => 'private', - 'name' => 'm_stat_shaders_requested', - 'offset' => '4836', - 'type' => '689722' + 'name' => 'm_optix_force_inline_thresh', + 'offset' => '812', + 'type' => '178' }, '99' => { 'access' => 'private', - 'name' => 'm_stat_instances', - 'offset' => '4840', - 'type' => '807071' + 'name' => 'm_colorspace', + 'offset' => '816', + 'type' => '690782' } }, - 'Name' => 'OSL_v1_13_4::pvt::ShadingSystemImpl', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::ShadingSystemImpl', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, - 'Size' => '5592', + 'Size' => '5752', 'Type' => 'Class' }, - '798830' => { - 'BaseType' => '295262', + '80989' => { + 'Base' => { + '76790' => { + 'access' => 'private', + 'pos' => '1' + }, + '80202' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '1770', + 'Name' => 'struct std::__detail::_Hashtable_base, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Hashtable_traits >', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Key', + 'type' => '690782' + }, + '1' => { + 'key' => '_Value', + 'type' => '690782' + }, + '2' => { + 'key' => '_ExtractKey', + 'type' => '70447' + }, + '3' => { + 'key' => '_Equal', + 'type' => '318714' + }, + '4' => { + 'key' => '_H1', + 'type' => '117379' + }, + '5' => { + 'key' => '_H2', + 'type' => '70736' + }, + '6' => { + 'key' => '_Hash', + 'type' => '70836' + }, + '7' => { + 'key' => '_Traits', + 'type' => '72227' + } + }, + 'Type' => 'Struct' + }, + '81281' => { + 'BaseType' => '3688', + 'Header' => 'hashtable_policy.h', + 'Line' => '1779', + 'Name' => 'std::__detail::_Hashtable_base, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Hashtable_traits >::size_type', + 'NameSpace' => 'std::__detail::_Hashtable_base, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Hashtable_traits >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '813536' => { + 'BaseType' => '299886', 'Header' => 'oslexec_pvt.h', - 'Line' => '843', - 'Name' => 'OSL_v1_13_4::pvt::ShadingSystemImpl::ShaderNameMap', - 'NameSpace' => 'OSL_v1_13_4::pvt::ShadingSystemImpl', + 'Line' => '878', + 'Name' => 'OSL_v1_13_5::pvt::ShadingSystemImpl::ShaderNameMap', + 'NameSpace' => 'OSL_v1_13_5::pvt::ShadingSystemImpl', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '48', 'Type' => 'Typedef' }, - '798900' => { - 'BaseType' => '318385', + '813606' => { + 'BaseType' => '323009', 'Header' => 'oslexec_pvt.h', - 'Line' => '735', - 'Name' => 'OSL_v1_13_4::pvt::ShadingSystemImpl::OpDescriptorMap', - 'NameSpace' => 'OSL_v1_13_4::pvt::ShadingSystemImpl', + 'Line' => '750', + 'Name' => 'OSL_v1_13_5::pvt::ShadingSystemImpl::OpDescriptorMap', + 'NameSpace' => 'OSL_v1_13_5::pvt::ShadingSystemImpl', 'PrivateABI' => 1, 'Size' => '56', 'Type' => 'Typedef' }, - '803309' => { + '819328' => { 'Header' => 'opcolor.h', - 'Line' => '30', + 'Line' => '36', 'Memb' => { '0' => { 'access' => 'private', 'name' => 'm_Red', 'offset' => '0', - 'type' => '814538' + 'type' => '833207' }, '1' => { 'access' => 'private', 'name' => 'm_Green', 'offset' => '12', - 'type' => '814538' + 'type' => '833207' }, '2' => { 'access' => 'private', 'name' => 'm_Blue', 'offset' => '24', - 'type' => '814538' + 'type' => '833207' }, '3' => { 'access' => 'private', 'name' => 'm_White', 'offset' => '36', - 'type' => '814538' + 'type' => '833207' }, '4' => { 'access' => 'private', 'name' => 'm_XYZ2RGB', 'offset' => '48', - 'type' => '830017' + 'type' => '848774' }, '5' => { 'access' => 'private', 'name' => 'm_RGB2XYZ', 'offset' => '84', - 'type' => '830017' + 'type' => '848774' }, '6' => { 'access' => 'private', 'name' => 'm_luminance_scale', 'offset' => '120', - 'type' => '814538' + 'type' => '833207' }, '7' => { 'access' => 'private', 'name' => 'm_blackbody_table', 'offset' => '132', - 'type' => '1075079' + 'type' => '1094729' }, '8' => { 'access' => 'private', 'name' => 'm_colorspace', 'offset' => '3936', - 'type' => '829288' + 'type' => '848045' } }, - 'Name' => 'OSL_v1_13_4::pvt::ColorSystem', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::ColorSystem', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '3944', 'Type' => 'Class' }, - '804281' => { + '82' => { + 'BaseType' => '42', + 'Header' => 'stddef.h', + 'Line' => '209', + 'Name' => 'size_t', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '820300' => { 'Header' => 'opcolor.h', 'Line' => '144', 'Memb' => { @@ -39938,82 +43475,87 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_colorconfig', 'offset' => '0', - 'type' => '243315' + 'type' => '247939' }, '1' => { 'access' => 'private', 'name' => 'm_last_colorproc', 'offset' => '16', - 'type' => '689484' + 'type' => '705849' }, '2' => { 'access' => 'private', 'name' => 'm_last_colorproc_fromspace', 'offset' => '32', - 'type' => '673440' + 'type' => '690782' }, '3' => { 'access' => 'private', 'name' => 'm_last_colorproc_tospace', 'offset' => '40', - 'type' => '673440' + 'type' => '690782' } }, - 'Name' => 'OSL_v1_13_4::pvt::OCIOColorSystem', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::OCIOColorSystem', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '48', 'Type' => 'Class' }, - '804428' => { + '820447' => { 'Header' => 'shading_state_uniform.h', - 'Line' => '18', + 'Line' => '20', 'Memb' => { '0' => { 'name' => 'm_colorsystem', 'offset' => '0', - 'type' => '803309' + 'type' => '819328' }, '1' => { 'name' => 'm_commonspace_synonym', 'offset' => '3944', - 'type' => '673440' + 'type' => '690782' }, '2' => { 'name' => 'm_unknown_coordsys_error', 'offset' => '3952', - 'type' => '638960' + 'type' => '655503' + }, + '3' => { + 'name' => 'm_max_warnings_per_thread', + 'offset' => '3956', + 'type' => '178' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::ShadingStateUniform', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'struct OSL_v1_13_5::pvt::ShadingStateUniform', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '3960', 'Type' => 'Struct' }, - '804535' => { + '820569' => { 'Header' => 'oslexec_pvt.h', 'Line' => '124', 'Memb' => { '0' => { 'name' => 'name', 'offset' => '0', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'name' => 'llvmgen', 'offset' => '8', - 'type' => '804817' + 'type' => '820851' }, '2' => { 'name' => 'folder', 'offset' => '16', - 'type' => '804853' + 'type' => '820887' }, '3' => { 'name' => 'simple_assign', 'offset' => '24', - 'type' => '638960' + 'type' => '655503' }, '4' => { 'name' => 'flags', @@ -40021,25 +43563,25 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::OpDescriptor', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'struct OSL_v1_13_5::pvt::OpDescriptor', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '32', 'Type' => 'Struct' }, - '804817' => { - 'BaseType' => '1075861', + '820851' => { + 'BaseType' => '1095511', 'Header' => 'oslexec_pvt.h', 'Line' => '119', - 'Name' => 'OSL_v1_13_4::pvt::OpLLVMGen', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::OpLLVMGen', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '804829' => { + '820863' => { 'Base' => { - '28732144' => { + '28666866' => { 'pos' => '0' } }, @@ -40050,196 +43592,196 @@ $VAR1 = { '0' => { 'name' => 'll', 'offset' => '184', - 'type' => '782246' + 'type' => '796138' }, '1' => { 'access' => 'private', 'name' => 'm_layer_remap', - 'offset' => '912', - 'type' => '96194' + 'offset' => '944', + 'type' => '100818' }, '10' => { 'access' => 'private', 'name' => 'm_param_order_map', - 'offset' => '1080', - 'type' => '37066352' + 'offset' => '1112', + 'type' => '37051237' }, '11' => { 'access' => 'private', 'name' => 'm_llvm_shaderglobals_ptr', - 'offset' => '1128', - 'type' => '1073819' + 'offset' => '1160', + 'type' => '1093311' }, '12' => { 'access' => 'private', 'name' => 'm_llvm_groupdata_ptr', - 'offset' => '1136', - 'type' => '1073819' + 'offset' => '1168', + 'type' => '1093311' }, '13' => { 'access' => 'private', 'name' => 'm_llvm_interactive_params_ptr', - 'offset' => '1144', - 'type' => '1073819' + 'offset' => '1176', + 'type' => '1093311' }, '14' => { 'access' => 'private', 'name' => 'm_llvm_userdata_base_ptr', - 'offset' => '1152', - 'type' => '1073819' + 'offset' => '1184', + 'type' => '1093311' }, '15' => { 'access' => 'private', 'name' => 'm_llvm_output_base_ptr', - 'offset' => '1160', - 'type' => '1073819' + 'offset' => '1192', + 'type' => '1093311' }, '16' => { 'access' => 'private', 'name' => 'm_llvm_shadeindex', - 'offset' => '1168', - 'type' => '1073819' + 'offset' => '1200', + 'type' => '1093311' }, '17' => { 'access' => 'private', 'name' => 'm_exit_instance_block', - 'offset' => '1176', - 'type' => '848865' + 'offset' => '1208', + 'type' => '867958' }, '18' => { 'access' => 'private', 'name' => 'm_llvm_type_sg', - 'offset' => '1184', - 'type' => '1074552' + 'offset' => '1216', + 'type' => '1094044' }, '19' => { 'access' => 'private', 'name' => 'm_llvm_type_groupdata', - 'offset' => '1192', - 'type' => '1074552' + 'offset' => '1224', + 'type' => '1094044' }, '2' => { 'access' => 'private', 'name' => 'm_layers_already_run', - 'offset' => '936', - 'type' => '30900090' + 'offset' => '968', + 'type' => '30845263' }, '20' => { 'access' => 'private', 'name' => 'm_llvm_type_closure_component', - 'offset' => '1200', - 'type' => '1074552' + 'offset' => '1232', + 'type' => '1094044' }, '21' => { 'access' => 'private', 'name' => 'm_llvm_type_prepare_closure_func', - 'offset' => '1208', - 'type' => '1074597' + 'offset' => '1240', + 'type' => '1094095' }, '22' => { 'access' => 'private', 'name' => 'm_llvm_type_setup_closure_func', - 'offset' => '1216', - 'type' => '1074597' + 'offset' => '1248', + 'type' => '1094095' }, '23' => { 'access' => 'private', 'name' => 'm_llvm_local_mem', - 'offset' => '1224', + 'offset' => '1256', 'type' => '178' }, '24' => { 'access' => 'private', 'name' => 'm_name_llvm_syms', - 'offset' => '1228', - 'type' => '638960' + 'offset' => '1260', + 'type' => '655503' }, '25' => { 'access' => 'private', 'name' => 'm_const_map', - 'offset' => '1232', - 'type' => '37074802' + 'offset' => '1264', + 'type' => '37059687' }, '26' => { 'access' => 'private', 'name' => 'm_groupdata_field_names', - 'offset' => '1280', - 'type' => '186020' + 'offset' => '1312', + 'type' => '190644' }, '27' => { 'access' => 'private', 'name' => 'm_use_optix', - 'offset' => '1304', - 'type' => '638960' + 'offset' => '1336', + 'type' => '655503' }, '28' => { 'access' => 'private', 'name' => 'm_use_rs_bitcode', - 'offset' => '1305', - 'type' => '638960' + 'offset' => '1337', + 'type' => '655503' }, '3' => { 'access' => 'private', 'name' => 'm_num_used_layers', - 'offset' => '984', + 'offset' => '1016', 'type' => '178' }, '4' => { 'access' => 'private', 'name' => 'm_stat_total_llvm_time', - 'offset' => '992', + 'offset' => '1024', 'type' => '58' }, '5' => { 'access' => 'private', 'name' => 'm_stat_llvm_setup_time', - 'offset' => '1000', + 'offset' => '1032', 'type' => '58' }, '6' => { 'access' => 'private', 'name' => 'm_stat_llvm_irgen_time', - 'offset' => '1008', + 'offset' => '1040', 'type' => '58' }, '7' => { 'access' => 'private', 'name' => 'm_stat_llvm_opt_time', - 'offset' => '1016', + 'offset' => '1048', 'type' => '58' }, '8' => { 'access' => 'private', 'name' => 'm_stat_llvm_jit_time', - 'offset' => '1024', + 'offset' => '1056', 'type' => '58' }, '9' => { 'access' => 'private', 'name' => 'm_named_values', - 'offset' => '1032', - 'type' => '37293053' + 'offset' => '1064', + 'type' => '37280875' } }, - 'Name' => 'OSL_v1_13_4::pvt::BackendLLVM', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::BackendLLVM', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, - 'Size' => '1312', + 'Size' => '1344', 'Type' => 'Class' }, - '804853' => { - 'BaseType' => '1075894', + '820887' => { + 'BaseType' => '1095544', 'Header' => 'oslexec_pvt.h', 'Line' => '116', - 'Name' => 'OSL_v1_13_4::pvt::OpFolder', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::OpFolder', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '804865' => { + '820899' => { 'Base' => { - '28732144' => { + '28666866' => { 'pos' => '0' } }, @@ -40257,269 +43799,275 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_opt_simplify_param', 'offset' => '188', - 'type' => '638960' + 'type' => '655503' }, '10' => { 'access' => 'private', 'name' => 'm_opt_middleman', 'offset' => '197', - 'type' => '638960' + 'type' => '655503' }, '11' => { 'access' => 'private', 'name' => 'm_opt_batched_analysis', 'offset' => '198', - 'type' => '638960' + 'type' => '655503' }, '12' => { 'access' => 'private', 'name' => 'm_keep_no_return_function_calls', 'offset' => '199', - 'type' => '638960' + 'type' => '655503' }, '13' => { 'access' => 'private', 'name' => 'm_shaderglobals', 'offset' => '200', - 'type' => '814555' + 'type' => '833224' }, '14' => { 'access' => 'private', - 'name' => 'm_params_holding_globals', - 'offset' => '504', - 'type' => '30855073' + 'name' => 'm_rendererservices', + 'offset' => '512', + 'type' => '836008' }, '15' => { 'access' => 'private', - 'name' => 'm_pass', + 'name' => 'm_params_holding_globals', 'offset' => '528', - 'type' => '178' + 'type' => '30800246' }, '16' => { 'access' => 'private', - 'name' => 'm_all_consts', - 'offset' => '536', - 'type' => '96194' + 'name' => 'm_pass', + 'offset' => '552', + 'type' => '178' }, '17' => { 'access' => 'private', - 'name' => 'm_next_newconst', + 'name' => 'm_all_consts', 'offset' => '560', - 'type' => '178' + 'type' => '100818' }, '18' => { 'access' => 'private', - 'name' => 'm_next_newtemp', - 'offset' => '564', + 'name' => 'm_next_newconst', + 'offset' => '584', 'type' => '178' }, '19' => { 'access' => 'private', - 'name' => 'm_symbol_aliases', - 'offset' => '568', - 'type' => '31208377' + 'name' => 'm_next_newtemp', + 'offset' => '588', + 'type' => '178' }, '2' => { 'access' => 'private', 'name' => 'm_opt_constant_fold', 'offset' => '189', - 'type' => '638960' + 'type' => '655503' }, '20' => { 'access' => 'private', - 'name' => 'm_block_aliases', + 'name' => 'm_symbol_aliases', 'offset' => '592', - 'type' => '31208377' + 'type' => '31156273' }, '21' => { 'access' => 'private', - 'name' => 'm_block_aliases_stack', + 'name' => 'm_block_aliases', 'offset' => '616', - 'type' => '30860282' + 'type' => '31156273' }, '22' => { 'access' => 'private', - 'name' => 'm_param_aliases', + 'name' => 'm_block_aliases_stack', 'offset' => '640', - 'type' => '31208377' + 'type' => '30805455' }, '23' => { 'access' => 'private', - 'name' => 'm_stale_syms', + 'name' => 'm_param_aliases', 'offset' => '664', - 'type' => '31208377' + 'type' => '31156273' }, '24' => { 'access' => 'private', - 'name' => 'm_local_unknown_message_sent', + 'name' => 'm_stale_syms', 'offset' => '688', - 'type' => '178' + 'type' => '31156273' }, '25' => { 'access' => 'private', - 'name' => 'm_local_messages_sent', - 'offset' => '696', - 'type' => '109028' + 'name' => 'm_local_unknown_message_sent', + 'offset' => '712', + 'type' => '178' }, '26' => { 'access' => 'private', - 'name' => 'm_textures_needed', + 'name' => 'm_local_messages_sent', 'offset' => '720', - 'type' => '407496' + 'type' => '113652' }, '27' => { 'access' => 'private', - 'name' => 'm_closures_needed', - 'offset' => '768', - 'type' => '407496' + 'name' => 'm_textures_needed', + 'offset' => '744', + 'type' => '419513' }, '28' => { 'access' => 'private', - 'name' => 'm_globals_needed', - 'offset' => '816', - 'type' => '407496' + 'name' => 'm_closures_needed', + 'offset' => '792', + 'type' => '419513' }, '29' => { 'access' => 'private', - 'name' => 'm_globals_read', - 'offset' => '864', - 'type' => '178' + 'name' => 'm_globals_needed', + 'offset' => '840', + 'type' => '419513' }, '3' => { 'access' => 'private', 'name' => 'm_opt_stale_assign', 'offset' => '190', - 'type' => '638960' + 'type' => '655503' }, '30' => { 'access' => 'private', - 'name' => 'm_globals_write', - 'offset' => '868', + 'name' => 'm_globals_read', + 'offset' => '888', 'type' => '178' }, '31' => { 'access' => 'private', - 'name' => 'm_attributes_needed', - 'offset' => '872', - 'type' => '415189' + 'name' => 'm_globals_write', + 'offset' => '892', + 'type' => '178' }, '32' => { 'access' => 'private', - 'name' => 'm_unknown_textures_needed', - 'offset' => '920', - 'type' => '638960' + 'name' => 'm_attributes_needed', + 'offset' => '896', + 'type' => '427206' }, '33' => { 'access' => 'private', - 'name' => 'm_unknown_closures_needed', - 'offset' => '921', - 'type' => '638960' + 'name' => 'm_unknown_textures_needed', + 'offset' => '944', + 'type' => '655503' }, '34' => { 'access' => 'private', - 'name' => 'm_unknown_attributes_needed', - 'offset' => '922', - 'type' => '638960' + 'name' => 'm_unknown_closures_needed', + 'offset' => '945', + 'type' => '655503' }, '35' => { 'access' => 'private', - 'name' => 'm_userdata_needed', - 'offset' => '928', - 'type' => '422887' + 'name' => 'm_unknown_attributes_needed', + 'offset' => '946', + 'type' => '655503' }, '36' => { 'access' => 'private', - 'name' => 'm_stat_opt_locking_time', - 'offset' => '976', - 'type' => '58' + 'name' => 'm_userdata_needed', + 'offset' => '952', + 'type' => '434904' }, '37' => { 'access' => 'private', - 'name' => 'm_stat_specialization_time', - 'offset' => '984', + 'name' => 'm_stat_opt_locking_time', + 'offset' => '1000', 'type' => '58' }, '38' => { 'access' => 'private', - 'name' => 'm_stop_optimizing', - 'offset' => '992', - 'type' => '638960' + 'name' => 'm_stat_specialization_time', + 'offset' => '1008', + 'type' => '58' }, '39' => { 'access' => 'private', - 'name' => 'm_raytypes_on', - 'offset' => '996', - 'type' => '178' + 'name' => 'm_stop_optimizing', + 'offset' => '1016', + 'type' => '655503' }, '4' => { 'access' => 'private', 'name' => 'm_opt_elide_useless_ops', 'offset' => '191', - 'type' => '638960' + 'type' => '655503' }, '40' => { 'access' => 'private', - 'name' => 'm_raytypes_off', - 'offset' => '1000', + 'name' => 'm_raytypes_on', + 'offset' => '1020', 'type' => '178' }, '41' => { 'access' => 'private', - 'name' => 'm_unknown_message_sent', - 'offset' => '1004', - 'type' => '638960' + 'name' => 'm_raytypes_off', + 'offset' => '1024', + 'type' => '178' }, '42' => { + 'access' => 'private', + 'name' => 'm_unknown_message_sent', + 'offset' => '1028', + 'type' => '655503' + }, + '43' => { 'access' => 'private', 'name' => 'm_messages_sent', - 'offset' => '1008', - 'type' => '109028' + 'offset' => '1032', + 'type' => '113652' }, '5' => { 'access' => 'private', 'name' => 'm_opt_elide_unconnected_outputs', 'offset' => '192', - 'type' => '638960' + 'type' => '655503' }, '6' => { 'access' => 'private', 'name' => 'm_opt_peephole', 'offset' => '193', - 'type' => '638960' + 'type' => '655503' }, '7' => { 'access' => 'private', 'name' => 'm_opt_coalesce_temps', 'offset' => '194', - 'type' => '638960' + 'type' => '655503' }, '8' => { 'access' => 'private', 'name' => 'm_opt_assign', 'offset' => '195', - 'type' => '638960' + 'type' => '655503' }, '9' => { 'access' => 'private', 'name' => 'm_opt_mix', 'offset' => '196', - 'type' => '638960' + 'type' => '655503' } }, - 'Name' => 'OSL_v1_13_4::pvt::RuntimeOptimizer', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::RuntimeOptimizer', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, - 'Size' => '1032', + 'Size' => '1056', 'Type' => 'Class' }, - '804903' => { + '820937' => { 'Header' => 'oslexec_pvt.h', 'Line' => '177', 'Memb' => { '0' => { 'name' => 'name', 'offset' => '0', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'name' => 'layer_num', @@ -40529,7 +44077,7 @@ $VAR1 = { '2' => { 'name' => 'type', 'offset' => '12', - 'type' => '670837' + 'type' => '687140' }, '3' => { 'name' => 'data', @@ -40539,79 +44087,79 @@ $VAR1 = { '4' => { 'name' => 'derivs', 'offset' => '32', - 'type' => '638960' + 'type' => '655503' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::UserDataNeeded', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'struct OSL_v1_13_5::pvt::UserDataNeeded', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '40', 'Type' => 'Struct' }, - '805035' => { + '821069' => { 'Header' => 'oslexec_pvt.h', 'Line' => '216', 'Memb' => { '0' => { 'name' => 'name', 'offset' => '0', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'name' => 'scope', 'offset' => '8', - 'type' => '673440' + 'type' => '690782' }, '2' => { 'name' => 'type', 'offset' => '16', - 'type' => '670837' + 'type' => '687140' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::AttributeNeeded', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'struct OSL_v1_13_5::pvt::AttributeNeeded', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '805131' => { + '821165' => { 'Base' => { - '689501' => { + '705866' => { 'pos' => '0' } }, 'Header' => 'oslexec_pvt.h', - 'Line' => '401', + 'Line' => '399', 'Memb' => { '0' => { 'access' => 'private', 'name' => 'm_shadingsys', 'offset' => '8', - 'type' => '1076943' + 'type' => '1096593' }, '1' => { 'access' => 'private', 'name' => 'm_shadertype', 'offset' => '16', - 'type' => '774410' + 'type' => '788296' }, '10' => { 'access' => 'private', 'name' => 'm_iconsts', 'offset' => '184', - 'type' => '96194' + 'type' => '100818' }, '11' => { 'access' => 'private', 'name' => 'm_fconsts', 'offset' => '208', - 'type' => '261862' + 'type' => '266486' }, '12' => { 'access' => 'private', 'name' => 'm_sconsts', 'offset' => '232', - 'type' => '109028' + 'type' => '113652' }, '13' => { 'access' => 'private', @@ -40647,119 +44195,175 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_range_checking', 'offset' => '276', - 'type' => '638960' + 'type' => '655503' }, '2' => { 'access' => 'private', 'name' => 'm_shadername', 'offset' => '24', - 'type' => '43892' + 'type' => '43980' }, '3' => { 'access' => 'private', 'name' => 'm_osofilename', 'offset' => '32', - 'type' => '43892' + 'type' => '43980' }, '4' => { 'access' => 'private', 'name' => 'm_ops', 'offset' => '40', - 'type' => '806048' + 'type' => '822082' }, '5' => { 'access' => 'private', 'name' => 'm_args', 'offset' => '64', - 'type' => '96194' + 'type' => '100818' }, '6' => { 'access' => 'private', 'name' => 'm_symbols', 'offset' => '88', - 'type' => '806066' + 'type' => '822100' }, '7' => { 'access' => 'private', 'name' => 'm_idefaults', 'offset' => '112', - 'type' => '96194' + 'type' => '100818' }, '8' => { 'access' => 'private', 'name' => 'm_fdefaults', 'offset' => '136', - 'type' => '261862' + 'type' => '266486' }, '9' => { 'access' => 'private', 'name' => 'm_sdefaults', 'offset' => '160', - 'type' => '109028' + 'type' => '113652' } }, - 'Name' => 'OSL_v1_13_4::pvt::ShaderMaster', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::ShaderMaster', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '280', 'Type' => 'Class' }, - '806027' => { - 'BaseType' => '700657', + '82168' => { + 'Header' => 'hashtable_policy.h', + 'Line' => '633', + 'Name' => 'struct std::__detail::_Map_base, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits, true>', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Key', + 'type' => '690782' + }, + '1' => { + 'key' => '_Value', + 'type' => '690782' + }, + '10' => { + 'key' => '_Unique_keys', + 'type' => '655503', + 'val' => '1' + }, + '2' => { + 'key' => '_Alloc', + 'type' => '269956' + }, + '3' => { + 'key' => '_ExtractKey', + 'type' => '70447' + }, + '4' => { + 'key' => '_Equal', + 'type' => '318714' + }, + '5' => { + 'key' => '_H1', + 'type' => '117379' + }, + '6' => { + 'key' => '_H2', + 'type' => '70736' + }, + '7' => { + 'key' => '_Hash', + 'type' => '70836' + }, + '8' => { + 'key' => '_RehashPolicy', + 'type' => '70852' + }, + '9' => { + 'key' => '_Traits', + 'type' => '72227' + } + }, + 'Type' => 'Struct' + }, + '822061' => { + 'BaseType' => '717037', 'Header' => 'oslexec_pvt.h', - 'Line' => '403', - 'Name' => 'OSL_v1_13_4::pvt::ShaderMaster::ref', - 'NameSpace' => 'OSL_v1_13_4::pvt::ShaderMaster', + 'Line' => '401', + 'Name' => 'OSL_v1_13_5::pvt::ShaderMaster::ref', + 'NameSpace' => 'OSL_v1_13_5::pvt::ShaderMaster', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '806048' => { - 'BaseType' => '252448', + '822082' => { + 'BaseType' => '257072', 'Header' => 'osl_pvt.h', 'Line' => '1323', - 'Name' => 'OSL_v1_13_4::pvt::OpcodeVec', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::OpcodeVec', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Typedef' }, - '806066' => { - 'BaseType' => '256958', + '822100' => { + 'BaseType' => '261582', 'Header' => 'osl_pvt.h', 'Line' => '1100', - 'Name' => 'OSL_v1_13_4::pvt::SymbolVec', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::SymbolVec', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Typedef' }, - '806084' => { + '822118' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '485', + 'Line' => '483', 'Memb' => { '0' => { 'access' => 'private', 'name' => 'm_closure_name_to_id', 'offset' => '0', - 'type' => '278371' + 'type' => '282995' }, '1' => { 'access' => 'private', 'name' => 'm_closure_table', 'offset' => '48', - 'type' => '282214' + 'type' => '286838' } }, - 'Name' => 'OSL_v1_13_4::pvt::ClosureRegistry', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::ClosureRegistry', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '72', 'Type' => 'Class' }, - '806098' => { + '822132' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '487', + 'Line' => '485', 'Memb' => { '0' => { 'name' => 'id', @@ -40769,7 +44373,7 @@ $VAR1 = { '1' => { 'name' => 'name', 'offset' => '8', - 'type' => '673440' + 'type' => '690782' }, '2' => { 'name' => 'nformal', @@ -40784,7 +44388,7 @@ $VAR1 = { '4' => { 'name' => 'params', 'offset' => '24', - 'type' => '268801' + 'type' => '273425' }, '5' => { 'name' => 'struct_size', @@ -40794,21 +44398,21 @@ $VAR1 = { '6' => { 'name' => 'prepare', 'offset' => '56', - 'type' => '827951' + 'type' => '846611' }, '7' => { 'name' => 'setup', 'offset' => '64', - 'type' => '827963' + 'type' => '846623' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::ClosureRegistry::ClosureEntry', - 'NameSpace' => 'OSL_v1_13_4::pvt::ClosureRegistry', + 'Name' => 'struct OSL_v1_13_5::pvt::ClosureRegistry::ClosureEntry', + 'NameSpace' => 'OSL_v1_13_5::pvt::ClosureRegistry', 'PrivateABI' => 1, 'Size' => '72', 'Type' => 'Struct' }, - '806552' => { + '822586' => { 'Header' => 'constantpool.h', 'Line' => '30', 'Memb' => { @@ -40816,7 +44420,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_block_list', 'offset' => '0', - 'type' => '299558' + 'type' => '304182' }, '1' => { 'access' => 'private', @@ -40834,11 +44438,11 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_mutex', 'offset' => '32', - 'type' => '67690' + 'type' => '67778' } }, - 'Name' => 'OSL_v1_13_4::pvt::ConstantPool', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::ConstantPool', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '72', 'TParam' => { @@ -40849,7 +44453,7 @@ $VAR1 = { }, 'Type' => 'Class' }, - '806725' => { + '822759' => { 'Header' => 'constantpool.h', 'Line' => '30', 'Memb' => { @@ -40857,7 +44461,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_block_list', 'offset' => '0', - 'type' => '304787' + 'type' => '309411' }, '1' => { 'access' => 'private', @@ -40875,11 +44479,11 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_mutex', 'offset' => '32', - 'type' => '67690' + 'type' => '67778' } }, - 'Name' => 'OSL_v1_13_4::pvt::ConstantPool', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::ConstantPool', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '72', 'TParam' => { @@ -40890,7 +44494,59 @@ $VAR1 = { }, 'Type' => 'Class' }, - '806898' => { + '82283' => { + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '782', + 'Name' => 'struct std::__detail::_Insert_base, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Key', + 'type' => '690782' + }, + '1' => { + 'key' => '_Value', + 'type' => '690782' + }, + '2' => { + 'key' => '_Alloc', + 'type' => '269956' + }, + '3' => { + 'key' => '_ExtractKey', + 'type' => '70447' + }, + '4' => { + 'key' => '_Equal', + 'type' => '318714' + }, + '5' => { + 'key' => '_H1', + 'type' => '117379' + }, + '6' => { + 'key' => '_H2', + 'type' => '70736' + }, + '7' => { + 'key' => '_Hash', + 'type' => '70836' + }, + '8' => { + 'key' => '_RehashPolicy', + 'type' => '70852' + }, + '9' => { + 'key' => '_Traits', + 'type' => '72227' + } + }, + 'Type' => 'Struct' + }, + '822932' => { 'Header' => 'constantpool.h', 'Line' => '30', 'Memb' => { @@ -40898,7 +44554,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_block_list', 'offset' => '0', - 'type' => '310016' + 'type' => '314640' }, '1' => { 'access' => 'private', @@ -40916,46 +44572,46 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_mutex', 'offset' => '32', - 'type' => '67690' + 'type' => '67778' } }, - 'Name' => 'OSL_v1_13_4::pvt::ConstantPool', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::ConstantPool', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '72', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '673440' + 'type' => '690782' } }, 'Type' => 'Class' }, - '807071' => { + '823105' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '287', + 'Line' => '285', 'Memb' => { '0' => { 'access' => 'private', 'name' => 'm_current', 'offset' => '0', - 'type' => '807141' + 'type' => '823175' }, '1' => { 'access' => 'private', 'name' => 'm_requested', 'offset' => '4', - 'type' => '807141' + 'type' => '823175' }, '2' => { 'access' => 'private', 'name' => 'm_peak', 'offset' => '8', - 'type' => '807141' + 'type' => '823175' } }, - 'Name' => 'OSL_v1_13_4::pvt::PeakCounter', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::PeakCounter', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '12', 'TParam' => { @@ -40966,41 +44622,41 @@ $VAR1 = { }, 'Type' => 'Class' }, - '807141' => { + '823175' => { 'BaseType' => '178', 'Header' => 'oslexec_pvt.h', - 'Line' => '289', - 'Name' => 'OSL_v1_13_4::pvt::PeakCounter::value_t', - 'NameSpace' => 'OSL_v1_13_4::pvt::PeakCounter', + 'Line' => '287', + 'Name' => 'OSL_v1_13_5::pvt::PeakCounter::value_t', + 'NameSpace' => 'OSL_v1_13_5::pvt::PeakCounter', 'PrivateABI' => 1, 'Size' => '4', 'Type' => 'Typedef' }, - '807624' => { + '823658' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '287', + 'Line' => '285', 'Memb' => { '0' => { 'access' => 'private', 'name' => 'm_current', 'offset' => '0', - 'type' => '807694' + 'type' => '823728' }, '1' => { 'access' => 'private', 'name' => 'm_requested', 'offset' => '8', - 'type' => '807694' + 'type' => '823728' }, '2' => { 'access' => 'private', 'name' => 'm_peak', 'offset' => '16', - 'type' => '807694' + 'type' => '823728' } }, - 'Name' => 'OSL_v1_13_4::pvt::PeakCounter', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::PeakCounter', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { @@ -41011,85 +44667,85 @@ $VAR1 = { }, 'Type' => 'Class' }, - '807694' => { + '823728' => { 'BaseType' => '197', 'Header' => 'oslexec_pvt.h', - 'Line' => '289', - 'Name' => 'OSL_v1_13_4::pvt::PeakCounter::value_t', - 'NameSpace' => 'OSL_v1_13_4::pvt::PeakCounter', + 'Line' => '287', + 'Name' => 'OSL_v1_13_5::pvt::PeakCounter::value_t', + 'NameSpace' => 'OSL_v1_13_5::pvt::PeakCounter', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '808177' => { + '824211' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '1128', + 'Line' => '1179', 'Memb' => { '0' => { 'access' => 'private', 'name' => 'm_master', 'offset' => '0', - 'type' => '806027' + 'type' => '822061' }, '1' => { 'access' => 'private', 'name' => 'm_instoverrides', 'offset' => '8', - 'type' => '810997' + 'type' => '827036' }, '10' => { 'access' => 'private', 'name' => 'm_writes_globals', 'offset' => '188', - 'type' => '638960' + 'type' => '655503' }, '11' => { 'access' => 'private', 'name' => 'm_userdata_params', 'offset' => '189', - 'type' => '638960' + 'type' => '655503' }, '12' => { 'access' => 'private', 'name' => 'm_outgoing_connections', 'offset' => '190', - 'type' => '638960' + 'type' => '655503' }, '13' => { 'access' => 'private', 'name' => 'm_renderer_outputs', 'offset' => '191', - 'type' => '638960' + 'type' => '655503' }, '14' => { 'access' => 'private', 'name' => 'm_has_error_op', 'offset' => '192', - 'type' => '638960' + 'type' => '655503' }, '15' => { 'access' => 'private', 'name' => 'm_merged_unused', 'offset' => '193', - 'type' => '638960' + 'type' => '655503' }, '16' => { 'access' => 'private', 'name' => 'm_last_layer', 'offset' => '194', - 'type' => '638960' + 'type' => '655503' }, '17' => { 'access' => 'private', 'name' => 'm_entry_layer', 'offset' => '195', - 'type' => '638960' + 'type' => '655503' }, '18' => { 'access' => 'private', 'name' => 'm_connections', 'offset' => '200', - 'type' => '811888' + 'type' => '827927' }, '19' => { 'access' => 'private', @@ -41101,7 +44757,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_instsymbols', 'offset' => '32', - 'type' => '806066' + 'type' => '822100' }, '20' => { 'access' => 'private', @@ -41137,37 +44793,37 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_instops', 'offset' => '56', - 'type' => '806048' + 'type' => '822082' }, '4' => { 'access' => 'private', 'name' => 'm_instargs', 'offset' => '80', - 'type' => '96194' + 'type' => '100818' }, '5' => { 'access' => 'private', 'name' => 'm_layername', 'offset' => '104', - 'type' => '673440' + 'type' => '690782' }, '6' => { 'access' => 'private', 'name' => 'm_iparams', 'offset' => '112', - 'type' => '96194' + 'type' => '100818' }, '7' => { 'access' => 'private', 'name' => 'm_fparams', 'offset' => '136', - 'type' => '261862' + 'type' => '266486' }, '8' => { 'access' => 'private', 'name' => 'm_sparams', 'offset' => '160', - 'type' => '109028' + 'type' => '113652' }, '9' => { 'access' => 'private', @@ -41176,15 +44832,15 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'OSL_v1_13_4::pvt::ShaderInstance', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::ShaderInstance', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '248', 'Type' => 'Class' }, - '808191' => { + '824225' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '1409', + 'Line' => '1460', 'Memb' => { '0' => { 'bitfield' => '3', @@ -41196,19 +44852,19 @@ $VAR1 = { 'bitfield' => '1', 'name' => 'm_connected_down', 'offset' => '0', - 'type' => '638960' + 'type' => '655503' }, '2' => { 'bitfield' => '1', 'name' => 'm_interpolated', 'offset' => '0', - 'type' => '638960' + 'type' => '655503' }, '3' => { 'bitfield' => '1', 'name' => 'm_interactive', 'offset' => '0', - 'type' => '638960' + 'type' => '655503' }, '4' => { 'bitfield' => '26', @@ -41222,25 +44878,25 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::ShaderInstance::SymOverrideInfo', - 'NameSpace' => 'OSL_v1_13_4::pvt::ShaderInstance', + 'Name' => 'struct OSL_v1_13_5::pvt::ShaderInstance::SymOverrideInfo', + 'NameSpace' => 'OSL_v1_13_5::pvt::ShaderInstance', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Struct' }, - '810997' => { - 'BaseType' => '347416', + '827036' => { + 'BaseType' => '359492', 'Header' => 'oslexec_pvt.h', - 'Line' => '1456', - 'Name' => 'OSL_v1_13_4::pvt::ShaderInstance::SymOverrideInfoVec', - 'NameSpace' => 'OSL_v1_13_4::pvt::ShaderInstance', + 'Line' => '1507', + 'Name' => 'OSL_v1_13_5::pvt::ShaderInstance::SymOverrideInfoVec', + 'NameSpace' => 'OSL_v1_13_5::pvt::ShaderInstance', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Typedef' }, - '811353' => { + '827392' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '1048', + 'Line' => '1099', 'Memb' => { '0' => { 'name' => 'param', @@ -41262,18 +44918,80 @@ $VAR1 = { '3' => { 'name' => 'type', 'offset' => '8', - 'type' => '774546' + 'type' => '788432' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::ConnectedParam', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'struct OSL_v1_13_5::pvt::ConnectedParam', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '20', 'Type' => 'Struct' }, - '811636' => { + '82764' => { + 'Base' => { + '82283' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '926', + 'Name' => 'struct std::__detail::_Insert, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits, true>', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Key', + 'type' => '690782' + }, + '1' => { + 'key' => '_Value', + 'type' => '690782' + }, + '10' => { + 'key' => '_Constant_iterators', + 'type' => '655503', + 'val' => '1' + }, + '2' => { + 'key' => '_Alloc', + 'type' => '269956' + }, + '3' => { + 'key' => '_ExtractKey', + 'type' => '70447' + }, + '4' => { + 'key' => '_Equal', + 'type' => '318714' + }, + '5' => { + 'key' => '_H1', + 'type' => '117379' + }, + '6' => { + 'key' => '_H2', + 'type' => '70736' + }, + '7' => { + 'key' => '_Hash', + 'type' => '70836' + }, + '8' => { + 'key' => '_RehashPolicy', + 'type' => '70852' + }, + '9' => { + 'key' => '_Traits', + 'type' => '72227' + } + }, + 'Type' => 'Struct' + }, + '827675' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '1083', + 'Line' => '1134', 'Memb' => { '0' => { 'name' => 'srclayer', @@ -41283,38 +45001,38 @@ $VAR1 = { '1' => { 'name' => 'src', 'offset' => '4', - 'type' => '811353' + 'type' => '827392' }, '2' => { 'name' => 'dst', 'offset' => '24', - 'type' => '811353' + 'type' => '827392' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::Connection', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'struct OSL_v1_13_5::pvt::Connection', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '44', 'Type' => 'Struct' }, - '811888' => { - 'BaseType' => '351926', + '827927' => { + 'BaseType' => '364002', 'Header' => 'oslexec_pvt.h', - 'Line' => '1112', - 'Name' => 'OSL_v1_13_4::pvt::ConnectionVec', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Line' => '1163', + 'Name' => 'OSL_v1_13_5::pvt::ConnectionVec', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Typedef' }, - '811918' => { + '827957' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '1575', + 'Line' => '1626', 'Memb' => { '0' => { 'name' => 'name', 'offset' => '0', - 'type' => '677335' + 'type' => '689777' }, '1' => { 'name' => 'data', @@ -41324,7 +45042,7 @@ $VAR1 = { '2' => { 'name' => 'type', 'offset' => '16', - 'type' => '670837' + 'type' => '687140' }, '3' => { 'name' => 'layeridx', @@ -41334,7 +45052,7 @@ $VAR1 = { '4' => { 'name' => 'sourcefile', 'offset' => '32', - 'type' => '677335' + 'type' => '689777' }, '5' => { 'name' => 'sourceline', @@ -41344,24 +45062,24 @@ $VAR1 = { '6' => { 'name' => 'next', 'offset' => '48', - 'type' => '1082333' + 'type' => '1102539' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::Message', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'struct OSL_v1_13_5::pvt::Message', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '56', 'Type' => 'Struct' }, - '812124' => { + '828163' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '1503', + 'Line' => '1554', 'Memb' => { '0' => { 'access' => 'private', 'name' => 'm_blocks', 'offset' => '0', - 'type' => '356753' + 'type' => '368829' }, '1' => { 'access' => 'private', @@ -41376,8 +45094,8 @@ $VAR1 = { 'type' => '82' } }, - 'Name' => 'OSL_v1_13_4::pvt::SimplePool<1024>', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::SimplePool<1024>', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '40', 'TParam' => { @@ -41389,48 +45107,48 @@ $VAR1 = { }, 'Type' => 'Class' }, - '812505' => { + '828544' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '1605', + 'Line' => '1656', 'Memb' => { '0' => { 'access' => 'private', 'name' => 'list_head', 'offset' => '0', - 'type' => '1082333' + 'type' => '1102539' }, '1' => { 'access' => 'private', 'name' => 'message_data', 'offset' => '8', - 'type' => '812124' + 'type' => '828163' } }, - 'Name' => 'struct OSL_v1_13_4::pvt::MessageList', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'struct OSL_v1_13_5::pvt::MessageList', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '48', 'Type' => 'Struct' }, - '812703' => { - 'BaseType' => '1082427', + '828742' => { + 'BaseType' => '1102633', 'Header' => 'oslexec_pvt.h', 'Line' => '101', - 'Name' => 'OSL_v1_13_4::pvt::RunLLVMGroupFunc', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::RunLLVMGroupFunc', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '812715' => { + '828754' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '1503', + 'Line' => '1554', 'Memb' => { '0' => { 'access' => 'private', 'name' => 'm_blocks', 'offset' => '0', - 'type' => '356753' + 'type' => '368829' }, '1' => { 'access' => 'private', @@ -41445,8 +45163,8 @@ $VAR1 = { 'type' => '82' } }, - 'Name' => 'OSL_v1_13_4::pvt::SimplePool<20480>', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::SimplePool<20480>', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '40', 'TParam' => { @@ -41458,15 +45176,15 @@ $VAR1 = { }, 'Type' => 'Class' }, - '813096' => { + '829135' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '1503', + 'Line' => '1554', 'Memb' => { '0' => { 'access' => 'private', 'name' => 'm_blocks', 'offset' => '0', - 'type' => '356753' + 'type' => '368829' }, '1' => { 'access' => 'private', @@ -41481,8 +45199,8 @@ $VAR1 = { 'type' => '82' } }, - 'Name' => 'OSL_v1_13_4::pvt::SimplePool<65536>', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::SimplePool<65536>', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '40', 'TParam' => { @@ -41494,69 +45212,121 @@ $VAR1 = { }, 'Type' => 'Class' }, - '813479' => { + '829518' => { 'Copied' => 1, - 'Line' => '47', + 'Line' => '48', 'Memb' => { '0' => { 'access' => 'private', 'name' => 'm_context', 'offset' => '0', - 'type' => '1074798' + 'type' => '1094296' }, '1' => { 'access' => 'private', 'name' => 'm_documents', 'offset' => '8', - 'type' => '3799825' + 'type' => '3926483' }, '2' => { 'access' => 'private', 'name' => 'm_document_map', 'offset' => '32', - 'type' => '4044276' + 'type' => '4173796' }, '3' => { 'access' => 'private', 'name' => 'm_cache', 'offset' => '88', - 'type' => '4044301' + 'type' => '4173821' }, '4' => { 'access' => 'private', 'name' => 'm_nodes', 'offset' => '144', - 'type' => '3819485' + 'type' => '3946135' }, '5' => { 'access' => 'private', 'name' => 'm_floatdata', 'offset' => '168', - 'type' => '261862' + 'type' => '266486' }, '6' => { 'access' => 'private', 'name' => 'm_intdata', 'offset' => '192', - 'type' => '96194' + 'type' => '100818' }, '7' => { 'access' => 'private', 'name' => 'm_stringdata', 'offset' => '216', - 'type' => '109028' + 'type' => '113652' } }, - 'Name' => 'OSL_v1_13_4::pvt::Dictionary', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::Dictionary', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '240', 'Source' => 'dictionary.cpp', 'Type' => 'Class' }, - '813568' => { + '83041' => { + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '1051', + 'Name' => 'struct std::__detail::_Rehash_base, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Key', + 'type' => '690782' + }, + '1' => { + 'key' => '_Value', + 'type' => '690782' + }, + '2' => { + 'key' => '_Alloc', + 'type' => '269956' + }, + '3' => { + 'key' => '_ExtractKey', + 'type' => '70447' + }, + '4' => { + 'key' => '_Equal', + 'type' => '318714' + }, + '5' => { + 'key' => '_H1', + 'type' => '117379' + }, + '6' => { + 'key' => '_H2', + 'type' => '70736' + }, + '7' => { + 'key' => '_Hash', + 'type' => '70836' + }, + '8' => { + 'key' => '_RehashPolicy', + 'type' => '70852' + }, + '9' => { + 'key' => '_Traits', + 'type' => '72227' + } + }, + 'Type' => 'Struct' + }, + '832169' => { 'Base' => { - '689501' => { + '705866' => { 'pos' => '0' } }, @@ -41567,31 +45337,31 @@ $VAR1 = { '0' => { 'name' => '_vptr', 'offset' => '0', - 'type' => '1106924' + 'type' => '1127558' }, '1' => { 'access' => 'protected', 'name' => 'm_nodetype', 'offset' => '12', - 'type' => '46985634' + 'type' => '47869694' }, '2' => { 'access' => 'protected', 'name' => 'm_next', 'offset' => '16', - 'type' => '9123893' + 'type' => '9308569' }, '3' => { 'access' => 'protected', 'name' => 'm_compiler', 'offset' => '24', - 'type' => '9175691' + 'type' => '9362714' }, '4' => { 'access' => 'protected', 'name' => 'm_sourcefile', 'offset' => '32', - 'type' => '673440' + 'type' => '690782' }, '5' => { 'access' => 'protected', @@ -41603,7 +45373,7 @@ $VAR1 = { 'access' => 'protected', 'name' => 'm_children', 'offset' => '48', - 'type' => '8726870' + 'type' => '8904662' }, '7' => { 'access' => 'protected', @@ -41615,29 +45385,86 @@ $VAR1 = { 'access' => 'protected', 'name' => 'm_typespec', 'offset' => '76', - 'type' => '774546' + 'type' => '788432' }, '9' => { 'access' => 'protected', 'name' => 'm_is_lvalue', 'offset' => '88', - 'type' => '638960' + 'type' => '655503' } }, - 'Name' => 'OSL_v1_13_4::pvt::ASTNode', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::ASTNode', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '96', 'Type' => 'Class' }, - '813895' => { + '83246' => { + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '1931', + 'Name' => 'struct std::__detail::_Equality, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits, true>', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Key', + 'type' => '690782' + }, + '1' => { + 'key' => '_Value', + 'type' => '690782' + }, + '10' => { + 'key' => '_Unique_keys', + 'type' => '655503', + 'val' => '1' + }, + '2' => { + 'key' => '_Alloc', + 'type' => '269956' + }, + '3' => { + 'key' => '_ExtractKey', + 'type' => '70447' + }, + '4' => { + 'key' => '_Equal', + 'type' => '318714' + }, + '5' => { + 'key' => '_H1', + 'type' => '117379' + }, + '6' => { + 'key' => '_H2', + 'type' => '70736' + }, + '7' => { + 'key' => '_Hash', + 'type' => '70836' + }, + '8' => { + 'key' => '_RehashPolicy', + 'type' => '70852' + }, + '9' => { + 'key' => '_Traits', + 'type' => '72227' + } + }, + 'Type' => 'Struct' + }, + '832564' => { 'Header' => 'genclosure.h', 'Line' => '15', 'Memb' => { '0' => { 'name' => 'type', 'offset' => '0', - 'type' => '670837' + 'type' => '687140' }, '1' => { 'name' => 'offset', @@ -41655,18 +45482,18 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct OSL_v1_13_4::ClosureParam', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'struct OSL_v1_13_5::ClosureParam', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '32', 'Type' => 'Struct' }, - '814015' => { - 'BaseType' => '813895', - 'Name' => 'struct OSL_v1_13_4::ClosureParam const', + '832684' => { + 'BaseType' => '832564', + 'Name' => 'struct OSL_v1_13_5::ClosureParam const', 'Size' => '32', 'Type' => 'Const' }, - '814204' => { + '832873' => { 'Copied' => 1, 'Header' => 'oslclosure.h', 'Line' => '65', @@ -41677,54 +45504,54 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct OSL_v1_13_4::ClosureColor', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'struct OSL_v1_13_5::ClosureColor', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '4', 'Type' => 'Struct' }, - '814521' => { - 'BaseType' => '838553', + '833190' => { + 'BaseType' => '857584', 'Header' => 'oslconfig.h', 'Line' => '91', - 'Name' => 'OSL_v1_13_4::Vec3', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::Vec3', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '12', 'Type' => 'Typedef' }, - '814533' => { - 'BaseType' => '814521', - 'Name' => 'OSL_v1_13_4::Vec3 const', + '833202' => { + 'BaseType' => '833190', + 'Name' => 'OSL_v1_13_5::Vec3 const', 'Size' => '12', 'Type' => 'Const' }, - '814538' => { - 'BaseType' => '843619', + '833207' => { + 'BaseType' => '862682', 'Header' => 'oslconfig.h', 'Line' => '92', - 'Name' => 'OSL_v1_13_4::Color3', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::Color3', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '12', 'Type' => 'Typedef' }, - '814550' => { - 'BaseType' => '814538', - 'Name' => 'OSL_v1_13_4::Color3 const', + '833219' => { + 'BaseType' => '833207', + 'Name' => 'OSL_v1_13_5::Color3 const', 'Size' => '12', 'Type' => 'Const' }, - '814555' => { + '833224' => { 'Header' => 'shaderglobals.h', - 'Line' => '39', + 'Line' => '55', 'Memb' => { '0' => { 'name' => 'P', 'offset' => '0', - 'type' => '814521' + 'type' => '833190' }, '1' => { 'name' => 'dPdx', 'offset' => '12', - 'type' => '814521' + 'type' => '833190' }, '10' => { 'name' => 'dudx', @@ -41754,12 +45581,12 @@ $VAR1 = { '15' => { 'name' => 'dPdu', 'offset' => '132', - 'type' => '814521' + 'type' => '833190' }, '16' => { 'name' => 'dPdv', 'offset' => '144', - 'type' => '814521' + 'type' => '833190' }, '17' => { 'name' => 'time', @@ -41774,27 +45601,27 @@ $VAR1 = { '19' => { 'name' => 'dPdtime', 'offset' => '164', - 'type' => '814521' + 'type' => '833190' }, '2' => { 'name' => 'dPdy', 'offset' => '24', - 'type' => '814521' + 'type' => '833190' }, '20' => { 'name' => 'Ps', 'offset' => '176', - 'type' => '814521' + 'type' => '833190' }, '21' => { 'name' => 'dPsdx', 'offset' => '188', - 'type' => '814521' + 'type' => '833190' }, '22' => { 'name' => 'dPsdy', 'offset' => '200', - 'type' => '814521' + 'type' => '833190' }, '23' => { 'name' => 'renderstate', @@ -41814,82 +45641,92 @@ $VAR1 = { '26' => { 'name' => 'context', 'offset' => '240', - 'type' => '1074798' + 'type' => '1094296' }, '27' => { 'name' => 'shadingStateUniform', 'offset' => '248', - 'type' => '817661' + 'type' => '835996' }, '28' => { - 'name' => 'renderer', + 'name' => 'thread_index', 'offset' => '256', - 'type' => '1074809' + 'type' => '178' }, '29' => { - 'name' => 'object2common', - 'offset' => '264', - 'type' => '817994' + 'name' => 'shade_index', + 'offset' => '260', + 'type' => '178' }, '3' => { 'name' => 'dPdz', 'offset' => '36', - 'type' => '814521' + 'type' => '833190' }, '30' => { - 'name' => 'shader2common', - 'offset' => '272', - 'type' => '817994' + 'name' => 'renderer', + 'offset' => '264', + 'type' => '1094307' }, '31' => { - 'name' => 'Ci', - 'offset' => '280', - 'type' => '1074820' + 'name' => 'object2common', + 'offset' => '272', + 'type' => '836329' }, '32' => { - 'name' => 'surfacearea', + 'name' => 'shader2common', + 'offset' => '280', + 'type' => '836329' + }, + '33' => { + 'name' => 'Ci', 'offset' => '288', + 'type' => '1094318' + }, + '34' => { + 'name' => 'surfacearea', + 'offset' => '296', 'type' => '50' }, - '33' => { + '35' => { 'name' => 'raytype', - 'offset' => '292', + 'offset' => '300', 'type' => '178' }, - '34' => { + '36' => { 'name' => 'flipHandedness', - 'offset' => '296', + 'offset' => '304', 'type' => '178' }, - '35' => { + '37' => { 'name' => 'backfacing', - 'offset' => '300', + 'offset' => '308', 'type' => '178' }, '4' => { 'name' => 'I', 'offset' => '48', - 'type' => '814521' + 'type' => '833190' }, '5' => { 'name' => 'dIdx', 'offset' => '60', - 'type' => '814521' + 'type' => '833190' }, '6' => { 'name' => 'dIdy', 'offset' => '72', - 'type' => '814521' + 'type' => '833190' }, '7' => { 'name' => 'N', 'offset' => '84', - 'type' => '814521' + 'type' => '833190' }, '8' => { 'name' => 'Ng', 'offset' => '96', - 'type' => '814521' + 'type' => '833190' }, '9' => { 'name' => 'u', @@ -41897,26 +45734,26 @@ $VAR1 = { 'type' => '50' } }, - 'Name' => 'struct OSL_v1_13_4::ShaderGlobals', - 'NameSpace' => 'OSL_v1_13_4', - 'Size' => '304', + 'Name' => 'struct OSL_v1_13_5::ShaderGlobals', + 'NameSpace' => 'OSL_v1_13_5', + 'Size' => '312', 'Type' => 'Struct' }, - '815049' => { + '833748' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '2054', + 'Line' => '2105', 'Memb' => { '0' => { 'access' => 'private', 'name' => 'm_shadingsys', 'offset' => '0', - 'type' => '1076943' + 'type' => '1096593' }, '1' => { 'access' => 'private', 'name' => 'm_renderer', 'offset' => '8', - 'type' => '1074809' + 'type' => '1094307' }, '10' => { 'access' => 'private', @@ -41934,61 +45771,61 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_ticks', 'offset' => '184', - 'type' => '555340' + 'type' => '571074' }, '13' => { 'access' => 'private', 'name' => 'm_textureopt', 'offset' => '192', - 'type' => '690235' + 'type' => '706600' }, '14' => { 'access' => 'private', 'name' => 'm_noiseopt', 'offset' => '296', - 'type' => '817780' + 'type' => '836115' }, '15' => { 'access' => 'private', 'name' => 'm_traceopt', 'offset' => '328', - 'type' => '817683' + 'type' => '836018' }, '16' => { 'access' => 'private', 'name' => 'm_closure_pool', 'offset' => '352', - 'type' => '812715' + 'type' => '828754' }, '17' => { 'access' => 'private', 'name' => 'm_scratch_pool', 'offset' => '392', - 'type' => '813096' + 'type' => '829135' }, '18' => { 'access' => 'private', 'name' => 'm_dictionary', 'offset' => '432', - 'type' => '1085513' + 'type' => '1105680' }, '19' => { 'access' => 'private', 'name' => 'm_ocio_system', 'offset' => '440', - 'type' => '804281' + 'type' => '820300' }, '2' => { 'access' => 'private', 'name' => 'm_threadinfo', 'offset' => '16', - 'type' => '1074899' + 'type' => '1094397' }, '20' => { 'access' => 'private', 'name' => 'm_buffered_errors', 'offset' => '488', - 'type' => '399357' + 'type' => '411374' }, '21' => { 'access' => 'private', @@ -42000,19 +45837,19 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_texture_thread_info', 'offset' => '24', - 'type' => '1074910' + 'type' => '1094408' }, '4' => { 'access' => 'private', 'name' => 'm_group', 'offset' => '32', - 'type' => '1074876' + 'type' => '1094374' }, '5' => { 'access' => 'private', 'name' => 'm_heap', 'offset' => '40', - 'type' => '387880' + 'type' => '399897' }, '6' => { 'access' => 'private', @@ -42024,13 +45861,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_regex_map', 'offset' => '64', - 'type' => '816885' + 'type' => '835609' }, '8' => { 'access' => 'private', 'name' => 'm_messages', 'offset' => '120', - 'type' => '812505' + 'type' => '828544' }, '9' => { 'access' => 'private', @@ -42039,90 +45876,150 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'OSL_v1_13_4::ShadingContext', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::ShadingContext', + 'NameSpace' => 'OSL_v1_13_5', 'PrivateABI' => 1, 'Size' => '520', 'Type' => 'Class' }, - '815065' => { + '833764' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '2485', + 'Line' => '2537', 'Memb' => { '0' => { 'name' => 'err_code', 'offset' => '0', - 'type' => '689746' + 'type' => '706111' }, '1' => { 'name' => 'msgString', 'offset' => '8', - 'type' => '43892' + 'type' => '43980' }, '2' => { 'name' => 'mask', 'offset' => '16', - 'type' => '830256' + 'type' => '849013' } }, - 'Name' => 'struct OSL_v1_13_4::ShadingContext::ErrorItem', - 'NameSpace' => 'OSL_v1_13_4::ShadingContext', + 'Name' => 'struct OSL_v1_13_5::ShadingContext::ErrorItem', + 'NameSpace' => 'OSL_v1_13_5::ShadingContext', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '816885' => { - 'BaseType' => '395284', + '83420' => { + 'Base' => { + '350368' => { + 'access' => 'private', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '1093', + 'Name' => 'struct std::__detail::_Hashtable_ebo_helper<0, std::allocator >, true>', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Nm', + 'type' => '178', + 'val' => '0' + }, + '1' => { + 'key' => '_Tp', + 'type' => '350368' + }, + '2' => { + 'key' => '__use_ebo', + 'type' => '655503', + 'val' => '1' + } + }, + 'Type' => 'Struct' + }, + '835609' => { + 'BaseType' => '407301', 'Header' => 'oslexec_pvt.h', - 'Line' => '2461', - 'Name' => 'OSL_v1_13_4::ShadingContext::RegexMap', - 'NameSpace' => 'OSL_v1_13_4::ShadingContext', + 'Line' => '2513', + 'Name' => 'OSL_v1_13_5::ShadingContext::RegexMap', + 'NameSpace' => 'OSL_v1_13_5::ShadingContext', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '56', 'Type' => 'Typedef' }, - '817656' => { - 'BaseType' => '815049', - 'Name' => 'OSL_v1_13_4::ShadingContext const', + '83586' => { + 'Base' => { + '70655' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '229', + 'Memb' => { + '0' => { + 'name' => '_M_storage', + 'offset' => '8', + 'type' => '624672' + } + }, + 'Name' => 'struct std::__detail::_Hash_node_value_base', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'key' => '_Value', + 'type' => '690782' + } + }, + 'Type' => 'Struct' + }, + '835991' => { + 'BaseType' => '833748', + 'Name' => 'OSL_v1_13_5::ShadingContext const', 'Size' => '520', 'Type' => 'Const' }, - '817661' => { - 'BaseType' => '555887', + '835996' => { + 'BaseType' => '571626', 'Header' => 'shaderglobals.h', 'Line' => '22', - 'Name' => 'OSL_v1_13_4::OpaqueShadingStateUniformPtr', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::OpaqueShadingStateUniformPtr', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '8', 'Type' => 'Typedef' }, - '817673' => { + '836008' => { 'Copied' => 1, 'Header' => 'rendererservices.h', - 'Line' => '41', + 'Line' => '58', 'Memb' => { '0' => { 'name' => '_vptr', 'offset' => '0', - 'type' => '1106924' + 'type' => '1127558' }, '1' => { 'access' => 'protected', 'name' => 'm_texturesys', 'offset' => '8', - 'type' => '1074859' + 'type' => '1094357' } }, - 'Name' => 'OSL_v1_13_4::RendererServices', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::RendererServices', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '16', 'Type' => 'Class' }, - '817683' => { + '836018' => { 'Header' => 'rendererservices.h', - 'Line' => '370', + 'Line' => '462', 'Memb' => { '0' => { 'name' => 'mindist', @@ -42137,22 +46034,22 @@ $VAR1 = { '2' => { 'name' => 'shade', 'offset' => '8', - 'type' => '638960' + 'type' => '655503' }, '3' => { 'name' => 'traceset', 'offset' => '16', - 'type' => '829276' + 'type' => '848033' } }, - 'Name' => 'struct OSL_v1_13_4::RendererServices::TraceOpt', - 'NameSpace' => 'OSL_v1_13_4::RendererServices', + 'Name' => 'struct OSL_v1_13_5::RendererServices::TraceOpt', + 'NameSpace' => 'OSL_v1_13_5::RendererServices', 'Size' => '24', 'Type' => 'Struct' }, - '817780' => { + '836115' => { 'Header' => 'rendererservices.h', - 'Line' => '443', + 'Line' => '535', 'Memb' => { '0' => { 'name' => 'anisotropic', @@ -42167,7 +46064,7 @@ $VAR1 = { '2' => { 'name' => 'direction', 'offset' => '8', - 'type' => '814521' + 'type' => '833190' }, '3' => { 'name' => 'bandwidth', @@ -42180,28 +46077,28 @@ $VAR1 = { 'type' => '50' } }, - 'Name' => 'struct OSL_v1_13_4::RendererServices::NoiseOpt', - 'NameSpace' => 'OSL_v1_13_4::RendererServices', + 'Name' => 'struct OSL_v1_13_5::RendererServices::NoiseOpt', + 'NameSpace' => 'OSL_v1_13_5::RendererServices', 'Size' => '28', 'Type' => 'Struct' }, - '817989' => { - 'BaseType' => '817673', - 'Name' => 'OSL_v1_13_4::RendererServices const', + '836324' => { + 'BaseType' => '836008', + 'Name' => 'OSL_v1_13_5::RendererServices const', 'Type' => 'Const' }, - '817994' => { - 'BaseType' => '555887', + '836329' => { + 'BaseType' => '571626', 'Header' => 'shaderglobals.h', 'Line' => '18', - 'Name' => 'OSL_v1_13_4::TransformationPtr', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::TransformationPtr', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '8', 'Type' => 'Typedef' }, - '818006' => { + '836341' => { 'Header' => 'shaderglobals.h', - 'Line' => '129', + 'Line' => '152', 'Memb' => { '0' => { 'name' => 'None', @@ -42264,79 +46161,98 @@ $VAR1 = { 'value' => '256' } }, - 'Name' => 'enum OSL_v1_13_4::SGBits', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'enum OSL_v1_13_5::SGBits', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '4', 'Type' => 'Enum' }, - '82' => { - 'BaseType' => '42', - 'Header' => 'stddef.h', - 'Line' => '209', - 'Name' => 'size_t', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '820223' => { + '83780' => { + 'Base' => { + '83420' => { + 'access' => 'private', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'hashtable_policy.h', + 'Line' => '2017', + 'Name' => 'struct std::__detail::_Hashtable_alloc > >', + 'NameSpace' => 'std::__detail', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_NodeAlloc', + 'type' => '350368' + } + }, + 'Type' => 'Struct' + }, + '838558' => { 'Header' => 'oslexec.h', 'Line' => '74', 'Memb' => { '0' => { 'name' => 'name', 'offset' => '0', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'name' => 'type', 'offset' => '8', - 'type' => '670837' + 'type' => '687140' }, '2' => { 'name' => 'offset', 'offset' => '16', - 'type' => '820341' + 'type' => '838676' }, '3' => { 'name' => 'stride', 'offset' => '24', - 'type' => '820353' + 'type' => '838688' }, '4' => { 'name' => 'arena', 'offset' => '32', - 'type' => '774340' + 'type' => '788225' }, '5' => { 'name' => 'derivs', 'offset' => '36', - 'type' => '638960' + 'type' => '655503' } }, - 'Name' => 'struct OSL_v1_13_4::SymLocationDesc', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'struct OSL_v1_13_5::SymLocationDesc', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '40', 'Type' => 'Struct' }, - '820341' => { - 'BaseType' => '555447', + '838676' => { + 'BaseType' => '571186', 'Header' => 'oslexec.h', 'Line' => '76', - 'Name' => 'OSL_v1_13_4::SymLocationDesc::offset_t', - 'NameSpace' => 'OSL_v1_13_4::SymLocationDesc', + 'Name' => 'OSL_v1_13_5::SymLocationDesc::offset_t', + 'NameSpace' => 'OSL_v1_13_5::SymLocationDesc', 'Size' => '8', 'Type' => 'Typedef' }, - '820353' => { - 'BaseType' => '555447', + '838688' => { + 'BaseType' => '571186', 'Header' => 'oslexec.h', 'Line' => '77', - 'Name' => 'OSL_v1_13_4::SymLocationDesc::stride_t', - 'NameSpace' => 'OSL_v1_13_4::SymLocationDesc', + 'Name' => 'OSL_v1_13_5::SymLocationDesc::stride_t', + 'NameSpace' => 'OSL_v1_13_5::SymLocationDesc', 'Size' => '8', 'Type' => 'Typedef' }, - '820630' => { + '838960' => { + 'BaseType' => '838558', + 'Name' => 'struct OSL_v1_13_5::SymLocationDesc const', + 'Size' => '40', + 'Type' => 'Const' + }, + '838965' => { 'Header' => 'oslexec.h', 'Line' => '116', 'Memb' => { @@ -42353,12 +46269,12 @@ $VAR1 = { 'value' => '2' } }, - 'Name' => 'enum OSL_v1_13_4::ParamHints', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'enum OSL_v1_13_5::ParamHints', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '4', 'Type' => 'Enum' }, - '820673' => { + '839008' => { 'Header' => 'oslexec.h', 'Line' => '175', 'Memb' => { @@ -42366,23 +46282,43 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_impl', 'offset' => '0', - 'type' => '1074997' + 'type' => '1094506' } }, - 'Name' => 'OSL_v1_13_4::ShadingSystem', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::ShadingSystem', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '8', 'Type' => 'Class' }, - '825040' => { - 'BaseType' => '820673', - 'Name' => 'OSL_v1_13_4::ShadingSystem const', + '84086' => { + 'BaseType' => '1101321', + 'Header' => 'hashtable_policy.h', + 'Line' => '2031', + 'Name' => 'std::__detail::_Hashtable_alloc > >::__bucket_type', + 'NameSpace' => 'std::__detail::_Hashtable_alloc > >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '84099' => { + 'BaseType' => '70655', + 'Header' => 'hashtable_policy.h', + 'Line' => '2030', + 'Name' => 'std::__detail::_Hashtable_alloc > >::__node_base', + 'NameSpace' => 'std::__detail::_Hashtable_alloc > >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '843700' => { + 'BaseType' => '839008', + 'Name' => 'OSL_v1_13_5::ShadingSystem const', 'Size' => '8', 'Type' => 'Const' }, - '825045' => { + '843705' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '1665', + 'Line' => '1716', 'Memb' => { '0' => { 'access' => 'private', @@ -42400,19 +46336,19 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_llvm_compiled_layers', 'offset' => '56', - 'type' => '361235' + 'type' => '373311' }, '11' => { 'access' => 'private', 'name' => 'm_layers', 'offset' => '80', - 'type' => '365868' + 'type' => '377944' }, '12' => { 'access' => 'private', 'name' => 'm_name', 'offset' => '104', - 'type' => '673440' + 'type' => '690782' }, '13' => { 'access' => 'private', @@ -42442,7 +46378,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_mutex', 'offset' => '128', - 'type' => '67690' + 'type' => '67778' }, '18' => { 'access' => 'private', @@ -42460,67 +46396,67 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_does_nothing', 'offset' => '8', - 'type' => '638960' + 'type' => '655503' }, '20' => { 'access' => 'private', 'name' => 'm_textures_needed', 'offset' => '176', - 'type' => '109028' + 'type' => '113652' }, '21' => { 'access' => 'private', 'name' => 'm_closures_needed', 'offset' => '200', - 'type' => '109028' + 'type' => '113652' }, '22' => { 'access' => 'private', 'name' => 'm_globals_needed', 'offset' => '224', - 'type' => '109028' + 'type' => '113652' }, '23' => { 'access' => 'private', 'name' => 'm_userdata_names', 'offset' => '248', - 'type' => '109028' + 'type' => '113652' }, '24' => { 'access' => 'private', 'name' => 'm_userdata_types', 'offset' => '272', - 'type' => '181183' + 'type' => '185807' }, '25' => { 'access' => 'private', 'name' => 'm_userdata_offsets', 'offset' => '296', - 'type' => '96194' + 'type' => '100818' }, '26' => { 'access' => 'private', 'name' => 'm_userdata_derivs', 'offset' => '320', - 'type' => '322451' + 'type' => '327075' }, '27' => { 'access' => 'private', 'name' => 'm_userdata_layers', 'offset' => '344', - 'type' => '96194' + 'type' => '100818' }, '28' => { 'access' => 'private', 'name' => 'm_userdata_init_vals', 'offset' => '368', - 'type' => '370465' + 'type' => '382541' }, '29' => { 'access' => 'private', 'name' => 'm_attributes_needed', 'offset' => '392', - 'type' => '109028' + 'type' => '113652' }, '3' => { 'access' => 'private', @@ -42532,61 +46468,61 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_attribute_scopes', 'offset' => '416', - 'type' => '109028' + 'type' => '113652' }, '31' => { 'access' => 'private', 'name' => 'm_attribute_types', 'offset' => '440', - 'type' => '181183' + 'type' => '185807' }, '32' => { 'access' => 'private', 'name' => 'm_renderer_outputs', 'offset' => '464', - 'type' => '109028' + 'type' => '113652' }, '33' => { 'access' => 'private', 'name' => 'm_symlocs', 'offset' => '488', - 'type' => '327269' + 'type' => '331893' }, '34' => { 'access' => 'private', 'name' => 'm_unknown_textures_needed', 'offset' => '512', - 'type' => '638960' + 'type' => '655503' }, '35' => { 'access' => 'private', 'name' => 'm_unknown_closures_needed', 'offset' => '513', - 'type' => '638960' + 'type' => '655503' }, '36' => { 'access' => 'private', 'name' => 'm_unknown_attributes_needed', 'offset' => '514', - 'type' => '638960' + 'type' => '655503' }, '37' => { 'access' => 'private', 'name' => 'm_executions', 'offset' => '520', - 'type' => '700618' + 'type' => '716998' }, '38' => { 'access' => 'private', 'name' => 'm_stat_total_shading_time_ticks', 'offset' => '528', - 'type' => '700618' + 'type' => '716998' }, '39' => { 'access' => 'private', 'name' => 'm_llvm_ptx_compiled_version', 'offset' => '536', - 'type' => '43892' + 'type' => '43980' }, '4' => { 'access' => 'private', @@ -42598,43 +46534,43 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_pending_params', 'offset' => '544', - 'type' => '680906' + 'type' => '697271' }, '41' => { 'access' => 'private', 'name' => 'm_pending_hints', 'offset' => '568', - 'type' => '375090' + 'type' => '387166' }, '42' => { 'access' => 'private', 'name' => 'm_group_use', 'offset' => '592', - 'type' => '673440' + 'type' => '690782' }, '43' => { 'access' => 'private', 'name' => 'm_complete', 'offset' => '600', - 'type' => '638960' + 'type' => '655503' }, '44' => { 'access' => 'private', 'name' => 'm_shadingsys', 'offset' => '608', - 'type' => '1076943' + 'type' => '1096593' }, '45' => { 'access' => 'private', 'name' => 'm_interactive_params', 'offset' => '616', - 'type' => '379734' + 'type' => '391810' }, '46' => { 'access' => 'private', 'name' => 'm_interactive_arena', 'offset' => '640', - 'type' => '384726' + 'type' => '396802' }, '47' => { 'access' => 'private', @@ -42646,7 +46582,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_device_interactive_arena', 'offset' => '656', - 'type' => '830029' + 'type' => '848786' }, '5' => { 'access' => 'private', @@ -42670,24 +46606,24 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_llvm_compiled_version', 'offset' => '40', - 'type' => '812703' + 'type' => '828742' }, '9' => { 'access' => 'private', 'name' => 'm_llvm_compiled_init', 'offset' => '48', - 'type' => '812703' + 'type' => '828742' } }, - 'Name' => 'OSL_v1_13_4::ShaderGroup', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::ShaderGroup', + 'NameSpace' => 'OSL_v1_13_5', 'PrivateABI' => 1, 'Size' => '664', 'Type' => 'Class' }, - '825062' => { + '843722' => { 'Header' => 'oslexec_pvt.h', - 'Line' => '1940', + 'Line' => '1991', 'Memb' => { '0' => { 'name' => 'layer', @@ -42697,7 +46633,7 @@ $VAR1 = { '1' => { 'name' => 'name', 'offset' => '8', - 'type' => '673440' + 'type' => '690782' }, '2' => { 'name' => 'offset', @@ -42705,79 +46641,79 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct OSL_v1_13_4::ShaderGroup::InteractiveParamData', - 'NameSpace' => 'OSL_v1_13_4::ShaderGroup', + 'Name' => 'struct OSL_v1_13_5::ShaderGroup::InteractiveParamData', + 'NameSpace' => 'OSL_v1_13_5::ShaderGroup', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '827797' => { - 'BaseType' => '825045', - 'Name' => 'OSL_v1_13_4::ShaderGroup const', + '846457' => { + 'BaseType' => '843705', + 'Name' => 'OSL_v1_13_5::ShaderGroup const', 'Size' => '664', 'Type' => 'Const' }, - '827802' => { - 'BaseType' => '242051', + '846462' => { + 'BaseType' => '246675', 'Header' => 'oslexec.h', 'Line' => '20', - 'Name' => 'OSL_v1_13_4::ShaderGroupRef', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::ShaderGroupRef', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '16', 'Type' => 'Typedef' }, - '827814' => { + '846474' => { 'Header' => 'oslexec_pvt.h', 'Line' => '70', 'Memb' => { '0' => { 'name' => 'context_pool', 'offset' => '0', - 'type' => '250562' + 'type' => '255186' }, '1' => { 'name' => 'llvm_thread_info', 'offset' => '80', - 'type' => '782261' + 'type' => '796153' } }, - 'Name' => 'struct OSL_v1_13_4::PerThreadInfo', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'struct OSL_v1_13_5::PerThreadInfo', + 'NameSpace' => 'OSL_v1_13_5', 'PrivateABI' => 1, 'Size' => '88', 'Type' => 'Struct' }, - '827941' => { + '846601' => { 'Copied' => 1, - 'Name' => 'OSL_v1_13_4::ShaderSymbol', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::ShaderSymbol', + 'NameSpace' => 'OSL_v1_13_5', 'PrivateABI' => 1, 'Type' => 'Class' }, - '827946' => { - 'BaseType' => '827941', - 'Name' => 'OSL_v1_13_4::ShaderSymbol const', + '846606' => { + 'BaseType' => '846601', + 'Name' => 'OSL_v1_13_5::ShaderSymbol const', 'Type' => 'Const' }, - '827951' => { - 'BaseType' => '1074963', + '846611' => { + 'BaseType' => '1094461', 'Header' => 'oslexec.h', 'Line' => '45', - 'Name' => 'OSL_v1_13_4::PrepareClosureFunc', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::PrepareClosureFunc', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '8', 'Type' => 'Typedef' }, - '827963' => { - 'BaseType' => '1074963', + '846623' => { + 'BaseType' => '1094461', 'Header' => 'oslexec.h', 'Line' => '46', - 'Name' => 'OSL_v1_13_4::SetupClosureFunc', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::SetupClosureFunc', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '8', 'Type' => 'Typedef' }, - '827975' => { + '846635' => { 'Header' => 'oslquery.h', 'Line' => '80', 'Memb' => { @@ -42785,101 +46721,101 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_shadername', 'offset' => '0', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'access' => 'private', 'name' => 'm_shadertypename', 'offset' => '8', - 'type' => '673440' + 'type' => '690782' }, '2' => { 'access' => 'private', 'name' => 'm_error', 'offset' => '16', - 'type' => '43892' + 'type' => '43980' }, '3' => { 'access' => 'private', 'name' => 'm_params', 'offset' => '24', - 'type' => '479010' + 'type' => '491027' }, '4' => { 'access' => 'private', 'name' => 'm_meta', 'offset' => '48', - 'type' => '479010' + 'type' => '491027' } }, - 'Name' => 'OSL_v1_13_4::OSLQuery', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::OSLQuery', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '72', 'Type' => 'Class' }, - '827988' => { + '846648' => { 'Header' => 'oslquery.h', 'Line' => '87', 'Memb' => { '0' => { 'name' => 'name', 'offset' => '0', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'name' => 'type', 'offset' => '8', - 'type' => '670837' + 'type' => '687140' }, '10' => { 'name' => 'sdefault', 'offset' => '80', - 'type' => '109028' + 'type' => '113652' }, '11' => { 'name' => 'spacename', 'offset' => '104', - 'type' => '109028' + 'type' => '113652' }, '12' => { 'name' => 'fields', 'offset' => '128', - 'type' => '109028' + 'type' => '113652' }, '13' => { 'name' => 'structname', 'offset' => '152', - 'type' => '673440' + 'type' => '690782' }, '14' => { 'name' => 'metadata', 'offset' => '160', - 'type' => '479010' + 'type' => '491027' }, '2' => { 'name' => 'isoutput', 'offset' => '16', - 'type' => '638960' + 'type' => '655503' }, '3' => { 'name' => 'validdefault', 'offset' => '17', - 'type' => '638960' + 'type' => '655503' }, '4' => { 'name' => 'varlenarray', 'offset' => '18', - 'type' => '638960' + 'type' => '655503' }, '5' => { 'name' => 'isstruct', 'offset' => '19', - 'type' => '638960' + 'type' => '655503' }, '6' => { 'name' => 'isclosure', 'offset' => '20', - 'type' => '638960' + 'type' => '655503' }, '7' => { 'name' => 'data', @@ -42889,59 +46825,115 @@ $VAR1 = { '8' => { 'name' => 'idefault', 'offset' => '32', - 'type' => '96194' + 'type' => '100818' }, '9' => { 'name' => 'fdefault', 'offset' => '56', - 'type' => '261862' + 'type' => '266486' } }, - 'Name' => 'struct OSL_v1_13_4::OSLQuery::Parameter', - 'NameSpace' => 'OSL_v1_13_4::OSLQuery', + 'Name' => 'struct OSL_v1_13_5::OSLQuery::Parameter', + 'NameSpace' => 'OSL_v1_13_5::OSLQuery', 'Size' => '184', 'Type' => 'Struct' }, - '828382' => { - 'BaseType' => '827988', - 'Name' => 'struct OSL_v1_13_4::OSLQuery::Parameter const', + '847042' => { + 'BaseType' => '846648', + 'Name' => 'struct OSL_v1_13_5::OSLQuery::Parameter const', 'Size' => '184', 'Type' => 'Const' }, - '829271' => { - 'BaseType' => '827975', - 'Name' => 'OSL_v1_13_4::OSLQuery const', + '847931' => { + 'BaseType' => '846635', + 'Name' => 'OSL_v1_13_5::OSLQuery const', 'Size' => '72', 'Type' => 'Const' }, - '829276' => { - 'BaseType' => '673440', + '847936' => { + 'Header' => 'encodedtypes.h', + 'Line' => '14', + 'Memb' => { + '0' => { + 'name' => 'kUstringHash', + 'value' => '0' + }, + '1' => { + 'name' => 'kInt32', + 'value' => '1' + }, + '2' => { + 'name' => 'kFloat', + 'value' => '2' + }, + '3' => { + 'name' => 'kInt64', + 'value' => '3' + }, + '4' => { + 'name' => 'kDouble', + 'value' => '4' + }, + '5' => { + 'name' => 'kUInt32', + 'value' => '5' + }, + '6' => { + 'name' => 'kUInt64', + 'value' => '6' + }, + '7' => { + 'name' => 'kPointer', + 'value' => '7' + }, + '8' => { + 'name' => 'kTypeDesc', + 'value' => '8' + }, + '9' => { + 'name' => 'kCount', + 'value' => '9' + } + }, + 'Name' => 'enum OSL_v1_13_5::EncodedType', + 'NameSpace' => 'OSL_v1_13_5', + 'Size' => '1', + 'Type' => 'Enum' + }, + '848016' => { + 'BaseType' => '847936', + 'Name' => 'enum OSL_v1_13_5::EncodedType const', + 'Size' => '1', + 'Type' => 'Const' + }, + '848033' => { + 'BaseType' => '690782', 'Header' => 'oslconfig.h', - 'Line' => '148', - 'Name' => 'OSL_v1_13_4::ustringrep', - 'NameSpace' => 'OSL_v1_13_4', + 'Line' => '163', + 'Name' => 'OSL_v1_13_5::ustringrep', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '8', 'Type' => 'Typedef' }, - '829288' => { - 'BaseType' => '673440', + '848045' => { + 'BaseType' => '690782', 'Header' => 'device_string.h', 'Line' => '107', - 'Name' => 'OSL_v1_13_4::StringParam', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::StringParam', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '8', 'Type' => 'Typedef' }, - '830017' => { - 'BaseType' => '840261', + '848774' => { + 'BaseType' => '859292', 'Header' => 'oslconfig.h', 'Line' => '93', - 'Name' => 'OSL_v1_13_4::Matrix33', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::Matrix33', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '36', 'Type' => 'Typedef' }, - '830029' => { + '848786' => { 'Header' => 'device_ptr.h', 'Line' => '17', 'Memb' => { @@ -42949,11 +46941,11 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_ptr', 'offset' => '0', - 'type' => '767920' + 'type' => '781781' } }, - 'Name' => 'OSL_v1_13_4::device_ptr', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::device_ptr', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '8', 'TParam' => { '0' => { @@ -42963,18 +46955,18 @@ $VAR1 = { }, 'Type' => 'Class' }, - '830256' => { + '849013' => { 'Header' => 'mask.h', 'Line' => '96', 'Memb' => { '0' => { 'name' => 'm_value', 'offset' => '0', - 'type' => '830301' + 'type' => '849058' } }, - 'Name' => 'OSL_v1_13_4::Mask<16>', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::Mask<16>', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '4', 'TParam' => { '0' => { @@ -42985,111 +46977,37 @@ $VAR1 = { }, 'Type' => 'Class' }, - '830301' => { - 'BaseType' => '830319', + '849058' => { + 'BaseType' => '849076', 'Header' => 'mask.h', 'Line' => '116', - 'Name' => 'OSL_v1_13_4::Mask<16>::ValueType', - 'NameSpace' => 'OSL_v1_13_4::Mask<16>', + 'Name' => 'OSL_v1_13_5::Mask<16>::ValueType', + 'NameSpace' => 'OSL_v1_13_5::Mask<16>', 'Size' => '4', 'Type' => 'Typedef' }, - '830319' => { - 'BaseType' => '397980', + '849076' => { + 'BaseType' => '409997', 'Header' => 'mask.h', 'Line' => '108', - 'Name' => 'OSL_v1_13_4::Mask<16>::Value32or64Type', - 'NameSpace' => 'OSL_v1_13_4::Mask<16>', + 'Name' => 'OSL_v1_13_5::Mask<16>::Value32or64Type', + 'NameSpace' => 'OSL_v1_13_5::Mask<16>', 'Private' => 1, 'Size' => '4', 'Type' => 'Typedef' }, - '83166' => { - 'Header' => 'stl_tree.h', - 'Line' => '99', - 'Memb' => { - '0' => { - 'name' => '_S_red', - 'value' => '0' - }, - '1' => { - 'name' => '_S_black', - 'value' => '1' - } - }, - 'Name' => 'enum std::_Rb_tree_color', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '83198' => { - 'Copied' => 1, - 'Header' => 'stl_tree.h', - 'Line' => '101', - 'Memb' => { - '0' => { - 'name' => '_M_color', - 'offset' => '0', - 'type' => '83166' - }, - '1' => { - 'name' => '_M_parent', - 'offset' => '8', - 'type' => '83224' - }, - '2' => { - 'name' => '_M_left', - 'offset' => '16', - 'type' => '83224' - }, - '3' => { - 'name' => '_M_right', - 'offset' => '24', - 'type' => '83224' - } - }, - 'Name' => 'struct std::_Rb_tree_node_base', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Struct' - }, - '83224' => { - 'BaseType' => '646430', - 'Header' => 'stl_tree.h', - 'Line' => '103', - 'Name' => 'std::_Rb_tree_node_base::_Base_ptr', - 'NameSpace' => 'std::_Rb_tree_node_base', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '83394' => { - 'Copied' => 1, - 'Header' => 'stl_tree.h', - 'Line' => '168', - 'Memb' => { - '0' => { - 'name' => '_M_header', - 'offset' => '0', - 'type' => '83198' - }, - '1' => { - 'name' => '_M_node_count', - 'offset' => '32', - 'type' => '3688' - } - }, - 'Name' => 'struct std::_Rb_tree_header', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Struct' - }, - '838553' => { + '852554' => { + 'BaseType' => '258', + 'Header' => 'shaderglobals.h', + 'Line' => '170', + 'Name' => 'OSL_v1_13_5::OpaqueExecContextPtr', + 'NameSpace' => 'OSL_v1_13_5', + 'Size' => '8', + 'Type' => 'Typedef' + }, + '857584' => { 'Header' => 'ImathVec.h', - 'Line' => '303', + 'Line' => '304', 'Memb' => { '0' => { 'name' => 'x', @@ -43118,14 +47036,14 @@ $VAR1 = { }, 'Type' => 'Class' }, - '840261' => { + '859292' => { 'Header' => 'ImathMatrix.h', - 'Line' => '318', + 'Line' => '320', 'Memb' => { '0' => { 'name' => 'x', 'offset' => '0', - 'type' => '848653' + 'type' => '867716' } }, 'Name' => 'Imath_3_1::Matrix33', @@ -43139,26 +47057,9 @@ $VAR1 = { }, 'Type' => 'Class' }, - '84357' => { - 'Copied' => 1, - 'Header' => 'shared_ptr_base.h', - 'Line' => '94', - 'Name' => 'std::_Mutex_base<2>', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Lp', - 'type' => '565028', - 'val' => '2' - } - }, - 'Type' => 'Class' - }, - '843619' => { + '862682' => { 'Base' => { - '838553' => { + '857584' => { 'pos' => '0' } }, @@ -43175,125 +47076,84 @@ $VAR1 = { }, 'Type' => 'Class' }, - '84577' => { - 'Header' => 'atomic_base.h', - 'Line' => '169', - 'Memb' => { - '0' => { - 'name' => '_M_i', - 'offset' => '0', - 'type' => '84604' - } - }, - 'Name' => 'struct std::__atomic_flag_base', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'Type' => 'Struct' - }, - '84604' => { - 'BaseType' => '638960', - 'Header' => 'atomic_base.h', - 'Line' => '152', - 'Name' => 'std::__atomic_flag_data_type', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'Type' => 'Typedef' - }, - '84616' => { - 'Base' => { - '84577' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'atomic_base.h', - 'Line' => '179', - 'Name' => 'struct std::atomic_flag', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'Type' => 'Struct' - }, - '847960' => { - 'BaseType' => '774546', - 'Name' => 'OSL_v1_13_4::pvt::TypeSpec*', + '867023' => { + 'BaseType' => '788432', + 'Name' => 'OSL_v1_13_5::pvt::TypeSpec*', 'Size' => '8', 'Type' => 'Pointer' }, - '848591' => { - 'BaseType' => '780720', - 'Name' => 'OSL_v1_13_4::pvt::Opcode*', + '867654' => { + 'BaseType' => '794606', + 'Name' => 'OSL_v1_13_5::pvt::Opcode*', 'Size' => '8', 'Type' => 'Pointer' }, - '848653' => { + '867716' => { 'BaseType' => '50', 'Name' => 'float[3]', 'Size' => '12', 'Type' => 'Array' }, - '848766' => { + '867859' => { 'BaseType' => '104', 'Name' => 'unsigned char[4]', 'Size' => '4', 'Type' => 'Array' }, - '848782' => { - 'BaseType' => '782261', - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::PerThreadInfo*', + '867875' => { + 'BaseType' => '796153', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::PerThreadInfo*', 'Size' => '8', 'Type' => 'Pointer' }, - '848788' => { - 'BaseType' => '848782', - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::PerThreadInfo*const', + '867881' => { + 'BaseType' => '867875', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::PerThreadInfo*const', 'Size' => '8', 'Type' => 'Const' }, - '848793' => { - 'BaseType' => '782333', - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::PerThreadInfo::Impl*', + '867886' => { + 'BaseType' => '796225', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::PerThreadInfo::Impl*', 'Size' => '8', 'Type' => 'Pointer' }, - '848799' => { - 'BaseType' => '782382', - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::PerThreadInfo const*', + '867892' => { + 'BaseType' => '796274', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::PerThreadInfo const*', 'Size' => '8', 'Type' => 'Pointer' }, - '848805' => { - 'BaseType' => '782387', - 'Name' => 'struct OSL_v1_13_4::pvt::LLVM_Util::ScopedJitMemoryUser*', + '867898' => { + 'BaseType' => '796279', + 'Name' => 'struct OSL_v1_13_5::pvt::LLVM_Util::ScopedJitMemoryUser*', 'Size' => '8', 'Type' => 'Pointer' }, - '848841' => { - 'BaseType' => '782246', - 'Name' => 'OSL_v1_13_4::pvt::LLVM_Util*', + '867934' => { + 'BaseType' => '796138', + 'Name' => 'OSL_v1_13_5::pvt::LLVM_Util*', 'Size' => '8', 'Type' => 'Pointer' }, - '848859' => { - 'BaseType' => '848865', + '867952' => { + 'BaseType' => '867958', 'Name' => 'llvm::BasicBlock**', 'Size' => '8', 'Type' => 'Pointer' }, - '848865' => { - 'BaseType' => '848889', + '867958' => { + 'BaseType' => '867982', 'Name' => 'llvm::BasicBlock*', 'Size' => '8', 'Type' => 'Pointer' }, - '848889' => { + '867982' => { 'Base' => { - '1026028' => { + '1045373' => { 'pos' => '1' }, - '852650' => { + '871743' => { 'pos' => '0' } }, @@ -43304,13 +47164,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'InstList', 'offset' => '40', - 'type' => '848967' + 'type' => '868060' }, '1' => { 'access' => 'private', 'name' => 'Parent', 'offset' => '56', - 'type' => '1074546' + 'type' => '1094038' } }, 'Name' => 'llvm::BasicBlock', @@ -43319,8 +47179,8 @@ $VAR1 = { 'Size' => '64', 'Type' => 'Class' }, - '848967' => { - 'BaseType' => '1021287', + '868060' => { + 'BaseType' => '1040632', 'Header' => 'BasicBlock.h', 'Line' => '61', 'Name' => 'llvm::BasicBlock::InstListType', @@ -43329,8 +47189,8 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Typedef' }, - '849887' => { - 'BaseType' => '1021853', + '868980' => { + 'BaseType' => '1041198', 'Header' => 'BasicBlock.h', 'Line' => '90', 'Name' => 'llvm::BasicBlock::iterator', @@ -43339,123 +47199,9 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '85032' => { - 'Header' => 'std_function.h', - 'Line' => '77', - 'Memb' => { - '0' => { - 'name' => '_M_object', - 'offset' => '0', - 'type' => '258' - }, - '1' => { - 'name' => '_M_const_object', - 'offset' => '0', - 'type' => '555887' - }, - '2' => { - 'name' => '_M_function_pointer', - 'offset' => '0', - 'type' => '555923' - }, - '3' => { - 'name' => '_M_member_pointer', - 'offset' => '0', - 'type' => '647003' - } - }, - 'Name' => 'union std::_Nocopy_types', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Union' - }, - '85099' => { - 'Copied' => 1, - 'Name' => 'std::_Undefined_class', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Type' => 'Class' - }, - '85104' => { - 'Header' => 'std_function.h', - 'Line' => '85', - 'Memb' => { - '0' => { - 'name' => '_M_unused', - 'offset' => '0', - 'type' => '85032' - }, - '1' => { - 'name' => '_M_pod_data', - 'offset' => '0', - 'type' => '647025' - } - }, - 'Name' => 'union std::_Any_data', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Union' - }, - '85205' => { - 'BaseType' => '85104', - 'Name' => 'union std::_Any_data const', - 'Size' => '16', - 'Type' => 'Const' - }, - '85210' => { - 'Header' => 'std_function.h', - 'Line' => '104', - 'Memb' => { - '0' => { - 'name' => '__get_type_info', - 'value' => '0' - }, - '1' => { - 'name' => '__get_functor_ptr', - 'value' => '1' - }, - '2' => { - 'name' => '__clone_functor', - 'value' => '2' - }, - '3' => { - 'name' => '__destroy_functor', - 'value' => '3' - } - }, - 'Name' => 'enum std::_Manager_operation', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '85254' => { - 'Copied' => 1, - 'Header' => 'std_function.h', - 'Line' => '131', - 'Memb' => { - '0' => { - 'name' => '_M_functor', - 'offset' => '0', - 'type' => '85104' - }, - '1' => { - 'name' => '_M_manager', - 'offset' => '16', - 'type' => '85404' - } - }, - 'Name' => 'std::_Function_base', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Class' - }, - '852630' => { + '871723' => { 'Base' => { - '44556865' => { + '44790879' => { 'pos' => '0' } }, @@ -43468,9 +47214,9 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Class' }, - '852635' => { + '871728' => { 'Base' => { - '852630' => { + '871723' => { 'pos' => '0' } }, @@ -43482,13 +47228,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'Checksum', 'offset' => '24', - 'type' => '44560924' + 'type' => '44794938' }, '1' => { 'access' => 'private', 'name' => 'Source', 'offset' => '48', - 'type' => '44561747' + 'type' => '44795761' } }, 'Name' => 'llvm::DIFile', @@ -43497,9 +47243,9 @@ $VAR1 = { 'Size' => '64', 'Type' => 'Class' }, - '852640' => { + '871733' => { 'Base' => { - '909972' => { + '929212' => { 'pos' => '0' } }, @@ -43512,7 +47258,7 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Class' }, - '852650' => { + '871743' => { 'Header' => 'Value.h', 'Line' => '74', 'Memb' => { @@ -43520,13 +47266,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'VTy', 'offset' => '0', - 'type' => '1074552' + 'type' => '1094044' }, '1' => { 'access' => 'private', 'name' => 'UseList', 'offset' => '8', - 'type' => '1087470' + 'type' => '1107637' }, '10' => { 'access' => 'protected', @@ -43603,24 +47349,33 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Class' }, - '85404' => { - 'BaseType' => '647053', - 'Header' => 'std_function.h', - 'Line' => '265', - 'Name' => 'std::_Function_base::_Manager_type', - 'NameSpace' => 'std::_Function_base', + '87749' => { + 'Header' => 'stl_tree.h', + 'Line' => '99', + 'Memb' => { + '0' => { + 'name' => '_S_red', + 'value' => '0' + }, + '1' => { + 'name' => '_S_black', + 'value' => '1' + } + }, + 'Name' => 'enum std::_Rb_tree_color', + 'NameSpace' => 'std', 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' + 'Size' => '4', + 'Type' => 'Enum' }, - '858585' => { + '877678' => { 'Header' => 'LLVMContext.h', 'Line' => '67', 'Memb' => { '0' => { 'name' => 'pImpl', 'offset' => '0', - 'type' => '1091494' + 'type' => '1111661' } }, 'Name' => 'llvm::LLVMContext', @@ -43629,7 +47384,49 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Class' }, - '860224' => { + '87781' => { + 'Copied' => 1, + 'Header' => 'stl_tree.h', + 'Line' => '101', + 'Memb' => { + '0' => { + 'name' => '_M_color', + 'offset' => '0', + 'type' => '87749' + }, + '1' => { + 'name' => '_M_parent', + 'offset' => '8', + 'type' => '87807' + }, + '2' => { + 'name' => '_M_left', + 'offset' => '16', + 'type' => '87807' + }, + '3' => { + 'name' => '_M_right', + 'offset' => '24', + 'type' => '87807' + } + }, + 'Name' => 'struct std::_Rb_tree_node_base', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '32', + 'Type' => 'Struct' + }, + '87807' => { + 'BaseType' => '662973', + 'Header' => 'stl_tree.h', + 'Line' => '103', + 'Name' => 'std::_Rb_tree_node_base::_Base_ptr', + 'NameSpace' => 'std::_Rb_tree_node_base', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '879317' => { 'Header' => 'Module.h', 'Line' => '65', 'Memb' => { @@ -43637,109 +47434,109 @@ $VAR1 = { 'access' => 'private', 'name' => 'Context', 'offset' => '0', - 'type' => '1074528' + 'type' => '1094020' }, '1' => { 'access' => 'private', 'name' => 'GlobalList', 'offset' => '8', - 'type' => '860726' + 'type' => '879819' }, '10' => { 'access' => 'private', 'name' => 'Materializer', 'offset' => '144', - 'type' => '476674' + 'type' => '488691' }, '11' => { 'access' => 'private', 'name' => 'ModuleID', 'offset' => '152', - 'type' => '43892' + 'type' => '43980' }, '12' => { 'access' => 'private', 'name' => 'SourceFileName', 'offset' => '160', - 'type' => '43892' + 'type' => '43980' }, '13' => { 'access' => 'private', 'name' => 'TargetTriple', 'offset' => '168', - 'type' => '43892' + 'type' => '43980' }, '14' => { 'access' => 'private', 'name' => 'NamedMDSymTab', 'offset' => '176', - 'type' => '861003' + 'type' => '880096' }, '15' => { 'access' => 'private', 'name' => 'DL', 'offset' => '208', - 'type' => '912149' + 'type' => '931389' }, '16' => { 'access' => 'private', 'name' => 'CurrentIntrinsicIds', 'offset' => '624', - 'type' => '1066157' + 'type' => '1085561' }, '17' => { 'access' => 'private', 'name' => 'UniquedIntrinsicNames', 'offset' => '656', - 'type' => '1069062' + 'type' => '1088466' }, '2' => { 'access' => 'private', 'name' => 'FunctionList', 'offset' => '24', - 'type' => '860757' + 'type' => '879850' }, '3' => { 'access' => 'private', 'name' => 'AliasList', 'offset' => '40', - 'type' => '860788' + 'type' => '879881' }, '4' => { 'access' => 'private', 'name' => 'IFuncList', 'offset' => '56', - 'type' => '860819' + 'type' => '879912' }, '5' => { 'access' => 'private', 'name' => 'NamedMDList', 'offset' => '72', - 'type' => '860850' + 'type' => '879943' }, '6' => { 'access' => 'private', 'name' => 'GlobalScopeAsm', 'offset' => '88', - 'type' => '43892' + 'type' => '43980' }, '7' => { 'access' => 'private', 'name' => 'ValSymTab', 'offset' => '96', - 'type' => '466956' + 'type' => '478973' }, '8' => { 'access' => 'private', 'name' => 'ComdatSymTab', 'offset' => '104', - 'type' => '860907' + 'type' => '880000' }, '9' => { 'access' => 'private', 'name' => 'OwnedMemoryBuffer', 'offset' => '136', - 'type' => '474185' + 'type' => '486202' } }, 'Name' => 'llvm::Module', @@ -43748,8 +47545,30 @@ $VAR1 = { 'Size' => '680', 'Type' => 'Class' }, - '860726' => { - 'BaseType' => '1047582', + '87977' => { + 'Copied' => 1, + 'Header' => 'stl_tree.h', + 'Line' => '168', + 'Memb' => { + '0' => { + 'name' => '_M_header', + 'offset' => '0', + 'type' => '87781' + }, + '1' => { + 'name' => '_M_node_count', + 'offset' => '32', + 'type' => '3688' + } + }, + 'Name' => 'struct std::_Rb_tree_header', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '40', + 'Type' => 'Struct' + }, + '879819' => { + 'BaseType' => '1066986', 'Header' => 'Module.h', 'Line' => '70', 'Name' => 'llvm::Module::GlobalListType', @@ -43758,8 +47577,8 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Typedef' }, - '860757' => { - 'BaseType' => '1051203', + '879850' => { + 'BaseType' => '1070607', 'Header' => 'Module.h', 'Line' => '72', 'Name' => 'llvm::Module::FunctionListType', @@ -43768,8 +47587,8 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Typedef' }, - '860788' => { - 'BaseType' => '1054852', + '879881' => { + 'BaseType' => '1074256', 'Header' => 'Module.h', 'Line' => '74', 'Name' => 'llvm::Module::AliasListType', @@ -43778,8 +47597,8 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Typedef' }, - '860819' => { - 'BaseType' => '1058473', + '879912' => { + 'BaseType' => '1077877', 'Header' => 'Module.h', 'Line' => '76', 'Name' => 'llvm::Module::IFuncListType', @@ -43788,8 +47607,8 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Typedef' }, - '860850' => { - 'BaseType' => '1069804', + '879943' => { + 'BaseType' => '1089208', 'Header' => 'Module.h', 'Line' => '78', 'Name' => 'llvm::Module::NamedMDListType', @@ -43798,8 +47617,8 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Typedef' }, - '860907' => { - 'BaseType' => '1063818', + '880000' => { + 'BaseType' => '1083222', 'Header' => 'Module.h', 'Line' => '80', 'Name' => 'llvm::Module::ComdatSymTabType', @@ -43808,8 +47627,8 @@ $VAR1 = { 'Size' => '32', 'Type' => 'Typedef' }, - '861003' => { - 'BaseType' => '1064990', + '880096' => { + 'BaseType' => '1084394', 'Header' => 'Module.h', 'Line' => '82', 'Name' => 'llvm::Module::NamedMDSymTabType', @@ -43818,12 +47637,12 @@ $VAR1 = { 'Size' => '32', 'Type' => 'Typedef' }, - '866754' => { + '885847' => { 'Base' => { - '1035480' => { + '1054841' => { 'pos' => '1' }, - '965500' => { + '984813' => { 'pos' => '0' } }, @@ -43834,13 +47653,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'BasicBlocks', 'offset' => '72', - 'type' => '866995' + 'type' => '886088' }, '1' => { 'access' => 'private', 'name' => 'Arguments', 'offset' => '88', - 'type' => '1091470' + 'type' => '1111637' }, '2' => { 'access' => 'private', @@ -43852,13 +47671,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'SymTab', 'offset' => '104', - 'type' => '466956' + 'type' => '478973' }, '4' => { 'access' => 'private', 'name' => 'AttributeSets', 'offset' => '112', - 'type' => '949602' + 'type' => '968915' } }, 'Name' => 'llvm::Function', @@ -43867,8 +47686,8 @@ $VAR1 = { 'Size' => '120', 'Type' => 'Class' }, - '866995' => { - 'BaseType' => '1029354', + '886088' => { + 'BaseType' => '1048699', 'Header' => 'Function.h', 'Line' => '65', 'Name' => 'llvm::Function::BasicBlockListType', @@ -43877,53 +47696,53 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Typedef' }, - '8702484' => { + '8880276' => { 'Base' => { - '9000489' => { + '9184537' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '1076207' + 'type' => '1095857' } }, 'Type' => 'Class' }, - '8702634' => { + '8880426' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '8702484' + 'type' => '8880276' } }, 'Type' => 'Struct' }, - '8702648' => { - 'BaseType' => '9176360', + '8880440' => { + 'BaseType' => '9363383', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8702955' => { + '8880747' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -43931,26 +47750,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '8703153' + 'type' => '8880945' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1076207' + 'type' => '1095857' }, '1' => { 'key' => '_Alloc', - 'type' => '8702484' + 'type' => '8880276' } }, 'Type' => 'Struct' }, - '8702968' => { + '8880760' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -43958,56 +47777,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '8703141' + 'type' => '8880933' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '8703141' + 'type' => '8880933' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '8703141' + 'type' => '8880933' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '8703141' => { - 'BaseType' => '9001117', + '8880933' => { + 'BaseType' => '9185165', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8703153' => { + '8880945' => { 'Base' => { - '8702484' => { + '8880276' => { 'pos' => '0' }, - '8702968' => { + '8880760' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '8703931' => { + '8881723' => { 'Base' => { - '8702955' => { + '8880747' => { 'access' => 'protected', 'pos' => '0' } @@ -44015,19 +47834,19 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1076207' + 'type' => '1095857' } }, 'Type' => 'Class' }, - '8707166' => { + '8884958' => { 'Copied' => 1, 'Header' => 'unordered_map.h', 'Line' => '102', @@ -44036,91 +47855,91 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_h', 'offset' => '0', - 'type' => '8707179' + 'type' => '8884971' } }, - 'Name' => 'std::unordered_map, std::equal_to >', + 'Name' => 'std::unordered_map, std::equal_to >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '56', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_Tp', - 'type' => '1076207' + 'type' => '1095857' }, '2' => { 'key' => '_Hash', - 'type' => '112755' + 'type' => '117379' }, '3' => { 'key' => '_Pred', - 'type' => '314090' + 'type' => '318714' } }, 'Type' => 'Class' }, - '8707179' => { - 'BaseType' => '223828', + '8884971' => { + 'BaseType' => '228452', 'Header' => 'unordered_map.h', 'Line' => '104', - 'Name' => 'std::unordered_map, std::equal_to >::_Hashtable', - 'NameSpace' => 'std::unordered_map, std::equal_to >', + 'Name' => 'std::unordered_map, std::equal_to >::_Hashtable', + 'NameSpace' => 'std::unordered_map, std::equal_to >', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '56', 'Type' => 'Typedef' }, - '8709832' => { + '8887624' => { 'Base' => { - '9002348' => { + '9186396' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator, std::equal_to, std::allocator > > >', + 'Name' => 'std::allocator, std::equal_to, std::allocator > > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'name' => 'std::unordered_map, std::equal_to, std::allocator > >' + 'name' => 'std::unordered_map, std::equal_to, std::allocator > >' } }, 'Type' => 'Class' }, - '8709982' => { + '8887774' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits, std::equal_to, std::allocator > > > >', + 'Name' => 'struct std::allocator_traits, std::equal_to, std::allocator > > > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '8709832' + 'type' => '8887624' } }, 'Type' => 'Struct' }, - '8709996' => { - 'BaseType' => '9176643', + '8887788' => { + 'BaseType' => '9363666', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits, std::equal_to, std::allocator > > > >::pointer', - 'NameSpace' => 'std::allocator_traits, std::equal_to, std::allocator > > > >', + 'Name' => 'std::allocator_traits, std::equal_to, std::allocator > > > >::pointer', + 'NameSpace' => 'std::allocator_traits, std::equal_to, std::allocator > > > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8710245' => { + '8888037' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -44128,26 +47947,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '8710443' + 'type' => '8888235' } }, - 'Name' => 'struct std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', + 'Name' => 'struct std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '8707166' + 'type' => '8884958' }, '1' => { 'key' => '_Alloc', - 'type' => '8709832' + 'type' => '8887624' } }, 'Type' => 'Struct' }, - '8710258' => { + '8888050' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -44155,56 +47974,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '8710431' + 'type' => '8888223' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '8710431' + 'type' => '8888223' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '8710431' + 'type' => '8888223' } }, - 'Name' => 'struct std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', + 'Name' => 'struct std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '8710431' => { - 'BaseType' => '9002914', + '8888223' => { + 'BaseType' => '9186962', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >::pointer', - 'NameSpace' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', + 'Name' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >::pointer', + 'NameSpace' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8710443' => { + '8888235' => { 'Base' => { - '8709832' => { + '8887624' => { 'pos' => '0' }, - '8710258' => { + '8888050' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', + 'Name' => 'struct std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base, std::equal_to >, std::allocator, std::equal_to, std::allocator > > > >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '8711192' => { + '8888984' => { 'Base' => { - '8710245' => { + '8888037' => { 'access' => 'protected', 'pos' => '0' } @@ -44212,19 +48031,19 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector, std::equal_to > >', + 'Name' => 'std::vector, std::equal_to > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '8707166' + 'type' => '8884958' } }, 'Type' => 'Class' }, - '8714915' => { + '8892707' => { 'Copied' => 1, 'Header' => 'ptr_traits.h', 'Line' => '127', @@ -44235,13 +48054,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => '_Ptr', - 'type' => '648561' + 'type' => '665104' } }, 'Type' => 'Struct' }, - '8714966' => { - 'BaseType' => '648561', + '8892758' => { + 'BaseType' => '665104', 'Header' => 'ptr_traits.h', 'Line' => '137', 'Name' => 'std::pointer_traits::rebind', @@ -44250,7 +48069,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '8715012' => { + '8892804' => { 'Copied' => 1, 'Header' => 'stl_deque.h', 'Line' => '110', @@ -44258,22 +48077,22 @@ $VAR1 = { '0' => { 'name' => '_M_cur', 'offset' => '0', - 'type' => '8715041' + 'type' => '8892833' }, '1' => { 'name' => '_M_first', 'offset' => '8', - 'type' => '8715041' + 'type' => '8892833' }, '2' => { 'name' => '_M_last', 'offset' => '16', - 'type' => '8715041' + 'type' => '8892833' }, '3' => { 'name' => '_M_node', 'offset' => '24', - 'type' => '8715105' + 'type' => '8892897' } }, 'Name' => 'struct std::_Deque_iterator', @@ -44287,17 +48106,17 @@ $VAR1 = { }, '1' => { 'key' => '_Ref', - 'type' => '648583' + 'type' => '665126' }, '2' => { 'key' => '_Ptr', - 'type' => '648561' + 'type' => '665104' } }, 'Type' => 'Struct' }, - '8715041' => { - 'BaseType' => '8715053', + '8892833' => { + 'BaseType' => '8892845', 'Header' => 'stl_deque.h', 'Line' => '126', 'Name' => 'std::_Deque_iterator::_Elt_pointer', @@ -44306,8 +48125,8 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '8715053' => { - 'BaseType' => '8714966', + '8892845' => { + 'BaseType' => '8892758', 'Header' => 'stl_deque.h', 'Line' => '120', 'Name' => 'std::_Deque_iterator::__ptr_to', @@ -44317,8 +48136,8 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '8715105' => { - 'BaseType' => '8715053', + '8892897' => { + 'BaseType' => '8892845', 'Header' => 'stl_deque.h', 'Line' => '127', 'Name' => 'std::_Deque_iterator::_Map_pointer', @@ -44327,7 +48146,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '8715813' => { + '8893605' => { 'Copied' => 1, 'Header' => 'stl_deque.h', 'Line' => '479', @@ -44336,7 +48155,7 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '8715827' + 'type' => '8893619' } }, 'Name' => 'std::_Deque_base >', @@ -44350,14 +48169,14 @@ $VAR1 = { }, '1' => { 'key' => '_Alloc', - 'type' => '94652' + 'type' => '99276' } }, 'Type' => 'Class' }, - '8715827' => { + '8893619' => { 'Base' => { - '94652' => { + '99276' => { 'pos' => '0' } }, @@ -44368,7 +48187,7 @@ $VAR1 = { '0' => { 'name' => '_M_map', 'offset' => '0', - 'type' => '8716058' + 'type' => '8893850' }, '1' => { 'name' => '_M_map_size', @@ -44378,12 +48197,12 @@ $VAR1 = { '2' => { 'name' => '_M_start', 'offset' => '16', - 'type' => '8716072' + 'type' => '8893864' }, '3' => { 'name' => '_M_finish', 'offset' => '48', - 'type' => '8716072' + 'type' => '8893864' } }, 'Name' => 'struct std::_Deque_base >::_Deque_impl', @@ -44393,8 +48212,8 @@ $VAR1 = { 'Size' => '80', 'Type' => 'Struct' }, - '8716058' => { - 'BaseType' => '8715105', + '8893850' => { + 'BaseType' => '8892897', 'Header' => 'stl_deque.h', 'Line' => '562', 'Name' => 'std::_Deque_base >::_Map_pointer', @@ -44404,8 +48223,8 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '8716072' => { - 'BaseType' => '8715012', + '8893864' => { + 'BaseType' => '8892804', 'Header' => 'stl_deque.h', 'Line' => '505', 'Name' => 'std::_Deque_base >::iterator', @@ -44414,9 +48233,26 @@ $VAR1 = { 'Size' => '32', 'Type' => 'Typedef' }, - '8716930' => { + '88940' => { + 'Copied' => 1, + 'Header' => 'shared_ptr_base.h', + 'Line' => '94', + 'Name' => 'std::_Mutex_base<2>', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Lp', + 'type' => '580825', + 'val' => '2' + } + }, + 'Type' => 'Class' + }, + '8894722' => { 'Base' => { - '8715813' => { + '8893605' => { 'access' => 'protected', 'pos' => '0' } @@ -44435,12 +48271,12 @@ $VAR1 = { }, '1' => { 'key' => '_Alloc', - 'type' => '94652' + 'type' => '99276' } }, 'Type' => 'Class' }, - '8720188' => { + '8897980' => { 'Copied' => 1, 'Header' => 'stl_stack.h', 'Line' => '99', @@ -44449,7 +48285,7 @@ $VAR1 = { 'access' => 'protected', 'name' => 'c', 'offset' => '0', - 'type' => '8716930' + 'type' => '8894722' } }, 'Name' => 'std::stack > >', @@ -44463,58 +48299,58 @@ $VAR1 = { }, '1' => { 'key' => '_Sequence', - 'type' => '8716930' + 'type' => '8894722' } }, 'Type' => 'Class' }, - '8725510' => { + '8903302' => { 'Base' => { - '9005009' => { + '9189057' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator >', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '9090753' + 'type' => '9275562' } }, 'Type' => 'Class' }, - '8725660' => { + '8903452' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits > >', + 'Name' => 'struct std::allocator_traits > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '8725510' + 'type' => '8903302' } }, 'Type' => 'Struct' }, - '8725674' => { - 'BaseType' => '9177849', + '8903466' => { + 'BaseType' => '9364872', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits > >::pointer', - 'NameSpace' => 'std::allocator_traits > >', + 'Name' => 'std::allocator_traits > >::pointer', + 'NameSpace' => 'std::allocator_traits > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8725923' => { + '8903715' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -44522,26 +48358,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '8726121' + 'type' => '8903913' } }, - 'Name' => 'struct std::_Vector_base, std::allocator > >', + 'Name' => 'struct std::_Vector_base, std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '9090753' + 'type' => '9275562' }, '1' => { 'key' => '_Alloc', - 'type' => '8725510' + 'type' => '8903302' } }, 'Type' => 'Struct' }, - '8725936' => { + '8903728' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -44549,56 +48385,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '8726109' + 'type' => '8903901' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '8726109' + 'type' => '8903901' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '8726109' + 'type' => '8903901' } }, - 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '8726109' => { - 'BaseType' => '9005575', + '8903901' => { + 'BaseType' => '9189623', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base, std::allocator > >::pointer', - 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'Name' => 'std::_Vector_base, std::allocator > >::pointer', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8726121' => { + '8903913' => { 'Base' => { - '8725510' => { + '8903302' => { 'pos' => '0' }, - '8725936' => { + '8903728' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base, std::allocator > >', + 'Name' => 'struct std::_Vector_base, std::allocator > >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base, std::allocator > >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '8726870' => { + '8904662' => { 'Base' => { - '8725923' => { + '8903715' => { 'access' => 'protected', 'pos' => '0' } @@ -44606,65 +48442,65 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector >', + 'Name' => 'std::vector >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '9090753' + 'type' => '9275562' } }, 'Type' => 'Class' }, - '8734497' => { + '8912289' => { 'Base' => { - '9007463' => { + '9191511' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '9178363' + 'type' => '9365386' } }, 'Type' => 'Class' }, - '8734647' => { + '8912439' => { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '8734497' + 'type' => '8912289' } }, 'Type' => 'Struct' }, - '8734661' => { - 'BaseType' => '9178357', + '8912453' => { + 'BaseType' => '9365380', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8734910' => { + '8912702' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '81', @@ -44672,26 +48508,26 @@ $VAR1 = { '0' => { 'name' => '_M_impl', 'offset' => '0', - 'type' => '8735108' + 'type' => '8912900' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '9178363' + 'type' => '9365386' }, '1' => { 'key' => '_Alloc', - 'type' => '8734497' + 'type' => '8912289' } }, 'Type' => 'Struct' }, - '8734923' => { + '8912715' => { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '88', @@ -44699,56 +48535,56 @@ $VAR1 = { '0' => { 'name' => '_M_start', 'offset' => '0', - 'type' => '8735096' + 'type' => '8912888' }, '1' => { 'name' => '_M_finish', 'offset' => '8', - 'type' => '8735096' + 'type' => '8912888' }, '2' => { 'name' => '_M_end_of_storage', 'offset' => '16', - 'type' => '8735096' + 'type' => '8912888' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '8735096' => { - 'BaseType' => '9008029', + '8912888' => { + 'BaseType' => '9192077', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8735108' => { + '8912900' => { 'Base' => { - '8734497' => { + '8912289' => { 'pos' => '0' }, - '8734923' => { + '8912715' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' }, - '8735857' => { + '8913649' => { 'Base' => { - '8734910' => { + '8912702' => { 'access' => 'protected', 'pos' => '0' } @@ -44756,199 +48592,81 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '9178363' + 'type' => '9365386' } }, 'Type' => 'Class' }, - '873664' => { - 'Header' => 'Type.h', - 'Line' => '45', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'Context', - 'offset' => '0', - 'type' => '1074528' - }, - '1' => { - 'access' => 'private', - 'bitfield' => '8', - 'name' => 'ID', - 'offset' => '8', - 'type' => '873677' - }, - '2' => { - 'access' => 'private', - 'bitfield' => '24', - 'name' => 'SubclassData', - 'offset' => '8', - 'type' => '74' - }, - '3' => { - 'access' => 'protected', - 'name' => 'NumContainedTys', - 'offset' => '12', - 'type' => '74' - }, - '4' => { - 'access' => 'protected', - 'name' => 'ContainedTys', - 'offset' => '16', - 'type' => '1088472' - } - }, - 'Name' => 'llvm::Type', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Class' - }, - '873677' => { - 'Header' => 'Type.h', - 'Line' => '54', - 'Memb' => { - '0' => { - 'name' => 'HalfTyID', - 'value' => '0' - }, - '1' => { - 'name' => 'BFloatTyID', - 'value' => '1' - }, - '10' => { - 'name' => 'X86_MMXTyID', - 'value' => '10' - }, - '11' => { - 'name' => 'X86_AMXTyID', - 'value' => '11' - }, - '12' => { - 'name' => 'TokenTyID', - 'value' => '12' - }, - '13' => { - 'name' => 'IntegerTyID', - 'value' => '13' - }, - '14' => { - 'name' => 'FunctionTyID', - 'value' => '14' - }, - '15' => { - 'name' => 'PointerTyID', - 'value' => '15' - }, - '16' => { - 'name' => 'StructTyID', - 'value' => '16' - }, - '17' => { - 'name' => 'ArrayTyID', - 'value' => '17' - }, - '18' => { - 'name' => 'FixedVectorTyID', - 'value' => '18' - }, - '19' => { - 'name' => 'ScalableVectorTyID', - 'value' => '19' - }, - '2' => { - 'name' => 'FloatTyID', - 'value' => '2' - }, - '3' => { - 'name' => 'DoubleTyID', - 'value' => '3' - }, - '4' => { - 'name' => 'X86_FP80TyID', - 'value' => '4' - }, - '5' => { - 'name' => 'FP128TyID', - 'value' => '5' - }, - '6' => { - 'name' => 'PPC_FP128TyID', - 'value' => '6' - }, - '7' => { - 'name' => 'VoidTyID', - 'value' => '7' - }, - '8' => { - 'name' => 'LabelTyID', - 'value' => '8' - }, - '9' => { - 'name' => 'MetadataTyID', - 'value' => '9' - } - }, - 'Name' => 'enum llvm::Type::TypeID', - 'NameSpace' => 'llvm::Type', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '8738976' => { + '89160' => { + 'Header' => 'atomic_base.h', + 'Line' => '169', + 'Memb' => { + '0' => { + 'name' => '_M_i', + 'offset' => '0', + 'type' => '89187' + } + }, + 'Name' => 'struct std::__atomic_flag_base', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'Type' => 'Struct' + }, + '8916768' => { 'Base' => { - '9008120' => { + '9192168' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '9178601' + 'type' => '9365624' } }, 'Type' => 'Class' }, - '8739580' => { + '8917372' => { 'Copied' => 1, 'Header' => 'ptr_traits.h', 'Line' => '127', - 'Name' => 'struct std::pointer_traits', + 'Name' => 'struct std::pointer_traits', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Ptr', - 'type' => '9178590' + 'type' => '9365613' } }, 'Type' => 'Struct' }, - '8739631' => { - 'BaseType' => '9178590', + '8917423' => { + 'BaseType' => '9365613', 'Header' => 'ptr_traits.h', 'Line' => '137', - 'Name' => 'std::pointer_traits::rebind', - 'NameSpace' => 'std::pointer_traits', + 'Name' => 'std::pointer_traits::rebind', + 'NameSpace' => 'std::pointer_traits', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8739677' => { + '8917469' => { 'Copied' => 1, 'Header' => 'stl_deque.h', 'Line' => '110', @@ -44956,76 +48674,86 @@ $VAR1 = { '0' => { 'name' => '_M_cur', 'offset' => '0', - 'type' => '8739706' + 'type' => '8917498' }, '1' => { 'name' => '_M_first', 'offset' => '8', - 'type' => '8739706' + 'type' => '8917498' }, '2' => { 'name' => '_M_last', 'offset' => '16', - 'type' => '8739706' + 'type' => '8917498' }, '3' => { 'name' => '_M_node', 'offset' => '24', - 'type' => '8739770' + 'type' => '8917562' } }, - 'Name' => 'struct std::_Deque_iterator', + 'Name' => 'struct std::_Deque_iterator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '32', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '9178601' + 'type' => '9365624' }, '1' => { 'key' => '_Ref', - 'type' => '9178618' + 'type' => '9365641' }, '2' => { 'key' => '_Ptr', - 'type' => '9178590' + 'type' => '9365613' } }, 'Type' => 'Struct' }, - '8739706' => { - 'BaseType' => '8739718', + '8917498' => { + 'BaseType' => '8917510', 'Header' => 'stl_deque.h', 'Line' => '126', - 'Name' => 'std::_Deque_iterator::_Elt_pointer', - 'NameSpace' => 'std::_Deque_iterator', + 'Name' => 'std::_Deque_iterator::_Elt_pointer', + 'NameSpace' => 'std::_Deque_iterator', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8739718' => { - 'BaseType' => '8739631', + '8917510' => { + 'BaseType' => '8917423', 'Header' => 'stl_deque.h', 'Line' => '120', - 'Name' => 'std::_Deque_iterator::__ptr_to', - 'NameSpace' => 'std::_Deque_iterator', + 'Name' => 'std::_Deque_iterator::__ptr_to', + 'NameSpace' => 'std::_Deque_iterator', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8739770' => { - 'BaseType' => '8739718', + '8917562' => { + 'BaseType' => '8917510', 'Header' => 'stl_deque.h', 'Line' => '127', - 'Name' => 'std::_Deque_iterator::_Map_pointer', - 'NameSpace' => 'std::_Deque_iterator', + 'Name' => 'std::_Deque_iterator::_Map_pointer', + 'NameSpace' => 'std::_Deque_iterator', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8741269' => { + '89187' => { + 'BaseType' => '655503', + 'Header' => 'atomic_base.h', + 'Line' => '152', + 'Name' => 'std::__atomic_flag_data_type', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'Type' => 'Typedef' + }, + '8919061' => { 'Copied' => 1, 'Header' => 'stl_deque.h', 'Line' => '479', @@ -45034,28 +48762,28 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '8741283' + 'type' => '8919075' } }, - 'Name' => 'std::_Deque_base >', + 'Name' => 'std::_Deque_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '80', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '9178601' + 'type' => '9365624' }, '1' => { 'key' => '_Alloc', - 'type' => '8738976' + 'type' => '8916768' } }, 'Type' => 'Class' }, - '8741283' => { + '8919075' => { 'Base' => { - '8738976' => { + '8916768' => { 'pos' => '0' } }, @@ -45066,7 +48794,7 @@ $VAR1 = { '0' => { 'name' => '_M_map', 'offset' => '0', - 'type' => '8741514' + 'type' => '8919306' }, '1' => { 'name' => '_M_map_size', @@ -45076,45 +48804,60 @@ $VAR1 = { '2' => { 'name' => '_M_start', 'offset' => '16', - 'type' => '8741528' + 'type' => '8919320' }, '3' => { 'name' => '_M_finish', 'offset' => '48', - 'type' => '8741528' + 'type' => '8919320' } }, - 'Name' => 'struct std::_Deque_base >::_Deque_impl', - 'NameSpace' => 'std::_Deque_base >', + 'Name' => 'struct std::_Deque_base >::_Deque_impl', + 'NameSpace' => 'std::_Deque_base >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '80', 'Type' => 'Struct' }, - '8741514' => { - 'BaseType' => '8739770', + '8919306' => { + 'BaseType' => '8917562', 'Header' => 'stl_deque.h', 'Line' => '562', - 'Name' => 'std::_Deque_base >::_Map_pointer', - 'NameSpace' => 'std::_Deque_base >', + 'Name' => 'std::_Deque_base >::_Map_pointer', + 'NameSpace' => 'std::_Deque_base >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8741528' => { - 'BaseType' => '8739677', + '8919320' => { + 'BaseType' => '8917469', 'Header' => 'stl_deque.h', 'Line' => '505', - 'Name' => 'std::_Deque_base >::iterator', - 'NameSpace' => 'std::_Deque_base >', + 'Name' => 'std::_Deque_base >::iterator', + 'NameSpace' => 'std::_Deque_base >', 'PrivateABI' => 1, 'Size' => '32', 'Type' => 'Typedef' }, - '8742386' => { + '89199' => { + 'Base' => { + '89160' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'atomic_base.h', + 'Line' => '179', + 'Name' => 'struct std::atomic_flag', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'Type' => 'Struct' + }, + '8920178' => { 'Base' => { - '8741269' => { + '8919061' => { 'access' => 'protected', 'pos' => '0' } @@ -45122,23 +48865,23 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_deque.h', 'Line' => '849', - 'Name' => 'std::deque >', + 'Name' => 'std::deque >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '80', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '9178601' + 'type' => '9365624' }, '1' => { 'key' => '_Alloc', - 'type' => '8738976' + 'type' => '8916768' } }, 'Type' => 'Class' }, - '8745649' => { + '8923441' => { 'Copied' => 1, 'Header' => 'stl_stack.h', 'Line' => '99', @@ -45147,28 +48890,28 @@ $VAR1 = { 'access' => 'protected', 'name' => 'c', 'offset' => '0', - 'type' => '8742386' + 'type' => '8920178' } }, - 'Name' => 'std::stack > >', + 'Name' => 'std::stack > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '80', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '9178601' + 'type' => '9365624' }, '1' => { 'key' => '_Sequence', - 'type' => '8742386' + 'type' => '8920178' } }, 'Type' => 'Class' }, - '8746070' => { + '8923862' => { 'Base' => { - '49394204' => { + '50278880' => { 'access' => 'private', 'pos' => '0' } @@ -45180,71 +48923,71 @@ $VAR1 = { '0' => { 'name' => 'first', 'offset' => '0', - 'type' => '1076236' + 'type' => '1095886' }, '1' => { 'name' => 'second', 'offset' => '8', - 'type' => '8753209' + 'type' => '8931001' } }, - 'Name' => 'struct std::pair >', + 'Name' => 'struct std::pair >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '56', 'TParam' => { '0' => { - 'type' => '1076236' + 'type' => '1095886' }, '1' => { - 'type' => '8753209' + 'type' => '8931001' } }, 'Type' => 'Struct' }, - '8746080' => { + '8923872' => { 'Base' => { - '9009167' => { + '9193215' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator > >', + 'Name' => 'std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '8746070' + 'type' => '8923862' } }, 'Type' => 'Class' }, - '8746480' => { + '8924272' => { 'Base' => { - '9009761' => { + '9193809' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator > > >', + 'Name' => 'std::allocator > > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '8746630' + 'type' => '8924422' } }, 'Type' => 'Class' }, - '8746630' => { + '8924422' => { 'Base' => { - '83198' => { + '87781' => { 'pos' => '0' } }, @@ -45255,65 +48998,65 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '32', - 'type' => '49507855' + 'type' => '50392531' } }, - 'Name' => 'struct std::_Rb_tree_node > >', + 'Name' => 'struct std::_Rb_tree_node > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '88', 'TParam' => { '0' => { - 'type' => '8746070' + 'type' => '8923862' } }, 'Type' => 'Struct' }, - '8746640' => { + '8924432' => { 'Header' => 'stl_function.h', 'Line' => '118', - 'Name' => 'struct std::binary_function', + 'Name' => 'struct std::binary_function', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg1', - 'type' => '1076230' + 'type' => '1095880' }, '1' => { 'key' => '_Arg2', - 'type' => '1076230' + 'type' => '1095880' }, '2' => { 'key' => '_Result', - 'type' => '638960' + 'type' => '655503' } }, 'Type' => 'Struct' }, - '8746681' => { + '8924473' => { 'Base' => { - '8746640' => { + '8924432' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '430', - 'Name' => 'struct std::less', + 'Name' => 'struct std::less', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1076230' + 'type' => '1095880' } }, 'Type' => 'Struct' }, - '8746757' => { + '8924549' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '142', @@ -45321,22 +49064,22 @@ $VAR1 = { '0' => { 'name' => '_M_key_compare', 'offset' => '0', - 'type' => '8746681' + 'type' => '8924473' } }, - 'Name' => 'struct std::_Rb_tree_key_compare >', + 'Name' => 'struct std::_Rb_tree_key_compare >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '8746681' + 'type' => '8924473' } }, 'Type' => 'Struct' }, - '8746918' => { + '8924710' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '436', @@ -45345,66 +49088,200 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '8746932' + 'type' => '8924724' } }, - 'Name' => 'std::_Rb_tree >, std::_Select1st > >, std::less, std::allocator > > >', + 'Name' => 'std::_Rb_tree >, std::_Select1st > >, std::less, std::allocator > > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '1076230' + 'type' => '1095880' }, '1' => { 'key' => '_Val', - 'type' => '8746070' + 'type' => '8923862' }, '2' => { 'key' => '_KeyOfValue', - 'type' => '8978633' + 'type' => '9162681' }, '3' => { 'key' => '_Compare', - 'type' => '8746681' + 'type' => '8924473' }, '4' => { 'key' => '_Alloc', - 'type' => '8746080' + 'type' => '8923872' } }, 'Type' => 'Class' }, - '8746932' => { + '8924724' => { 'Base' => { - '83394' => { + '87977' => { 'pos' => '2' }, - '8746480' => { + '8924272' => { 'pos' => '0' }, - '8746757' => { + '8924549' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '673', - 'Name' => 'struct std::_Rb_tree >, std::_Select1st > >, std::less, std::allocator > > >::_Rb_tree_impl >', - 'NameSpace' => 'std::_Rb_tree >, std::_Select1st > >, std::less, std::allocator > > >', + 'Name' => 'struct std::_Rb_tree >, std::_Select1st > >, std::less, std::allocator > > >::_Rb_tree_impl >', + 'NameSpace' => 'std::_Rb_tree >, std::_Select1st > >, std::less, std::allocator > > >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '8746681' + 'type' => '8924473' } }, 'Type' => 'Struct' }, - '8750865' => { + '892757' => { + 'Header' => 'Type.h', + 'Line' => '45', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'Context', + 'offset' => '0', + 'type' => '1094020' + }, + '1' => { + 'access' => 'private', + 'bitfield' => '8', + 'name' => 'ID', + 'offset' => '8', + 'type' => '892770' + }, + '2' => { + 'access' => 'private', + 'bitfield' => '24', + 'name' => 'SubclassData', + 'offset' => '8', + 'type' => '74' + }, + '3' => { + 'access' => 'protected', + 'name' => 'NumContainedTys', + 'offset' => '12', + 'type' => '74' + }, + '4' => { + 'access' => 'protected', + 'name' => 'ContainedTys', + 'offset' => '16', + 'type' => '1108639' + } + }, + 'Name' => 'llvm::Type', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Class' + }, + '892770' => { + 'Header' => 'Type.h', + 'Line' => '54', + 'Memb' => { + '0' => { + 'name' => 'HalfTyID', + 'value' => '0' + }, + '1' => { + 'name' => 'BFloatTyID', + 'value' => '1' + }, + '10' => { + 'name' => 'X86_MMXTyID', + 'value' => '10' + }, + '11' => { + 'name' => 'X86_AMXTyID', + 'value' => '11' + }, + '12' => { + 'name' => 'TokenTyID', + 'value' => '12' + }, + '13' => { + 'name' => 'IntegerTyID', + 'value' => '13' + }, + '14' => { + 'name' => 'FunctionTyID', + 'value' => '14' + }, + '15' => { + 'name' => 'PointerTyID', + 'value' => '15' + }, + '16' => { + 'name' => 'StructTyID', + 'value' => '16' + }, + '17' => { + 'name' => 'ArrayTyID', + 'value' => '17' + }, + '18' => { + 'name' => 'FixedVectorTyID', + 'value' => '18' + }, + '19' => { + 'name' => 'ScalableVectorTyID', + 'value' => '19' + }, + '2' => { + 'name' => 'FloatTyID', + 'value' => '2' + }, + '3' => { + 'name' => 'DoubleTyID', + 'value' => '3' + }, + '4' => { + 'name' => 'X86_FP80TyID', + 'value' => '4' + }, + '5' => { + 'name' => 'FP128TyID', + 'value' => '5' + }, + '6' => { + 'name' => 'PPC_FP128TyID', + 'value' => '6' + }, + '7' => { + 'name' => 'VoidTyID', + 'value' => '7' + }, + '8' => { + 'name' => 'LabelTyID', + 'value' => '8' + }, + '9' => { + 'name' => 'MetadataTyID', + 'value' => '9' + } + }, + 'Name' => 'enum llvm::Type::TypeID', + 'NameSpace' => 'llvm::Type', + 'PrivateABI' => 1, + 'Size' => '4', + 'Type' => 'Enum' + }, + '8928657' => { 'Copied' => 1, 'Header' => 'stl_map.h', 'Line' => '100', @@ -45413,37 +49290,37 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '8750878' + 'type' => '8928670' } }, - 'Name' => 'std::map >', + 'Name' => 'std::map >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '1076230' + 'type' => '1095880' }, '1' => { 'key' => '_Tp', - 'type' => '8753209' + 'type' => '8931001' } }, 'Type' => 'Class' }, - '8750878' => { - 'BaseType' => '8746918', + '8928670' => { + 'BaseType' => '8924710', 'Header' => 'stl_map.h', 'Line' => '148', - 'Name' => 'std::map >::_Rep_type', - 'NameSpace' => 'std::map >', + 'Name' => 'std::map >::_Rep_type', + 'NameSpace' => 'std::map >', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '48', 'Type' => 'Typedef' }, - '8753209' => { + '8931001' => { 'Copied' => 1, 'Header' => 'stl_set.h', 'Line' => '94', @@ -45452,23 +49329,23 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '49053607' + 'type' => '49938283' } }, - 'Name' => 'std::set', + 'Name' => 'std::set', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { - 'type' => '1076230' + 'type' => '1095880' } }, 'Type' => 'Class' }, - '8753219' => { + '8931011' => { 'Base' => { - '8789528' => { + '8967320' => { 'access' => 'private', 'pos' => '0' } @@ -45480,7 +49357,7 @@ $VAR1 = { '0' => { 'name' => 'first', 'offset' => '0', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'name' => 'second', @@ -45488,14 +49365,14 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct std::pair', + 'Name' => 'struct std::pair', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_T1', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_T2', @@ -45504,49 +49381,49 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '8753459' => { + '8931251' => { 'Base' => { - '9010126' => { + '9194174' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator >', + 'Name' => 'std::allocator >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '8753219' + 'type' => '8931011' } }, 'Type' => 'Class' }, - '8753859' => { + '8931651' => { 'Base' => { - '9010720' => { + '9194768' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator > >', + 'Name' => 'std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '8754046' + 'type' => '8931838' } }, 'Type' => 'Class' }, - '8754046' => { + '8931838' => { 'Base' => { - '83198' => { + '87781' => { 'pos' => '0' } }, @@ -45557,66 +49434,66 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '32', - 'type' => '9048663' + 'type' => '9233303' } }, - 'Name' => 'struct std::_Rb_tree_node >', + 'Name' => 'struct std::_Rb_tree_node >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Val', - 'type' => '8753219' + 'type' => '8931011' } }, 'Type' => 'Struct' }, - '8754155' => { + '8931947' => { 'Header' => 'stl_function.h', 'Line' => '118', - 'Name' => 'struct std::binary_function, std::pair, bool>', + 'Name' => 'struct std::binary_function, std::pair, bool>', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg1', - 'type' => '8753219' + 'type' => '8931011' }, '1' => { 'key' => '_Arg2', - 'type' => '8753219' + 'type' => '8931011' }, '2' => { 'key' => '_Result', - 'type' => '638960' + 'type' => '655503' } }, 'Type' => 'Struct' }, - '8754196' => { + '8931988' => { 'Base' => { - '8754155' => { + '8931947' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '381', - 'Name' => 'struct std::less >', + 'Name' => 'struct std::less >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '8753219' + 'type' => '8931011' } }, 'Type' => 'Struct' }, - '8754272' => { + '8932064' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '142', @@ -45624,22 +49501,22 @@ $VAR1 = { '0' => { 'name' => '_M_key_compare', 'offset' => '0', - 'type' => '8754196' + 'type' => '8931988' } }, - 'Name' => 'struct std::_Rb_tree_key_compare > >', + 'Name' => 'struct std::_Rb_tree_key_compare > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '8754196' + 'type' => '8931988' } }, 'Type' => 'Struct' }, - '8754433' => { + '8932225' => { 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '436', @@ -45648,66 +49525,66 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '8754447' + 'type' => '8932239' } }, - 'Name' => 'std::_Rb_tree, std::pair, std::_Identity >, std::less >, std::allocator > >', + 'Name' => 'std::_Rb_tree, std::pair, std::_Identity >, std::less >, std::allocator > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '8753219' + 'type' => '8931011' }, '1' => { 'key' => '_Val', - 'type' => '8753219' + 'type' => '8931011' }, '2' => { 'key' => '_KeyOfValue', - 'type' => '8975156' + 'type' => '9159204' }, '3' => { 'key' => '_Compare', - 'type' => '8754196' + 'type' => '8931988' }, '4' => { 'key' => '_Alloc', - 'type' => '8753459' + 'type' => '8931251' } }, 'Type' => 'Class' }, - '8754447' => { + '8932239' => { 'Base' => { - '83394' => { + '87977' => { 'pos' => '2' }, - '8753859' => { + '8931651' => { 'pos' => '0' }, - '8754272' => { + '8932064' => { 'pos' => '1' } }, 'Copied' => 1, 'Header' => 'stl_tree.h', 'Line' => '673', - 'Name' => 'struct std::_Rb_tree, std::pair, std::_Identity >, std::less >, std::allocator > >::_Rb_tree_impl > >', - 'NameSpace' => 'std::_Rb_tree, std::pair, std::_Identity >, std::less >, std::allocator > >', + 'Name' => 'struct std::_Rb_tree, std::pair, std::_Identity >, std::less >, std::allocator > >::_Rb_tree_impl > >', + 'NameSpace' => 'std::_Rb_tree, std::pair, std::_Identity >, std::less >, std::allocator > >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key_compare', - 'type' => '8754196' + 'type' => '8931988' } }, 'Type' => 'Struct' }, - '8759480' => { + '8937272' => { 'Copied' => 1, 'Header' => 'stl_set.h', 'Line' => '94', @@ -45716,33 +49593,33 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_t', 'offset' => '0', - 'type' => '8759493' + 'type' => '8937285' } }, - 'Name' => 'std::set >', + 'Name' => 'std::set >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '48', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '8753219' + 'type' => '8931011' } }, 'Type' => 'Class' }, - '8759493' => { - 'BaseType' => '8754433', + '8937285' => { + 'BaseType' => '8932225', 'Header' => 'stl_set.h', 'Line' => '132', - 'Name' => 'std::set >::_Rep_type', - 'NameSpace' => 'std::set >', + 'Name' => 'std::set >::_Rep_type', + 'NameSpace' => 'std::set >', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '48', 'Type' => 'Typedef' }, - '8766291' => { + '8944083' => { 'Copied' => 1, 'Header' => 'unordered_map.h', 'Line' => '102', @@ -45751,120 +49628,91 @@ $VAR1 = { 'access' => 'private', 'name' => '_M_h', 'offset' => '0', - 'type' => '8766304' + 'type' => '8944096' } }, - 'Name' => 'std::unordered_map, std::equal_to >', + 'Name' => 'std::unordered_map, std::equal_to >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '56', 'TParam' => { '0' => { 'key' => '_Key', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_Tp', - 'type' => '28281' + 'type' => '28369' }, '2' => { 'key' => '_Hash', - 'type' => '112755' + 'type' => '117379' }, '3' => { 'key' => '_Pred', - 'type' => '314090' + 'type' => '318714' } }, 'Type' => 'Class' }, - '8766304' => { - 'BaseType' => '223828', + '8944096' => { + 'BaseType' => '228452', 'Header' => 'unordered_map.h', 'Line' => '104', - 'Name' => 'std::unordered_map, std::equal_to >::_Hashtable', - 'NameSpace' => 'std::unordered_map, std::equal_to >', + 'Name' => 'std::unordered_map, std::equal_to >::_Hashtable', + 'NameSpace' => 'std::unordered_map, std::equal_to >', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '56', 'Type' => 'Typedef' }, - '877359' => { - 'Copied' => 1, - 'Name' => 'llvm::ExecutionEngine', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Type' => 'Class' - }, - '877364' => { - 'Base' => { - '873664' => { - 'pos' => '0' - } - }, - 'Header' => 'DerivedTypes.h', - 'Line' => '632', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'PointeeTy', - 'offset' => '24', - 'type' => '1074552' - } - }, - 'Name' => 'llvm::PointerType', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Class' - }, - '8777097' => { + '8954889' => { 'Base' => { - '9013089' => { + '9197137' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '774546' + 'type' => '788432' } }, 'Type' => 'Class' }, - '8777701' => { + '8955493' => { 'Copied' => 1, 'Header' => 'ptr_traits.h', 'Line' => '127', - 'Name' => 'struct std::pointer_traits', + 'Name' => 'struct std::pointer_traits', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Ptr', - 'type' => '847960' + 'type' => '867023' } }, 'Type' => 'Struct' }, - '8777752' => { - 'BaseType' => '847960', + '8955544' => { + 'BaseType' => '867023', 'Header' => 'ptr_traits.h', 'Line' => '137', - 'Name' => 'std::pointer_traits::rebind', - 'NameSpace' => 'std::pointer_traits', + 'Name' => 'std::pointer_traits::rebind', + 'NameSpace' => 'std::pointer_traits', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8777798' => { + '8955590' => { 'Copied' => 1, 'Header' => 'stl_deque.h', 'Line' => '110', @@ -45872,76 +49720,76 @@ $VAR1 = { '0' => { 'name' => '_M_cur', 'offset' => '0', - 'type' => '8777827' + 'type' => '8955619' }, '1' => { 'name' => '_M_first', 'offset' => '8', - 'type' => '8777827' + 'type' => '8955619' }, '2' => { 'name' => '_M_last', 'offset' => '16', - 'type' => '8777827' + 'type' => '8955619' }, '3' => { 'name' => '_M_node', 'offset' => '24', - 'type' => '8777891' + 'type' => '8955683' } }, - 'Name' => 'struct std::_Deque_iterator', + 'Name' => 'struct std::_Deque_iterator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '32', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '774546' + 'type' => '788432' }, '1' => { 'key' => '_Ref', - 'type' => '1324464' + 'type' => '1350967' }, '2' => { 'key' => '_Ptr', - 'type' => '847960' + 'type' => '867023' } }, 'Type' => 'Struct' }, - '8777827' => { - 'BaseType' => '8777839', + '8955619' => { + 'BaseType' => '8955631', 'Header' => 'stl_deque.h', 'Line' => '126', - 'Name' => 'std::_Deque_iterator::_Elt_pointer', - 'NameSpace' => 'std::_Deque_iterator', + 'Name' => 'std::_Deque_iterator::_Elt_pointer', + 'NameSpace' => 'std::_Deque_iterator', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8777839' => { - 'BaseType' => '8777752', + '8955631' => { + 'BaseType' => '8955544', 'Header' => 'stl_deque.h', 'Line' => '120', - 'Name' => 'std::_Deque_iterator::__ptr_to', - 'NameSpace' => 'std::_Deque_iterator', + 'Name' => 'std::_Deque_iterator::__ptr_to', + 'NameSpace' => 'std::_Deque_iterator', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8777891' => { - 'BaseType' => '8777839', + '8955683' => { + 'BaseType' => '8955631', 'Header' => 'stl_deque.h', 'Line' => '127', - 'Name' => 'std::_Deque_iterator::_Map_pointer', - 'NameSpace' => 'std::_Deque_iterator', + 'Name' => 'std::_Deque_iterator::_Map_pointer', + 'NameSpace' => 'std::_Deque_iterator', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8778599' => { + '8956391' => { 'Copied' => 1, 'Header' => 'stl_deque.h', 'Line' => '479', @@ -45950,28 +49798,28 @@ $VAR1 = { 'access' => 'protected', 'name' => '_M_impl', 'offset' => '0', - 'type' => '8778613' + 'type' => '8956405' } }, - 'Name' => 'std::_Deque_base >', + 'Name' => 'std::_Deque_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '80', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '774546' + 'type' => '788432' }, '1' => { 'key' => '_Alloc', - 'type' => '8777097' + 'type' => '8954889' } }, 'Type' => 'Class' }, - '8778613' => { + '8956405' => { 'Base' => { - '8777097' => { + '8954889' => { 'pos' => '0' } }, @@ -45982,7 +49830,7 @@ $VAR1 = { '0' => { 'name' => '_M_map', 'offset' => '0', - 'type' => '8778844' + 'type' => '8956636' }, '1' => { 'name' => '_M_map_size', @@ -45992,73 +49840,45 @@ $VAR1 = { '2' => { 'name' => '_M_start', 'offset' => '16', - 'type' => '8778858' + 'type' => '8956650' }, '3' => { 'name' => '_M_finish', 'offset' => '48', - 'type' => '8778858' + 'type' => '8956650' } }, - 'Name' => 'struct std::_Deque_base >::_Deque_impl', - 'NameSpace' => 'std::_Deque_base >', + 'Name' => 'struct std::_Deque_base >::_Deque_impl', + 'NameSpace' => 'std::_Deque_base >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '80', 'Type' => 'Struct' }, - '8778844' => { - 'BaseType' => '8777891', + '8956636' => { + 'BaseType' => '8955683', 'Header' => 'stl_deque.h', 'Line' => '562', - 'Name' => 'std::_Deque_base >::_Map_pointer', - 'NameSpace' => 'std::_Deque_base >', + 'Name' => 'std::_Deque_base >::_Map_pointer', + 'NameSpace' => 'std::_Deque_base >', 'PrivateABI' => 1, 'Protected' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '8778858' => { - 'BaseType' => '8777798', + '8956650' => { + 'BaseType' => '8955590', 'Header' => 'stl_deque.h', 'Line' => '505', - 'Name' => 'std::_Deque_base >::iterator', - 'NameSpace' => 'std::_Deque_base >', + 'Name' => 'std::_Deque_base >::iterator', + 'NameSpace' => 'std::_Deque_base >', 'PrivateABI' => 1, 'Size' => '32', 'Type' => 'Typedef' }, - '877961' => { - 'Base' => { - '873664' => { - 'pos' => '0' - } - }, - 'Header' => 'DerivedTypes.h', - 'Line' => '389', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'ContainedType', - 'offset' => '24', - 'type' => '1074552' - }, - '1' => { - 'access' => 'protected', - 'name' => 'ElementQuantity', - 'offset' => '32', - 'type' => '130' - } - }, - 'Name' => 'llvm::VectorType', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Class' - }, - '8779716' => { + '8957508' => { 'Base' => { - '8778599' => { + '8956391' => { 'access' => 'protected', 'pos' => '0' } @@ -46066,23 +49886,23 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_deque.h', 'Line' => '849', - 'Name' => 'std::deque >', + 'Name' => 'std::deque >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '80', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '774546' + 'type' => '788432' }, '1' => { 'key' => '_Alloc', - 'type' => '8777097' + 'type' => '8954889' } }, 'Type' => 'Class' }, - '8782979' => { + '8960771' => { 'Copied' => 1, 'Header' => 'stl_stack.h', 'Line' => '99', @@ -46091,60 +49911,104 @@ $VAR1 = { 'access' => 'protected', 'name' => 'c', 'offset' => '0', - 'type' => '8779716' + 'type' => '8957508' } }, - 'Name' => 'std::stack > >', + 'Name' => 'std::stack > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '80', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '774546' + 'type' => '788432' }, '1' => { 'key' => '_Sequence', - 'type' => '8779716' + 'type' => '8957508' } }, 'Type' => 'Class' }, - '878529' => { + '89615' => { + 'Header' => 'std_function.h', + 'Line' => '77', + 'Memb' => { + '0' => { + 'name' => '_M_object', + 'offset' => '0', + 'type' => '258' + }, + '1' => { + 'name' => '_M_const_object', + 'offset' => '0', + 'type' => '571626' + }, + '2' => { + 'name' => '_M_function_pointer', + 'offset' => '0', + 'type' => '571662' + }, + '3' => { + 'name' => '_M_member_pointer', + 'offset' => '0', + 'type' => '663546' + } + }, + 'Name' => 'union std::_Nocopy_types', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '16', + 'Type' => 'Union' + }, + '896452' => { + 'Copied' => 1, + 'Name' => 'llvm::ExecutionEngine', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Type' => 'Class' + }, + '896457' => { + 'Copied' => 1, + 'Name' => 'llvm::TargetMachine', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Type' => 'Class' + }, + '896462' => { 'Base' => { - '873664' => { + '892757' => { 'pos' => '0' } }, 'Header' => 'DerivedTypes.h', - 'Line' => '103', - 'Name' => 'llvm::FunctionType', + 'Line' => '632', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'PointeeTy', + 'offset' => '24', + 'type' => '1094044' + } + }, + 'Name' => 'llvm::PointerType', 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '24', + 'Size' => '32', 'Type' => 'Class' }, - '87864' => { - 'Header' => 'regex_constants.h', - 'Line' => '81', - 'Name' => 'enum std::regex_constants::syntax_option_type', - 'NameSpace' => 'std::regex_constants', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '8789528' => { + '8967320' => { 'Copied' => 1, 'Header' => 'stl_pair.h', 'Line' => '190', - 'Name' => 'std::__pair_base', + 'Name' => 'std::__pair_base', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_U1', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_U2', @@ -46153,15 +50017,118 @@ $VAR1 = { }, 'Type' => 'Class' }, - '879047' => { - 'BaseType' => '878529', + '89682' => { + 'Copied' => 1, + 'Name' => 'std::_Undefined_class', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Type' => 'Class' + }, + '89687' => { + 'Header' => 'std_function.h', + 'Line' => '85', + 'Memb' => { + '0' => { + 'name' => '_M_unused', + 'offset' => '0', + 'type' => '89615' + }, + '1' => { + 'name' => '_M_pod_data', + 'offset' => '0', + 'type' => '663568' + } + }, + 'Name' => 'union std::_Any_data', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '16', + 'Type' => 'Union' + }, + '897059' => { + 'Base' => { + '892757' => { + 'pos' => '0' + } + }, + 'Header' => 'DerivedTypes.h', + 'Line' => '389', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'ContainedType', + 'offset' => '24', + 'type' => '1094044' + }, + '1' => { + 'access' => 'protected', + 'name' => 'ElementQuantity', + 'offset' => '32', + 'type' => '130' + } + }, + 'Name' => 'llvm::VectorType', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '40', + 'Type' => 'Class' + }, + '897627' => { + 'Base' => { + '892757' => { + 'pos' => '0' + } + }, + 'Header' => 'DerivedTypes.h', + 'Line' => '103', + 'Name' => 'llvm::FunctionType', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Class' + }, + '89788' => { + 'BaseType' => '89687', + 'Name' => 'union std::_Any_data const', + 'Size' => '16', + 'Type' => 'Const' + }, + '89793' => { + 'Header' => 'std_function.h', + 'Line' => '104', + 'Memb' => { + '0' => { + 'name' => '__get_type_info', + 'value' => '0' + }, + '1' => { + 'name' => '__get_functor_ptr', + 'value' => '1' + }, + '2' => { + 'name' => '__clone_functor', + 'value' => '2' + }, + '3' => { + 'name' => '__destroy_functor', + 'value' => '3' + } + }, + 'Name' => 'enum std::_Manager_operation', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '4', + 'Type' => 'Enum' + }, + '898145' => { + 'BaseType' => '897627', 'Name' => 'llvm::FunctionType const', 'Size' => '24', 'Type' => 'Const' }, - '879052' => { + '898150' => { 'Base' => { - '903735' => { + '922909' => { 'pos' => '0' } }, @@ -46173,35 +50140,57 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Class' }, - '880579' => { + '89837' => { + 'Copied' => 1, + 'Header' => 'std_function.h', + 'Line' => '131', + 'Memb' => { + '0' => { + 'name' => '_M_functor', + 'offset' => '0', + 'type' => '89687' + }, + '1' => { + 'name' => '_M_manager', + 'offset' => '16', + 'type' => '89987' + } + }, + 'Name' => 'std::_Function_base', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Class' + }, + '899677' => { 'Copied' => 1, 'Name' => 'llvm::SectionMemoryManager', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Type' => 'Class' }, - '880597' => { + '899695' => { 'Copied' => 1, 'Name' => 'llvm::legacy::PassManager', 'NameSpace' => 'llvm::legacy', 'PrivateABI' => 1, 'Type' => 'Class' }, - '880602' => { + '899700' => { 'Copied' => 1, 'Name' => 'llvm::legacy::FunctionPassManager', 'NameSpace' => 'llvm::legacy', 'PrivateABI' => 1, 'Type' => 'Class' }, - '880608' => { + '899706' => { 'Copied' => 1, 'Name' => 'llvm::JITEventListener', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Type' => 'Class' }, - '880613' => { + '899711' => { 'Copied' => 1, 'Header' => 'DIBuilder.h', 'Line' => '40', @@ -46210,103 +50199,103 @@ $VAR1 = { 'access' => 'private', 'name' => 'M', 'offset' => '0', - 'type' => '1090427' + 'type' => '1110594' }, '1' => { 'access' => 'private', 'name' => 'VMContext', 'offset' => '8', - 'type' => '1074528' + 'type' => '1094020' }, '10' => { 'access' => 'private', 'name' => 'AllGVs', 'offset' => '200', - 'type' => '44429059' + 'type' => '44663073' }, '11' => { 'access' => 'private', 'name' => 'AllImportedModules', 'offset' => '248', - 'type' => '44731034' + 'type' => '44965048' }, '12' => { 'access' => 'private', 'name' => 'AllMacrosPerParent', 'offset' => '296', - 'type' => '44733946' + 'type' => '44967960' }, '13' => { 'access' => 'private', 'name' => 'UnresolvedNodes', 'offset' => '344', - 'type' => '44731034' + 'type' => '44965048' }, '14' => { 'access' => 'private', 'name' => 'AllowUnresolvedNodes', 'offset' => '392', - 'type' => '638960' + 'type' => '655503' }, '15' => { 'access' => 'private', 'name' => 'PreservedVariables', 'offset' => '400', - 'type' => '44738269' + 'type' => '44972283' }, '16' => { 'access' => 'private', 'name' => 'PreservedLabels', 'offset' => '424', - 'type' => '44738269' + 'type' => '44972283' }, '2' => { 'access' => 'private', 'name' => 'CUNode', 'offset' => '16', - 'type' => '1074669' + 'type' => '1094167' }, '3' => { 'access' => 'private', 'name' => 'DeclareFn', 'offset' => '24', - 'type' => '1074546' + 'type' => '1094038' }, '4' => { 'access' => 'private', 'name' => 'ValueFn', 'offset' => '32', - 'type' => '1074546' + 'type' => '1094038' }, '5' => { 'access' => 'private', 'name' => 'LabelFn', 'offset' => '40', - 'type' => '1074546' + 'type' => '1094038' }, '6' => { 'access' => 'private', 'name' => 'AddrFn', 'offset' => '48', - 'type' => '1074546' + 'type' => '1094038' }, '7' => { 'access' => 'private', 'name' => 'AllEnumTypes', 'offset' => '56', - 'type' => '44429059' + 'type' => '44663073' }, '8' => { 'access' => 'private', 'name' => 'AllRetainTypes', 'offset' => '104', - 'type' => '44731034' + 'type' => '44965048' }, '9' => { 'access' => 'private', 'name' => 'AllSubprograms', 'offset' => '152', - 'type' => '44429059' + 'type' => '44663073' } }, 'Name' => 'llvm::DIBuilder', @@ -46315,9 +50304,9 @@ $VAR1 = { 'Size' => '448', 'Type' => 'Class' }, - '880618' => { + '899716' => { 'Base' => { - '852630' => { + '871723' => { 'pos' => '0' } }, @@ -46335,7 +50324,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'IsOptimized', 'offset' => '28', - 'type' => '638960' + 'type' => '655503' }, '2' => { 'access' => 'private', @@ -46353,19 +50342,19 @@ $VAR1 = { 'access' => 'private', 'name' => 'DWOId', 'offset' => '40', - 'type' => '639300' + 'type' => '655843' }, '5' => { 'access' => 'private', 'name' => 'SplitDebugInlining', 'offset' => '48', - 'type' => '638960' + 'type' => '655503' }, '6' => { 'access' => 'private', 'name' => 'DebugInfoForProfiling', 'offset' => '49', - 'type' => '638960' + 'type' => '655503' }, '7' => { 'access' => 'private', @@ -46377,7 +50366,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'RangesBaseAddress', 'offset' => '56', - 'type' => '638960' + 'type' => '655503' } }, 'Name' => 'llvm::DICompileUnit', @@ -46386,9 +50375,9 @@ $VAR1 = { 'Size' => '64', 'Type' => 'Class' }, - '880623' => { + '899721' => { 'Base' => { - '44555523' => { + '44789537' => { 'pos' => '0' } }, @@ -46400,7 +50389,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'CC', 'offset' => '52', - 'type' => '639254' + 'type' => '655797' } }, 'Name' => 'llvm::DISubroutineType', @@ -46409,629 +50398,505 @@ $VAR1 = { 'Size' => '56', 'Type' => 'Class' }, - '88734' => { - 'Base' => { - '565085' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'name' => 'unsigned long' - } - }, - 'Type' => 'Class' - }, - '88885' => { - 'Copied' => 1, - 'Header' => 'alloc_traits.h', - 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Alloc', - 'type' => '88734' - } - }, - 'Type' => 'Struct' - }, - '88899' => { - 'BaseType' => '648088', - 'Header' => 'alloc_traits.h', - 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '89148' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '81', - 'Memb' => { - '0' => { - 'name' => '_M_impl', - 'offset' => '0', - 'type' => '89347' - } - }, - 'Name' => 'struct std::_Vector_base >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '42' - }, - '1' => { - 'key' => '_Alloc', - 'type' => '88734' - } - }, - 'Type' => 'Struct' - }, - '89161' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '88', - 'Memb' => { - '0' => { - 'name' => '_M_start', - 'offset' => '0', - 'type' => '89335' - }, - '1' => { - 'name' => '_M_finish', - 'offset' => '8', - 'type' => '89335' - }, - '2' => { - 'name' => '_M_end_of_storage', - 'offset' => '16', - 'type' => '89335' - } - }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '89335' => { - 'BaseType' => '565651', - 'Header' => 'stl_vector.h', - 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + '89987' => { + 'BaseType' => '663596', + 'Header' => 'std_function.h', + 'Line' => '265', + 'Name' => 'std::_Function_base::_Manager_type', + 'NameSpace' => 'std::_Function_base', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '89347' => { - 'Base' => { - '88734' => { - 'pos' => '0' - }, - '89161' => { - 'pos' => '1' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '897157' => { - 'Base' => { - '454064' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'DenseMap.h', - 'Line' => '42', - 'Name' => 'struct llvm::detail::DenseMapPair, unsigned long> >', - 'NameSpace' => 'llvm::detail', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => 'KeyT', - 'type' => '258' - }, - '1' => { - 'key' => 'ValueT', - 'type' => '453819' - } - }, - 'Type' => 'Struct' - }, - '897320' => { - 'Name' => 'struct llvm::detail::DenseMapPair, unsigned int>', - 'NameSpace' => 'llvm::detail', - 'PrivateABI' => 1, - 'TParam' => { - '0' => { - 'type' => '477289' - }, - '1' => { - 'name' => 'unsigned int' - } - }, - 'Type' => 'Struct' - }, - '8975124' => { + '9159172' => { 'Header' => 'stl_function.h', 'Line' => '105', - 'Name' => 'struct std::unary_function, std::pair >', + 'Name' => 'struct std::unary_function, std::pair >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg', - 'type' => '8753219' + 'type' => '8931011' }, '1' => { 'key' => '_Result', - 'type' => '8753219' + 'type' => '8931011' } }, 'Type' => 'Struct' }, - '8975156' => { + '9159204' => { 'Base' => { - '8975124' => { + '9159172' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '1131', - 'Name' => 'struct std::_Identity >', + 'Name' => 'struct std::_Identity >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '8753219' + 'type' => '8931011' } }, 'Type' => 'Struct' }, - '8975596' => { + '9159644' => { 'Header' => 'stl_function.h', 'Line' => '105', - 'Name' => 'struct std::unary_function', + 'Name' => 'struct std::unary_function', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Arg', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'key' => '_Result', - 'type' => '673440' + 'type' => '690782' } }, 'Type' => 'Struct' }, - '897701' => { - 'Header' => 'SmallVector.h', - 'Line' => '45', - 'Memb' => { - '0' => { - 'access' => 'protected', - 'name' => 'BeginX', - 'offset' => '0', - 'type' => '258' - }, - '1' => { - 'access' => 'protected', - 'name' => 'Size', - 'offset' => '8', - 'type' => '42' - }, - '2' => { - 'access' => 'protected', - 'name' => 'Capacity', - 'offset' => '16', - 'type' => '42' - } + '916255' => { + 'Base' => { + '466081' => { + 'pos' => '0' + } }, - 'Name' => 'llvm::SmallVectorBase', - 'NameSpace' => 'llvm', + 'Copied' => 1, + 'Header' => 'DenseMap.h', + 'Line' => '42', + 'Name' => 'struct llvm::detail::DenseMapPair, unsigned long> >', + 'NameSpace' => 'llvm::detail', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { - 'key' => 'Size_T', - 'type' => '42' + 'key' => 'KeyT', + 'type' => '258' + }, + '1' => { + 'key' => 'ValueT', + 'type' => '465836' } }, - 'Type' => 'Class' + 'Type' => 'Struct' }, - '8978633' => { + '9162681' => { 'Base' => { - '49406242' => { + '50290918' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'stl_function.h', 'Line' => '1147', - 'Name' => 'struct std::_Select1st > >', + 'Name' => 'struct std::_Select1st > >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '8746070' + 'type' => '8923862' } }, 'Type' => 'Struct' }, - '899706' => { - 'Header' => 'Optional.h', - 'Line' => '165', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'unnamed0', - 'offset' => '0', - 'type' => '899719' - }, - '1' => { - 'access' => 'private', - 'name' => 'hasVal', - 'offset' => '1', - 'type' => '638960' - } - }, - 'Name' => 'llvm::optional_detail::OptionalStorage', - 'NameSpace' => 'llvm::optional_detail', + '916418' => { + 'Name' => 'struct llvm::detail::DenseMapPair, unsigned int>', + 'NameSpace' => 'llvm::detail', 'PrivateABI' => 1, - 'Size' => '2', 'TParam' => { '0' => { - 'key' => 'T', - 'type' => '905533' + 'type' => '489306' + }, + '1' => { + 'name' => 'unsigned int' } }, - 'Type' => 'Class' + 'Type' => 'Struct' }, - '899719' => { - 'Header' => 'Optional.h', - 'Line' => '166', + '916814' => { + 'Header' => 'SmallVector.h', + 'Line' => '45', 'Memb' => { '0' => { - 'name' => 'empty', + 'access' => 'protected', + 'name' => 'BeginX', 'offset' => '0', - 'type' => '301' + 'type' => '258' }, '1' => { - 'name' => 'value', - 'offset' => '0', - 'type' => '905533' + 'access' => 'protected', + 'name' => 'Size', + 'offset' => '8', + 'type' => '42' + }, + '2' => { + 'access' => 'protected', + 'name' => 'Capacity', + 'offset' => '16', + 'type' => '42' } }, - 'Name' => 'llvm::optional_detail::OptionalStorage::anon-union-Optional.h-166', - 'NameSpace' => 'llvm::optional_detail::OptionalStorage', - 'Private' => 1, + 'Name' => 'llvm::SmallVectorBase', + 'NameSpace' => 'llvm', 'PrivateABI' => 1, - 'Size' => '1', - 'Type' => 'Union' + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => 'Size_T', + 'type' => '42' + } + }, + 'Type' => 'Class' }, - '9000489' => { + '9184537' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '1076207' + 'type' => '1095857' } }, 'Type' => 'Class' }, - '9000916' => { + '9184964' => { 'Base' => { - '8702634' => { + '8880426' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '8702484' + 'type' => '8880276' } }, 'Type' => 'Struct' }, - '9001117' => { - 'BaseType' => '8702648', + '9185165' => { + 'BaseType' => '8880440', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '9002348' => { + '9186396' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator, std::equal_to > >', + 'Name' => '__gnu_cxx::new_allocator, std::equal_to > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '8707166' + 'type' => '8884958' } }, 'Type' => 'Class' }, - '9002713' => { + '9186761' => { 'Base' => { - '8709982' => { + '8887774' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits, std::equal_to, std::allocator > > > >', + 'Name' => 'struct __gnu_cxx::__alloc_traits, std::equal_to, std::allocator > > > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '8709832' + 'type' => '8887624' } }, 'Type' => 'Struct' }, - '9002914' => { - 'BaseType' => '8709996', + '9186962' => { + 'BaseType' => '8887788', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits, std::equal_to, std::allocator > > > >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits, std::equal_to, std::allocator > > > >', + 'Name' => '__gnu_cxx::__alloc_traits, std::equal_to, std::allocator > > > >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits, std::equal_to, std::allocator > > > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '9005009' => { + '918820' => { + 'Header' => 'Optional.h', + 'Line' => '165', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'unnamed0', + 'offset' => '0', + 'type' => '918834' + }, + '1' => { + 'access' => 'private', + 'name' => 'hasVal', + 'offset' => '1', + 'type' => '655503' + } + }, + 'Name' => 'llvm::optional_detail::OptionalStorage', + 'NameSpace' => 'llvm::optional_detail', + 'PrivateABI' => 1, + 'Size' => '2', + 'TParam' => { + '0' => { + 'key' => 'T', + 'type' => '924707' + } + }, + 'Type' => 'Class' + }, + '918834' => { + 'Header' => 'Optional.h', + 'Line' => '166', + 'Memb' => { + '0' => { + 'name' => 'empty', + 'offset' => '0', + 'type' => '301' + }, + '1' => { + 'name' => 'value', + 'offset' => '0', + 'type' => '924707' + } + }, + 'Name' => 'llvm::optional_detail::OptionalStorage::anon-union-Optional.h-166', + 'NameSpace' => 'llvm::optional_detail::OptionalStorage', + 'Private' => 1, + 'PrivateABI' => 1, + 'Size' => '1', + 'Type' => 'Union' + }, + '9189057' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '9090753' + 'type' => '9275562' } }, 'Type' => 'Class' }, - '9005374' => { + '9189422' => { 'Base' => { - '8725660' => { + '8903452' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits > >', + 'Name' => 'struct __gnu_cxx::__alloc_traits > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '8725510' + 'type' => '8903302' } }, 'Type' => 'Struct' }, - '9005575' => { - 'BaseType' => '8725674', + '9189623' => { + 'BaseType' => '8903466', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits > >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits > >', + 'Name' => '__gnu_cxx::__alloc_traits > >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits > >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '9007463' => { + '9191511' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '9178363' + 'type' => '9365386' } }, 'Type' => 'Class' }, - '9007828' => { + '9191876' => { 'Base' => { - '8734647' => { + '8912439' => { 'pos' => '0' } }, 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Alloc', - 'type' => '8734497' + 'type' => '8912289' } }, 'Type' => 'Struct' }, - '9008029' => { - 'BaseType' => '8734661', + '9192077' => { + 'BaseType' => '8912453', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '9008120' => { + '9192168' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '9178601' + 'type' => '9365624' } }, 'Type' => 'Class' }, - '9009167' => { + '9193215' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator > >', + 'Name' => '__gnu_cxx::new_allocator > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '8746070' + 'type' => '8923862' } }, 'Type' => 'Class' }, - '90097' => { - 'Base' => { - '89148' => { - 'access' => 'protected', - 'pos' => '0' + '9193809' => { + 'Copied' => 1, + 'Header' => 'new_allocator.h', + 'Line' => '58', + 'Name' => '__gnu_cxx::new_allocator > > >', + 'NameSpace' => '__gnu_cxx', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '8924422' } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '386', - 'Name' => 'std::vector', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '42' - } - }, - 'Type' => 'Class' - }, - '9009761' => { + }, + 'Type' => 'Class' + }, + '9194174' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator > > >', + 'Name' => '__gnu_cxx::new_allocator >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '8746630' + 'type' => '8931011' } }, 'Type' => 'Class' }, - '9010126' => { + '9194768' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator >', + 'Name' => '__gnu_cxx::new_allocator > >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '8753219' + 'type' => '8931838' } }, 'Type' => 'Class' }, - '9010720' => { + '9197137' => { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator > >', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '8754046' + 'type' => '788432' } }, 'Type' => 'Class' }, - '901234' => { + '920408' => { 'Header' => 'FloatingPointMode.h', 'Line' => '35', 'Memb' => { @@ -47070,23 +50935,7 @@ $VAR1 = { 'Size' => '1', 'Type' => 'Enum' }, - '9013089' => { - 'Copied' => 1, - 'Header' => 'new_allocator.h', - 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', - 'NameSpace' => '__gnu_cxx', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '774546' - } - }, - 'Type' => 'Class' - }, - '903099' => { + '922273' => { 'Header' => 'Use.h', 'Line' => '43', 'Memb' => { @@ -47094,25 +50943,25 @@ $VAR1 = { 'access' => 'private', 'name' => 'Val', 'offset' => '0', - 'type' => '1073819' + 'type' => '1093311' }, '1' => { 'access' => 'private', 'name' => 'Next', 'offset' => '8', - 'type' => '1087470' + 'type' => '1107637' }, '2' => { 'access' => 'private', 'name' => 'Prev', 'offset' => '16', - 'type' => '1087516' + 'type' => '1107683' }, '3' => { 'access' => 'private', 'name' => 'Parent', 'offset' => '24', - 'type' => '1087493' + 'type' => '1107660' } }, 'Name' => 'llvm::Use', @@ -47121,9 +50970,9 @@ $VAR1 = { 'Size' => '32', 'Type' => 'Class' }, - '903735' => { + '922909' => { 'Base' => { - '852650' => { + '871743' => { 'pos' => '0' } }, @@ -47135,7 +50984,7 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Class' }, - '9048663' => { + '9233303' => { 'Copied' => 1, 'Header' => 'aligned_buffer.h', 'Line' => '47', @@ -47143,22 +50992,22 @@ $VAR1 = { '0' => { 'name' => '_M_storage', 'offset' => '0', - 'type' => '1073318' + 'type' => '1092810' } }, - 'Name' => 'struct __gnu_cxx::__aligned_membuf >', + 'Name' => 'struct __gnu_cxx::__aligned_membuf >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '8753219' + 'type' => '8931011' } }, 'Type' => 'Struct' }, - '905533' => { + '924707' => { 'Header' => 'Alignment.h', 'Line' => '39', 'Memb' => { @@ -47166,7 +51015,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'ShiftValue', 'offset' => '0', - 'type' => '639254' + 'type' => '655797' } }, 'Name' => 'struct llvm::Align', @@ -47175,7 +51024,16 @@ $VAR1 = { 'Size' => '1', 'Type' => 'Struct' }, - '905868' => { + '92488' => { + 'Header' => 'regex_constants.h', + 'Line' => '81', + 'Name' => 'enum std::regex_constants::syntax_option_type', + 'NameSpace' => 'std::regex_constants', + 'PrivateABI' => 1, + 'Size' => '4', + 'Type' => 'Enum' + }, + '925042' => { 'Header' => 'Optional.h', 'Line' => '239', 'Memb' => { @@ -47183,7 +51041,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'Storage', 'offset' => '0', - 'type' => '899706' + 'type' => '918820' } }, 'Name' => 'llvm::Optional', @@ -47193,14 +51051,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '905533' + 'type' => '924707' } }, 'Type' => 'Class' }, - '906696' => { + '925897' => { 'Base' => { - '905868' => { + '925042' => { 'pos' => '0' } }, @@ -47212,7 +51070,7 @@ $VAR1 = { 'Size' => '2', 'Type' => 'Struct' }, - '9090753' => { + '9275562' => { 'Header' => 'refcnt.h', 'Line' => '28', 'Memb' => { @@ -47220,24 +51078,24 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_ptr', 'offset' => '0', - 'type' => '1106941' + 'type' => '1127575' } }, - 'Name' => 'OpenImageIO_v2_5_1::intrusive_ptr', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::intrusive_ptr', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '8', 'TParam' => { '0' => { 'key' => 'T', - 'type' => '813568' + 'type' => '832169' } }, 'Type' => 'Class' }, - '909972' => { + '929212' => { 'Base' => { - '966593' => { + '985906' => { 'pos' => '0' } }, @@ -47260,7 +51118,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'Context', 'offset' => '16', - 'type' => '1006515' + 'type' => '1025828' } }, 'Name' => 'llvm::MDNode', @@ -47269,7 +51127,7 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Class' }, - '9111239' => { + '9295915' => { 'Header' => 'oslcomp_pvt.h', 'Line' => '36', 'Memb' => { @@ -47277,7 +51135,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_filename', 'offset' => '0', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'access' => 'private', @@ -47289,67 +51147,67 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_current_typespec', 'offset' => '288', - 'type' => '774546' + 'type' => '788432' }, '11' => { 'access' => 'private', 'name' => 'm_current_output', 'offset' => '300', - 'type' => '638960' + 'type' => '655503' }, '12' => { 'access' => 'private', 'name' => 'm_verbose', 'offset' => '301', - 'type' => '638960' + 'type' => '655503' }, '13' => { 'access' => 'private', 'name' => 'm_quiet', 'offset' => '302', - 'type' => '638960' + 'type' => '655503' }, '14' => { 'access' => 'private', 'name' => 'm_debug', 'offset' => '303', - 'type' => '638960' + 'type' => '655503' }, '15' => { 'access' => 'private', 'name' => 'm_preprocess_only', 'offset' => '304', - 'type' => '638960' + 'type' => '655503' }, '16' => { 'access' => 'private', 'name' => 'm_generate_deps', 'offset' => '305', - 'type' => '638960' + 'type' => '655503' }, '17' => { 'access' => 'private', 'name' => 'm_generate_system_deps', 'offset' => '306', - 'type' => '638960' + 'type' => '655503' }, '18' => { 'access' => 'private', 'name' => 'm_embed_source', 'offset' => '307', - 'type' => '638960' + 'type' => '655503' }, '19' => { 'access' => 'private', 'name' => 'm_err_on_warning', 'offset' => '308', - 'type' => '638960' + 'type' => '655503' }, '2' => { 'access' => 'private', 'name' => 'm_output_filename', 'offset' => '16', - 'type' => '43892' + 'type' => '43980' }, '20' => { 'access' => 'private', @@ -47361,13 +51219,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_ircode', 'offset' => '320', - 'type' => '806048' + 'type' => '822082' }, '22' => { 'access' => 'private', 'name' => 'm_opargs', 'offset' => '344', - 'type' => '9123865' + 'type' => '9308541' }, '23' => { 'access' => 'private', @@ -47385,25 +51243,25 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_const_syms', 'offset' => '376', - 'type' => '8735857' + 'type' => '8913649' }, '26' => { 'access' => 'private', 'name' => 'm_osofile', 'offset' => '400', - 'type' => '9180846' + 'type' => '9367869' }, '27' => { 'access' => 'private', 'name' => 'm_codegenmethod', 'offset' => '408', - 'type' => '673440' + 'type' => '690782' }, '28' => { 'access' => 'private', 'name' => 'm_function_stack', 'offset' => '416', - 'type' => '8745649' + 'type' => '8923441' }, '29' => { 'access' => 'private', @@ -47415,7 +51273,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_main_filename', 'offset' => '24', - 'type' => '673440' + 'type' => '690782' }, '30' => { 'access' => 'private', @@ -47427,13 +51285,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_symdeps', 'offset' => '504', - 'type' => '9124796' + 'type' => '9309472' }, '32' => { 'access' => 'private', 'name' => 'm_derivsym', 'offset' => '552', - 'type' => '1076207' + 'type' => '1095857' }, '33' => { 'access' => 'private', @@ -47445,31 +51303,31 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_declaring_shader_formals', 'offset' => '564', - 'type' => '638960' + 'type' => '655503' }, '35' => { 'access' => 'private', 'name' => 'm_nowarn_lines', 'offset' => '568', - 'type' => '8759480' + 'type' => '8937272' }, '36' => { 'access' => 'private', 'name' => 'm_filecontents_map', 'offset' => '616', - 'type' => '9114861' + 'type' => '9299537' }, '37' => { 'access' => 'private', 'name' => 'm_last_sourcefile', 'offset' => '672', - 'type' => '673440' + 'type' => '690782' }, '38' => { 'access' => 'private', 'name' => 'm_last_filecontents', 'offset' => '680', - 'type' => '1074540' + 'type' => '1094032' }, '39' => { 'access' => 'private', @@ -47481,7 +51339,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_cwd', 'offset' => '32', - 'type' => '43892' + 'type' => '43980' }, '40' => { 'access' => 'private', @@ -47493,255 +51351,77 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_deps_filename', 'offset' => '704', - 'type' => '43892' + 'type' => '43980' }, '42' => { 'access' => 'private', 'name' => 'm_deps_target', 'offset' => '712', - 'type' => '43892' + 'type' => '43980' }, '43' => { 'access' => 'private', 'name' => 'm_file_dependencies', 'offset' => '720', - 'type' => '407496' + 'type' => '419513' }, '44' => { 'access' => 'private', 'name' => 'm_typespec_stack', 'offset' => '768', - 'type' => '8782979' + 'type' => '8960771' }, '5' => { 'access' => 'private', 'name' => 'm_shader', 'offset' => '40', - 'type' => '9123893' + 'type' => '9308569' }, '6' => { 'access' => 'private', 'name' => 'm_errhandler', 'offset' => '48', - 'type' => '1074865' + 'type' => '1094363' }, '7' => { 'access' => 'private', 'name' => 'm_err', 'offset' => '56', - 'type' => '638960' + 'type' => '655503' }, '8' => { 'access' => 'private', 'name' => 'm_symtab', 'offset' => '64', - 'type' => '9123112' + 'type' => '9307788' }, '9' => { 'access' => 'private', 'name' => 'm_func_decls', 'offset' => '264', - 'type' => '8726870' + 'type' => '8904662' } }, - 'Name' => 'OSL_v1_13_4::pvt::OSLCompilerImpl', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::OSLCompilerImpl', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '848', 'Type' => 'Class' }, - '9114861' => { - 'BaseType' => '8766291', + '9299537' => { + 'BaseType' => '8944083', 'Header' => 'oslcomp_pvt.h', 'Line' => '493', - 'Name' => 'OSL_v1_13_4::pvt::OSLCompilerImpl::FCMap', - 'NameSpace' => 'OSL_v1_13_4::pvt::OSLCompilerImpl', + 'Name' => 'OSL_v1_13_5::pvt::OSLCompilerImpl::FCMap', + 'NameSpace' => 'OSL_v1_13_5::pvt::OSLCompilerImpl', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '56', 'Type' => 'Typedef' }, - '912144' => { - 'Base' => { - '44694393' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'SmallVector.h', - 'Line' => '554', - 'Name' => 'llvm::SmallVectorImpl >', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'type' => '43641807' - } - }, - 'Type' => 'Class' - }, - '912149' => { - 'Header' => 'DataLayout.h', - 'Line' => '113', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'BigEndian', - 'offset' => '0', - 'type' => '638960' - }, - '1' => { - 'access' => 'private', - 'name' => 'AllocaAddrSpace', - 'offset' => '4', - 'type' => '74' - }, - '10' => { - 'access' => 'private', - 'name' => 'StringRepresentation', - 'offset' => '208', - 'type' => '43892' - }, - '11' => { - 'access' => 'private', - 'name' => 'Pointers', - 'offset' => '216', - 'type' => '912524' - }, - '12' => { - 'access' => 'private', - 'name' => 'LayoutMap', - 'offset' => '360', - 'type' => '258' - }, - '13' => { - 'access' => 'private', - 'name' => 'NonIntegralAddressSpaces', - 'offset' => '368', - 'type' => '988167' - }, - '2' => { - 'access' => 'private', - 'name' => 'StackNaturalAlign', - 'offset' => '8', - 'type' => '906696' - }, - '3' => { - 'access' => 'private', - 'name' => 'ProgramAddrSpace', - 'offset' => '12', - 'type' => '74' - }, - '4' => { - 'access' => 'private', - 'name' => 'DefaultGlobalsAddrSpace', - 'offset' => '16', - 'type' => '74' - }, - '5' => { - 'access' => 'private', - 'name' => 'FunctionPtrAlign', - 'offset' => '20', - 'type' => '906696' - }, - '6' => { - 'access' => 'private', - 'name' => 'TheFunctionPtrAlignType', - 'offset' => '24', - 'type' => '912166' - }, - '7' => { - 'access' => 'private', - 'name' => 'ManglingMode', - 'offset' => '28', - 'type' => '912200' - }, - '8' => { - 'access' => 'private', - 'name' => 'LegalIntWidths', - 'offset' => '32', - 'type' => '978333' - }, - '9' => { - 'access' => 'private', - 'name' => 'Alignments', - 'offset' => '64', - 'type' => '912397' - } - }, - 'Name' => 'llvm::DataLayout', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '416', - 'Type' => 'Class' - }, - '912166' => { - 'Header' => 'DataLayout.h', - 'Line' => '115', - 'Memb' => { - '0' => { - 'name' => 'Independent', - 'value' => '0' - }, - '1' => { - 'name' => 'MultipleOfFunctionAlign', - 'value' => '1' - } - }, - 'Name' => 'enum llvm::DataLayout::FunctionPtrAlignType', - 'NameSpace' => 'llvm::DataLayout', - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '912200' => { - 'Header' => 'DataLayout.h', - 'Line' => '133', - 'Memb' => { - '0' => { - 'name' => 'MM_None', - 'value' => '0' - }, - '1' => { - 'name' => 'MM_ELF', - 'value' => '1' - }, - '2' => { - 'name' => 'MM_MachO', - 'value' => '2' - }, - '3' => { - 'name' => 'MM_WinCOFF', - 'value' => '3' - }, - '4' => { - 'name' => 'MM_WinCOFFX86', - 'value' => '4' - }, - '5' => { - 'name' => 'MM_GOFF', - 'value' => '5' - }, - '6' => { - 'name' => 'MM_Mips', - 'value' => '6' - }, - '7' => { - 'name' => 'MM_XCOFF', - 'value' => '7' - } - }, - 'Name' => 'enum llvm::DataLayout::ManglingModeT', - 'NameSpace' => 'llvm::DataLayout', - 'Private' => 1, - 'PrivateABI' => 1, - 'Size' => '4', - 'Type' => 'Enum' - }, - '9122746' => { + '9307422' => { 'Base' => { - '776678' => { + '790564' => { 'pos' => '0' } }, @@ -47752,16 +51432,16 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_val', 'offset' => '104', - 'type' => '9122764' + 'type' => '9307440' } }, - 'Name' => 'OSL_v1_13_4::pvt::ConstantSymbol', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::ConstantSymbol', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '120', 'Type' => 'Class' }, - '9122764' => { + '9307440' => { 'Header' => 'symtab.h', 'Line' => '164', 'Memb' => { @@ -47783,17 +51463,17 @@ $VAR1 = { '3' => { 'name' => 'v', 'offset' => '0', - 'type' => '848653' + 'type' => '867716' } }, - 'Name' => 'OSL_v1_13_4::pvt::ConstantSymbol::anon-union-symtab.h-164', - 'NameSpace' => 'OSL_v1_13_4::pvt::ConstantSymbol', + 'Name' => 'OSL_v1_13_5::pvt::ConstantSymbol::anon-union-symtab.h-164', + 'NameSpace' => 'OSL_v1_13_5::pvt::ConstantSymbol', 'Private' => 1, 'PrivateABI' => 1, 'Size' => '16', 'Type' => 'Union' }, - '9123112' => { + '9307788' => { 'Header' => 'symtab.h', 'Line' => '187', 'Memb' => { @@ -47801,31 +51481,31 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_comp', 'offset' => '0', - 'type' => '9177773' + 'type' => '9364796' }, '1' => { 'access' => 'private', 'name' => 'm_allsyms', 'offset' => '8', - 'type' => '9123865' + 'type' => '9308541' }, '2' => { 'access' => 'private', 'name' => 'm_scopetables', 'offset' => '32', - 'type' => '9123763' + 'type' => '9308439' }, '3' => { 'access' => 'private', 'name' => 'm_scopestack', 'offset' => '56', - 'type' => '8720188' + 'type' => '8897980' }, '4' => { 'access' => 'private', 'name' => 'm_allmangled', 'offset' => '136', - 'type' => '9123804' + 'type' => '9308480' }, '5' => { 'access' => 'private', @@ -47840,55 +51520,55 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'OSL_v1_13_4::pvt::SymbolTable', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::SymbolTable', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '200', 'Type' => 'Class' }, - '9123763' => { - 'BaseType' => '8711192', + '9308439' => { + 'BaseType' => '8888984', 'Header' => 'symtab.h', 'Line' => '190', - 'Name' => 'OSL_v1_13_4::pvt::SymbolTable::ScopeTableStack', - 'NameSpace' => 'OSL_v1_13_4::pvt::SymbolTable', + 'Name' => 'OSL_v1_13_5::pvt::SymbolTable::ScopeTableStack', + 'NameSpace' => 'OSL_v1_13_5::pvt::SymbolTable', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Typedef' }, - '9123804' => { - 'BaseType' => '8707166', + '9308480' => { + 'BaseType' => '8884958', 'Header' => 'symtab.h', 'Line' => '189', - 'Name' => 'OSL_v1_13_4::pvt::SymbolTable::ScopeTable', - 'NameSpace' => 'OSL_v1_13_4::pvt::SymbolTable', + 'Name' => 'OSL_v1_13_5::pvt::SymbolTable::ScopeTable', + 'NameSpace' => 'OSL_v1_13_5::pvt::SymbolTable', 'PrivateABI' => 1, 'Size' => '56', 'Type' => 'Typedef' }, - '9123865' => { - 'BaseType' => '8703931', + '9308541' => { + 'BaseType' => '8881723', 'Header' => 'osl_pvt.h', 'Line' => '1102', - 'Name' => 'OSL_v1_13_4::pvt::SymbolPtrVec', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::SymbolPtrVec', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Typedef' }, - '9123893' => { - 'BaseType' => '9090753', + '9308569' => { + 'BaseType' => '9275562', 'Header' => 'ast.h', 'Line' => '33', - 'Name' => 'OSL_v1_13_4::pvt::ASTNode::ref', - 'NameSpace' => 'OSL_v1_13_4::pvt::ASTNode', + 'Name' => 'OSL_v1_13_5::pvt::ASTNode::ref', + 'NameSpace' => 'OSL_v1_13_5::pvt::ASTNode', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' }, - '9123913' => { + '9308589' => { 'Base' => { - '776678' => { + '790564' => { 'pos' => '0' } }, @@ -47899,19 +51579,19 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_argcodes', 'offset' => '104', - 'type' => '673440' + 'type' => '690782' }, '1' => { 'access' => 'private', 'name' => 'm_nextpoly', 'offset' => '112', - 'type' => '9178601' + 'type' => '9365624' }, '2' => { 'access' => 'private', 'name' => 'm_return_location', 'offset' => '120', - 'type' => '1076207' + 'type' => '1095857' }, '3' => { 'access' => 'private', @@ -47935,35 +51615,223 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_readwrite_special_case', 'offset' => '140', - 'type' => '638960' + 'type' => '655503' }, '7' => { 'access' => 'private', 'name' => 'm_texture_args', 'offset' => '141', - 'type' => '638960' + 'type' => '655503' }, '8' => { 'access' => 'private', 'name' => 'm_printf_args', 'offset' => '142', - 'type' => '638960' + 'type' => '655503' }, '9' => { 'access' => 'private', 'name' => 'm_takes_derivs', 'offset' => '143', - 'type' => '638960' + 'type' => '655503' } }, - 'Name' => 'OSL_v1_13_4::pvt::FunctionSymbol', - 'NameSpace' => 'OSL_v1_13_4::pvt', + 'Name' => 'OSL_v1_13_5::pvt::FunctionSymbol', + 'NameSpace' => 'OSL_v1_13_5::pvt', 'PrivateABI' => 1, 'Size' => '144', 'Type' => 'Class' }, - '912397' => { - 'BaseType' => '981611', + '9309472' => { + 'BaseType' => '8928657', + 'Header' => 'oslcomp_pvt.h', + 'Line' => '32', + 'Name' => 'OSL_v1_13_5::pvt::SymDependencyMap', + 'NameSpace' => 'OSL_v1_13_5::pvt', + 'PrivateABI' => 1, + 'Size' => '48', + 'Type' => 'Typedef' + }, + '931384' => { + 'Base' => { + '44928407' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'SmallVector.h', + 'Line' => '554', + 'Name' => 'llvm::SmallVectorImpl >', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '16', + 'TParam' => { + '0' => { + 'type' => '43875106' + } + }, + 'Type' => 'Class' + }, + '931389' => { + 'Header' => 'DataLayout.h', + 'Line' => '113', + 'Memb' => { + '0' => { + 'access' => 'private', + 'name' => 'BigEndian', + 'offset' => '0', + 'type' => '655503' + }, + '1' => { + 'access' => 'private', + 'name' => 'AllocaAddrSpace', + 'offset' => '4', + 'type' => '74' + }, + '10' => { + 'access' => 'private', + 'name' => 'StringRepresentation', + 'offset' => '208', + 'type' => '43980' + }, + '11' => { + 'access' => 'private', + 'name' => 'Pointers', + 'offset' => '216', + 'type' => '931764' + }, + '12' => { + 'access' => 'private', + 'name' => 'LayoutMap', + 'offset' => '360', + 'type' => '258' + }, + '13' => { + 'access' => 'private', + 'name' => 'NonIntegralAddressSpaces', + 'offset' => '368', + 'type' => '1007480' + }, + '2' => { + 'access' => 'private', + 'name' => 'StackNaturalAlign', + 'offset' => '8', + 'type' => '925897' + }, + '3' => { + 'access' => 'private', + 'name' => 'ProgramAddrSpace', + 'offset' => '12', + 'type' => '74' + }, + '4' => { + 'access' => 'private', + 'name' => 'DefaultGlobalsAddrSpace', + 'offset' => '16', + 'type' => '74' + }, + '5' => { + 'access' => 'private', + 'name' => 'FunctionPtrAlign', + 'offset' => '20', + 'type' => '925897' + }, + '6' => { + 'access' => 'private', + 'name' => 'TheFunctionPtrAlignType', + 'offset' => '24', + 'type' => '931406' + }, + '7' => { + 'access' => 'private', + 'name' => 'ManglingMode', + 'offset' => '28', + 'type' => '931440' + }, + '8' => { + 'access' => 'private', + 'name' => 'LegalIntWidths', + 'offset' => '32', + 'type' => '997646' + }, + '9' => { + 'access' => 'private', + 'name' => 'Alignments', + 'offset' => '64', + 'type' => '931637' + } + }, + 'Name' => 'llvm::DataLayout', + 'NameSpace' => 'llvm', + 'PrivateABI' => 1, + 'Size' => '416', + 'Type' => 'Class' + }, + '931406' => { + 'Header' => 'DataLayout.h', + 'Line' => '115', + 'Memb' => { + '0' => { + 'name' => 'Independent', + 'value' => '0' + }, + '1' => { + 'name' => 'MultipleOfFunctionAlign', + 'value' => '1' + } + }, + 'Name' => 'enum llvm::DataLayout::FunctionPtrAlignType', + 'NameSpace' => 'llvm::DataLayout', + 'PrivateABI' => 1, + 'Size' => '4', + 'Type' => 'Enum' + }, + '931440' => { + 'Header' => 'DataLayout.h', + 'Line' => '133', + 'Memb' => { + '0' => { + 'name' => 'MM_None', + 'value' => '0' + }, + '1' => { + 'name' => 'MM_ELF', + 'value' => '1' + }, + '2' => { + 'name' => 'MM_MachO', + 'value' => '2' + }, + '3' => { + 'name' => 'MM_WinCOFF', + 'value' => '3' + }, + '4' => { + 'name' => 'MM_WinCOFFX86', + 'value' => '4' + }, + '5' => { + 'name' => 'MM_GOFF', + 'value' => '5' + }, + '6' => { + 'name' => 'MM_Mips', + 'value' => '6' + }, + '7' => { + 'name' => 'MM_XCOFF', + 'value' => '7' + } + }, + 'Name' => 'enum llvm::DataLayout::ManglingModeT', + 'NameSpace' => 'llvm::DataLayout', + 'Private' => 1, + 'PrivateABI' => 1, + 'Size' => '4', + 'Type' => 'Enum' + }, + '931637' => { + 'BaseType' => '1000924', 'Header' => 'DataLayout.h', 'Line' => '149', 'Name' => 'llvm::DataLayout::AlignmentsTy', @@ -47973,18 +51841,8 @@ $VAR1 = { 'Size' => '144', 'Type' => 'Typedef' }, - '9124796' => { - 'BaseType' => '8750865', - 'Header' => 'oslcomp_pvt.h', - 'Line' => '32', - 'Name' => 'OSL_v1_13_4::pvt::SymDependencyMap', - 'NameSpace' => 'OSL_v1_13_4::pvt', - 'PrivateABI' => 1, - 'Size' => '48', - 'Type' => 'Typedef' - }, - '912524' => { - 'BaseType' => '984889', + '931764' => { + 'BaseType' => '1004202', 'Header' => 'DataLayout.h', 'Line' => '164', 'Name' => 'llvm::DataLayout::PointersTy', @@ -47994,75 +51852,203 @@ $VAR1 = { 'Size' => '144', 'Type' => 'Typedef' }, - '9175691' => { - 'BaseType' => '9111239', - 'Name' => 'OSL_v1_13_4::pvt::OSLCompilerImpl*', + '93358' => { + 'Base' => { + '580882' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'name' => 'unsigned long' + } + }, + 'Type' => 'Class' + }, + '93509' => { + 'Copied' => 1, + 'Header' => 'alloc_traits.h', + 'Line' => '392', + 'Name' => 'struct std::allocator_traits >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Alloc', + 'type' => '93358' + } + }, + 'Type' => 'Struct' + }, + '93523' => { + 'BaseType' => '664631', + 'Header' => 'alloc_traits.h', + 'Line' => '400', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '9362714' => { + 'BaseType' => '9295915', + 'Name' => 'OSL_v1_13_5::pvt::OSLCompilerImpl*', 'Size' => '8', 'Type' => 'Pointer' }, - '9176360' => { - 'BaseType' => '1076207', - 'Name' => 'OSL_v1_13_4::pvt::Symbol**', + '9363383' => { + 'BaseType' => '1095857', + 'Name' => 'OSL_v1_13_5::pvt::Symbol**', 'Size' => '8', 'Type' => 'Pointer' }, - '9176643' => { - 'BaseType' => '8707166', - 'Name' => 'std::unordered_map, std::equal_to >*', + '9363666' => { + 'BaseType' => '8884958', + 'Name' => 'std::unordered_map, std::equal_to >*', 'Size' => '8', 'Type' => 'Pointer' }, - '9177773' => { - 'BaseType' => '9111239', - 'Name' => 'OSL_v1_13_4::pvt::OSLCompilerImpl&', + '9364796' => { + 'BaseType' => '9295915', + 'Name' => 'OSL_v1_13_5::pvt::OSLCompilerImpl&', 'Size' => '8', 'Type' => 'Ref' }, - '9177849' => { - 'BaseType' => '9090753', - 'Name' => 'OpenImageIO_v2_5_1::intrusive_ptr*', + '9364872' => { + 'BaseType' => '9275562', + 'Name' => 'OpenImageIO_v2_6_0::intrusive_ptr*', 'Size' => '8', 'Type' => 'Pointer' }, - '9178357' => { - 'BaseType' => '9178363', - 'Name' => 'OSL_v1_13_4::pvt::ConstantSymbol**', + '9365380' => { + 'BaseType' => '9365386', + 'Name' => 'OSL_v1_13_5::pvt::ConstantSymbol**', 'Size' => '8', 'Type' => 'Pointer' }, - '9178363' => { - 'BaseType' => '9122746', - 'Name' => 'OSL_v1_13_4::pvt::ConstantSymbol*', + '9365386' => { + 'BaseType' => '9307422', + 'Name' => 'OSL_v1_13_5::pvt::ConstantSymbol*', 'Size' => '8', 'Type' => 'Pointer' }, - '9178590' => { - 'BaseType' => '9178601', - 'Name' => 'OSL_v1_13_4::pvt::FunctionSymbol**', + '9365613' => { + 'BaseType' => '9365624', + 'Name' => 'OSL_v1_13_5::pvt::FunctionSymbol**', 'Size' => '8', 'Type' => 'Pointer' }, - '9178601' => { - 'BaseType' => '9123913', - 'Name' => 'OSL_v1_13_4::pvt::FunctionSymbol*', + '9365624' => { + 'BaseType' => '9308589', + 'Name' => 'OSL_v1_13_5::pvt::FunctionSymbol*', 'Size' => '8', 'Type' => 'Pointer' }, - '9178618' => { - 'BaseType' => '9178601', - 'Name' => 'OSL_v1_13_4::pvt::FunctionSymbol*&', + '9365641' => { + 'BaseType' => '9365624', + 'Name' => 'OSL_v1_13_5::pvt::FunctionSymbol*&', 'Size' => '8', 'Type' => 'Ref' }, - '9180846' => { - 'BaseType' => '100026', + '9367869' => { + 'BaseType' => '104650', 'Name' => 'std::ostream*', 'Size' => '8', 'Type' => 'Pointer' }, - '926371' => { + '93772' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '81', + 'Memb' => { + '0' => { + 'name' => '_M_impl', + 'offset' => '0', + 'type' => '93971' + } + }, + 'Name' => 'struct std::_Vector_base >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '42' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '93358' + } + }, + 'Type' => 'Struct' + }, + '93785' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '88', + 'Memb' => { + '0' => { + 'name' => '_M_start', + 'offset' => '0', + 'type' => '93959' + }, + '1' => { + 'name' => '_M_finish', + 'offset' => '8', + 'type' => '93959' + }, + '2' => { + 'name' => '_M_end_of_storage', + 'offset' => '16', + 'type' => '93959' + } + }, + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '93959' => { + 'BaseType' => '581448', + 'Header' => 'stl_vector.h', + 'Line' => '86', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '93971' => { + 'Base' => { + '93358' => { + 'pos' => '0' + }, + '93785' => { + 'pos' => '1' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '125', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '945657' => { 'Base' => { - '879052' => { + '898150' => { 'pos' => '0' } }, @@ -48073,7 +52059,7 @@ $VAR1 = { 'access' => 'protected', 'name' => 'ValueType', 'offset' => '24', - 'type' => '1074552' + 'type' => '1094044' }, '1' => { 'access' => 'protected', @@ -48086,13 +52072,13 @@ $VAR1 = { 'access' => 'protected', 'name' => 'IntID', 'offset' => '36', - 'type' => '965010' + 'type' => '984323' }, '11' => { 'access' => 'protected', 'name' => 'Parent', 'offset' => '40', - 'type' => '1074534' + 'type' => '1094026' }, '2' => { 'access' => 'protected', @@ -48157,12 +52143,34 @@ $VAR1 = { 'Size' => '48', 'Type' => 'Class' }, - '932107' => { + '94721' => { + 'Base' => { + '93772' => { + 'access' => 'protected', + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '386', + 'Name' => 'std::vector', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '42' + } + }, + 'Type' => 'Class' + }, + '951420' => { 'Base' => { - '1019194' => { + '1038539' => { 'pos' => '1' }, - '903735' => { + '922909' => { 'pos' => '0' } }, @@ -48173,13 +52181,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'Parent', 'offset' => '40', - 'type' => '848865' + 'type' => '867958' }, '1' => { 'access' => 'private', 'name' => 'DbgLoc', 'offset' => '48', - 'type' => '1015141' + 'type' => '1034486' }, '2' => { 'access' => 'private', @@ -48194,7 +52202,7 @@ $VAR1 = { 'Size' => '64', 'Type' => 'Class' }, - '937403' => { + '956716' => { 'Copied' => 1, 'Header' => 'ilist_node_base.h', 'Line' => '21', @@ -48203,13 +52211,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'Prev', 'offset' => '0', - 'type' => '1089246' + 'type' => '1109413' }, '1' => { 'access' => 'private', 'name' => 'Next', 'offset' => '8', - 'type' => '1089246' + 'type' => '1109413' } }, 'Name' => 'llvm::ilist_node_base', @@ -48219,13 +52227,13 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'EnableSentinelTracking', - 'type' => '638960', + 'type' => '655503', 'val' => '0' } }, 'Type' => 'Class' }, - '938904' => { + '958217' => { 'Header' => 'ilist_node.h', 'Line' => '164', 'Name' => 'struct llvm::ilist_detail::NodeAccess', @@ -48234,7 +52242,7 @@ $VAR1 = { 'Size' => '1', 'Type' => 'Struct' }, - '938915' => { + '958228' => { 'Header' => 'ilist_node_options.h', 'Line' => '107', 'Name' => 'struct llvm::ilist_detail::node_options', @@ -48244,16 +52252,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '967109' + 'type' => '986422' }, '1' => { 'key' => 'EnableSentinelTracking', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '2' => { 'key' => 'IsSentinelTrackingExplicit', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '3' => { @@ -48263,7 +52271,7 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '939045' => { + '958358' => { 'Header' => 'ilist_node_options.h', 'Line' => '107', 'Name' => 'struct llvm::ilist_detail::node_options', @@ -48273,16 +52281,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1008948' + 'type' => '1028277' }, '1' => { 'key' => 'EnableSentinelTracking', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '2' => { 'key' => 'IsSentinelTrackingExplicit', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '3' => { @@ -48292,7 +52300,7 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '939175' => { + '958488' => { 'Header' => 'ilist_node_options.h', 'Line' => '107', 'Name' => 'struct llvm::ilist_detail::node_options', @@ -48302,16 +52310,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '932107' + 'type' => '951420' }, '1' => { 'key' => 'EnableSentinelTracking', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '2' => { 'key' => 'IsSentinelTrackingExplicit', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '3' => { @@ -48321,9 +52329,9 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '939305' => { + '958618' => { 'Base' => { - '938904' => { + '958217' => { 'pos' => '0' } }, @@ -48337,12 +52345,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '939175' + 'type' => '958488' } }, 'Type' => 'Struct' }, - '939495' => { + '958808' => { 'Header' => 'ilist_node_options.h', 'Line' => '107', 'Name' => 'struct llvm::ilist_detail::node_options', @@ -48352,16 +52360,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '848889' + 'type' => '867982' }, '1' => { 'key' => 'EnableSentinelTracking', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '2' => { 'key' => 'IsSentinelTrackingExplicit', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '3' => { @@ -48371,7 +52379,7 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '939712' => { + '959025' => { 'Header' => 'ilist_iterator.h', 'Line' => '24', 'Name' => 'struct llvm::ilist_detail::IteratorTraits, false>', @@ -48381,18 +52389,18 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '939175' + 'type' => '958488' }, '1' => { 'key' => 'IsConst', - 'type' => '638960', + 'type' => '655503', 'val' => '0' } }, 'Type' => 'Struct' }, - '939753' => { - 'BaseType' => '1093381', + '959066' => { + 'BaseType' => '1113548', 'Header' => 'ilist_iterator.h', 'Line' => '28', 'Name' => 'llvm::ilist_detail::IteratorTraits, false>::node_pointer', @@ -48401,9 +52409,9 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Typedef' }, - '939799' => { + '959112' => { 'Base' => { - '938904' => { + '958217' => { 'pos' => '0' } }, @@ -48417,12 +52425,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '939495' + 'type' => '958808' } }, 'Type' => 'Struct' }, - '939989' => { + '959302' => { 'Header' => 'ilist_node_options.h', 'Line' => '107', 'Name' => 'struct llvm::ilist_detail::node_options', @@ -48432,16 +52440,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '866754' + 'type' => '885847' }, '1' => { 'key' => 'EnableSentinelTracking', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '2' => { 'key' => 'IsSentinelTrackingExplicit', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '3' => { @@ -48451,7 +52459,7 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '940293' => { + '959606' => { 'Header' => 'ilist_node_options.h', 'Line' => '107', 'Name' => 'struct llvm::ilist_detail::node_options', @@ -48461,16 +52469,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1036751' + 'type' => '1056155' }, '1' => { 'key' => 'EnableSentinelTracking', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '2' => { 'key' => 'IsSentinelTrackingExplicit', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '3' => { @@ -48480,7 +52488,7 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '940423' => { + '959736' => { 'Header' => 'ilist_node_options.h', 'Line' => '107', 'Name' => 'struct llvm::ilist_detail::node_options', @@ -48490,16 +52498,16 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '1040696' + 'type' => '1060100' }, '1' => { 'key' => 'EnableSentinelTracking', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '2' => { 'key' => 'IsSentinelTrackingExplicit', - 'type' => '638960', + 'type' => '655503', 'val' => '0' }, '3' => { @@ -48509,9 +52517,9 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '940553' => { + '959866' => { 'Base' => { - '938904' => { + '958217' => { 'pos' => '0' } }, @@ -48525,14 +52533,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '938915' + 'type' => '958228' } }, 'Type' => 'Struct' }, - '940743' => { + '960056' => { 'Base' => { - '938904' => { + '958217' => { 'pos' => '0' } }, @@ -48546,14 +52554,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '939989' + 'type' => '959302' } }, 'Type' => 'Struct' }, - '940933' => { + '960246' => { 'Base' => { - '938904' => { + '958217' => { 'pos' => '0' } }, @@ -48567,14 +52575,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '940293' + 'type' => '959606' } }, 'Type' => 'Struct' }, - '941123' => { + '960436' => { 'Base' => { - '938904' => { + '958217' => { 'pos' => '0' } }, @@ -48588,14 +52596,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '940423' + 'type' => '959736' } }, 'Type' => 'Struct' }, - '941313' => { + '960626' => { 'Base' => { - '938904' => { + '958217' => { 'pos' => '0' } }, @@ -48609,12 +52617,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '939045' + 'type' => '958358' } }, 'Type' => 'Struct' }, - '944763' => { + '964076' => { 'Header' => 'Attributes.h', 'Line' => '269', 'Memb' => { @@ -48622,7 +52630,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'SetNode', 'offset' => '0', - 'type' => '1089335' + 'type' => '1109502' } }, 'Name' => 'llvm::AttributeSet', @@ -48631,60 +52639,14 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Class' }, - '946149' => { + '965462' => { 'Copied' => 1, 'Name' => 'llvm::AttributeSetNode', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Type' => 'Class' }, - '94652' => { - 'Base' => { - '566312' => { - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'allocator.h', - 'Line' => '112', - 'Name' => 'std::allocator', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'name' => 'int' - } - }, - 'Type' => 'Class' - }, - '94803' => { - 'Copied' => 1, - 'Header' => 'alloc_traits.h', - 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => '_Alloc', - 'type' => '94652' - } - }, - 'Type' => 'Struct' - }, - '94817' => { - 'BaseType' => '648561', - 'Header' => 'alloc_traits.h', - 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '949602' => { + '968915' => { 'Header' => 'Attributes.h', 'Line' => '402', 'Memb' => { @@ -48692,7 +52654,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'pImpl', 'offset' => '0', - 'type' => '1089395' + 'type' => '1109562' } }, 'Name' => 'llvm::AttributeList', @@ -48701,96 +52663,14 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Class' }, - '95217' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '81', - 'Memb' => { - '0' => { - 'name' => '_M_impl', - 'offset' => '0', - 'type' => '95416' - } - }, - 'Name' => 'struct std::_Vector_base >', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '178' - }, - '1' => { - 'key' => '_Alloc', - 'type' => '94652' - } - }, - 'Type' => 'Struct' - }, - '95230' => { - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '88', - 'Memb' => { - '0' => { - 'name' => '_M_start', - 'offset' => '0', - 'type' => '95404' - }, - '1' => { - 'name' => '_M_finish', - 'offset' => '8', - 'type' => '95404' - }, - '2' => { - 'name' => '_M_end_of_storage', - 'offset' => '16', - 'type' => '95404' - } - }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '953981' => { + '973294' => { 'Copied' => 1, 'Name' => 'llvm::AttributeListImpl', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'Type' => 'Class' }, - '95404' => { - 'BaseType' => '567041', - 'Header' => 'stl_vector.h', - 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '8', - 'Type' => 'Typedef' - }, - '95416' => { - 'Base' => { - '94652' => { - 'pos' => '0' - }, - '95230' => { - 'pos' => '1' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', - 'PrivateABI' => 1, - 'Size' => '24', - 'Type' => 'Struct' - }, - '958746' => { + '978059' => { 'Header' => 'SmallVector.h', 'Line' => '45', 'Memb' => { @@ -48825,29 +52705,7 @@ $VAR1 = { }, 'Type' => 'Class' }, - '96194' => { - 'Base' => { - '95217' => { - 'access' => 'protected', - 'pos' => '0' - } - }, - 'Copied' => 1, - 'Header' => 'stl_vector.h', - 'Line' => '386', - 'Name' => 'std::vector', - 'NameSpace' => 'std', - 'PrivateABI' => 1, - 'Size' => '24', - 'TParam' => { - '0' => { - 'key' => '_Tp', - 'type' => '178' - } - }, - 'Type' => 'Class' - }, - '965010' => { + '984323' => { 'BaseType' => '74', 'Header' => 'GlobalValue.h', 'Line' => '41', @@ -48857,7 +52715,7 @@ $VAR1 = { 'Size' => '4', 'Type' => 'Typedef' }, - '965024' => { + '984337' => { 'Header' => 'Comdat.h', 'Line' => '33', 'Memb' => { @@ -48865,19 +52723,19 @@ $VAR1 = { 'access' => 'private', 'name' => 'Name', 'offset' => '0', - 'type' => '1090859' + 'type' => '1111026' }, '1' => { 'access' => 'private', 'name' => 'SK', 'offset' => '8', - 'type' => '965038' + 'type' => '984351' }, '2' => { 'access' => 'private', 'name' => 'Users', 'offset' => '16', - 'type' => '974374' + 'type' => '993687' } }, 'Name' => 'llvm::Comdat', @@ -48886,7 +52744,7 @@ $VAR1 = { 'Size' => '64', 'Type' => 'Class' }, - '965038' => { + '984351' => { 'Header' => 'Comdat.h', 'Line' => '35', 'Memb' => { @@ -48917,9 +52775,9 @@ $VAR1 = { 'Size' => '4', 'Type' => 'Enum' }, - '965500' => { + '984813' => { 'Base' => { - '926371' => { + '945657' => { 'pos' => '0' } }, @@ -48930,7 +52788,7 @@ $VAR1 = { 'access' => 'protected', 'name' => 'ObjComdat', 'offset' => '48', - 'type' => '1090356' + 'type' => '1110523' } }, 'Name' => 'llvm::GlobalObject', @@ -48939,7 +52797,7 @@ $VAR1 = { 'Size' => '56', 'Type' => 'Class' }, - '966593' => { + '985906' => { 'Header' => 'Metadata.h', 'Line' => '62', 'Memb' => { @@ -48982,12 +52840,12 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Class' }, - '967109' => { + '986422' => { 'Base' => { - '965500' => { + '984813' => { 'pos' => '0' }, - '971742' => { + '991055' => { 'pos' => '1' } }, @@ -48998,21 +52856,21 @@ $VAR1 = { 'access' => 'private', 'name' => 'Attrs', 'offset' => '72', - 'type' => '944763' + 'type' => '964076' }, '1' => { 'access' => 'private', 'bitfield' => '1', 'name' => 'isConstantGlobal', 'offset' => '80', - 'type' => '638960' + 'type' => '655503' }, '2' => { 'access' => 'private', 'bitfield' => '1', 'name' => 'isExternallyInitializedConstant', 'offset' => '80', - 'type' => '638960' + 'type' => '655503' } }, 'Name' => 'llvm::GlobalVariable', @@ -49021,7 +52879,7 @@ $VAR1 = { 'Size' => '88', 'Type' => 'Class' }, - '968648' => { + '987961' => { 'Copied' => 1, 'Header' => 'ilist_base.h', 'Line' => '18', @@ -49032,15 +52890,15 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'EnableSentinelTracking', - 'type' => '638960', + 'type' => '655503', 'val' => '0' } }, 'Type' => 'Class' }, - '968807' => { + '988120' => { 'Base' => { - '937403' => { + '956716' => { 'pos' => '0' } }, @@ -49053,14 +52911,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'OptionsT', - 'type' => '938915' + 'type' => '958228' } }, 'Type' => 'Class' }, - '971742' => { + '991055' => { 'Base' => { - '968807' => { + '988120' => { 'pos' => '0' } }, @@ -49074,12 +52932,12 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '967109' + 'type' => '986422' } }, 'Type' => 'Class' }, - '971787' => { + '991100' => { 'Header' => 'StringMapEntry.h', 'Line' => '26', 'Memb' => { @@ -49096,7 +52954,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Class' }, - '971883' => { + '991196' => { 'Copied' => 1, 'Header' => 'AllocatorBase.h', 'Line' => '34', @@ -49107,14 +52965,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'DerivedT', - 'type' => '971992' + 'type' => '991305' } }, 'Type' => 'Class' }, - '971992' => { + '991305' => { 'Base' => { - '971883' => { + '991196' => { 'pos' => '0' } }, @@ -49127,7 +52985,7 @@ $VAR1 = { 'Size' => '1', 'Type' => 'Class' }, - '972269' => { + '991582' => { 'Header' => 'StringMap.h', 'Line' => '32', 'Memb' => { @@ -49135,7 +52993,7 @@ $VAR1 = { 'access' => 'protected', 'name' => 'TheTable', 'offset' => '0', - 'type' => '1090649' + 'type' => '1110816' }, '1' => { 'access' => 'protected', @@ -49168,7 +53026,7 @@ $VAR1 = { 'Size' => '24', 'Type' => 'Class' }, - '972887' => { + '992200' => { 'Copied' => 1, 'Header' => 'EpochTracker.h', 'Line' => '82', @@ -49178,9 +53036,9 @@ $VAR1 = { 'Size' => '1', 'Type' => 'Class' }, - '972932' => { + '992245' => { 'Base' => { - '972887' => { + '992200' => { 'pos' => '0' } }, @@ -49191,13 +53049,13 @@ $VAR1 = { 'access' => 'protected', 'name' => 'SmallArray', 'offset' => '0', - 'type' => '1090694' + 'type' => '1110861' }, '1' => { 'access' => 'protected', 'name' => 'CurArray', 'offset' => '8', - 'type' => '1090694' + 'type' => '1110861' }, '2' => { 'access' => 'protected', @@ -49224,9 +53082,29 @@ $VAR1 = { 'Size' => '32', 'Type' => 'Class' }, - '973893' => { + '99276' => { + 'Base' => { + '582109' => { + 'pos' => '0' + } + }, + 'Copied' => 1, + 'Header' => 'allocator.h', + 'Line' => '112', + 'Name' => 'std::allocator', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'name' => 'int' + } + }, + 'Type' => 'Class' + }, + '993206' => { 'Base' => { - '972932' => { + '992245' => { 'pos' => '0' } }, @@ -49239,14 +53117,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'PtrType', - 'type' => '1090368' + 'type' => '1110535' } }, 'Type' => 'Class' }, - '974374' => { + '993687' => { 'Base' => { - '973893' => { + '993206' => { 'pos' => '0' } }, @@ -49257,7 +53135,7 @@ $VAR1 = { 'access' => 'private', 'name' => 'SmallStorage', 'offset' => '32', - 'type' => '1090807' + 'type' => '1110974' } }, 'Name' => 'llvm::SmallPtrSet', @@ -49267,7 +53145,7 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'PtrType', - 'type' => '1090368' + 'type' => '1110535' }, '1' => { 'key' => 'SmallSize', @@ -49277,19 +53155,45 @@ $VAR1 = { }, 'Type' => 'Class' }, - '974717' => { + '994030' => { 'Copied' => 1, 'Name' => 'llvm::StringMapEntry', 'NameSpace' => 'llvm', 'PrivateABI' => 1, 'TParam' => { '0' => { - 'type' => '965024' + 'type' => '984337' } }, 'Type' => 'Class' }, - '975151' => { + '99427' => { + 'Copied' => 1, + 'Header' => 'alloc_traits.h', + 'Line' => '392', + 'Name' => 'struct std::allocator_traits >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '1', + 'TParam' => { + '0' => { + 'key' => '_Alloc', + 'type' => '99276' + } + }, + 'Type' => 'Struct' + }, + '99441' => { + 'BaseType' => '665104', + 'Header' => 'alloc_traits.h', + 'Line' => '400', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', + 'PrivateABI' => 1, + 'Size' => '8', + 'Type' => 'Typedef' + }, + '994464' => { 'Copied' => 1, 'Header' => 'DataLayout.h', 'Line' => '73', @@ -49309,12 +53213,12 @@ $VAR1 = { '2' => { 'name' => 'ABIAlign', 'offset' => '4', - 'type' => '905533' + 'type' => '924707' }, '3' => { 'name' => 'PrefAlign', 'offset' => '5', - 'type' => '905533' + 'type' => '924707' } }, 'Name' => 'struct llvm::LayoutAlignElem', @@ -49323,7 +53227,7 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Struct' }, - '975312' => { + '994625' => { 'Copied' => 1, 'Header' => 'DataLayout.h', 'Line' => '92', @@ -49331,27 +53235,27 @@ $VAR1 = { '0' => { 'name' => 'ABIAlign', 'offset' => '0', - 'type' => '905533' + 'type' => '924707' }, '1' => { 'name' => 'PrefAlign', 'offset' => '1', - 'type' => '905533' + 'type' => '924707' }, '2' => { 'name' => 'TypeBitWidth', 'offset' => '4', - 'type' => '639283' + 'type' => '655826' }, '3' => { 'name' => 'AddressSpace', 'offset' => '8', - 'type' => '639283' + 'type' => '655826' }, '4' => { 'name' => 'IndexBitWidth', 'offset' => '12', - 'type' => '639283' + 'type' => '655826' } }, 'Name' => 'struct llvm::PointerAlignElem', @@ -49360,9 +53264,9 @@ $VAR1 = { 'Size' => '16', 'Type' => 'Struct' }, - '975484' => { + '994797' => { 'Base' => { - '897701' => { + '916814' => { 'pos' => '0' } }, @@ -49380,9 +53284,9 @@ $VAR1 = { }, 'Type' => 'Class' }, - '976740' => { + '996053' => { 'Base' => { - '975484' => { + '994797' => { 'pos' => '0' } }, @@ -49400,9 +53304,9 @@ $VAR1 = { }, 'Type' => 'Class' }, - '977107' => { + '996420' => { 'Base' => { - '976740' => { + '996053' => { 'pos' => '0' } }, @@ -49420,14 +53324,14 @@ $VAR1 = { }, 'Type' => 'Class' }, - '978285' => { + '997598' => { 'Header' => 'SmallVector.h', 'Line' => '1097', 'Memb' => { '0' => { 'name' => 'InlineElts', 'offset' => '0', - 'type' => '555815' + 'type' => '571554' } }, 'Name' => 'struct llvm::SmallVectorStorage', @@ -49447,12 +53351,12 @@ $VAR1 = { }, 'Type' => 'Struct' }, - '978333' => { + '997646' => { 'Base' => { - '977107' => { + '996420' => { 'pos' => '0' }, - '978285' => { + '997598' => { 'pos' => '1' } }, @@ -49475,9 +53379,9 @@ $VAR1 = { }, 'Type' => 'Class' }, - '978762' => { + '998075' => { 'Base' => { - '958746' => { + '978059' => { 'pos' => '0' } }, @@ -49490,14 +53394,68 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '975151' + 'type' => '994464' } }, 'Type' => 'Class' }, - '980018' => { + '99841' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '81', + 'Memb' => { + '0' => { + 'name' => '_M_impl', + 'offset' => '0', + 'type' => '100040' + } + }, + 'Name' => 'struct std::_Vector_base >', + 'NameSpace' => 'std', + 'PrivateABI' => 1, + 'Size' => '24', + 'TParam' => { + '0' => { + 'key' => '_Tp', + 'type' => '178' + }, + '1' => { + 'key' => '_Alloc', + 'type' => '99276' + } + }, + 'Type' => 'Struct' + }, + '99854' => { + 'Copied' => 1, + 'Header' => 'stl_vector.h', + 'Line' => '88', + 'Memb' => { + '0' => { + 'name' => '_M_start', + 'offset' => '0', + 'type' => '100028' + }, + '1' => { + 'name' => '_M_finish', + 'offset' => '8', + 'type' => '100028' + }, + '2' => { + 'name' => '_M_end_of_storage', + 'offset' => '16', + 'type' => '100028' + } + }, + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', + 'PrivateABI' => 1, + 'Size' => '24', + 'Type' => 'Struct' + }, + '999331' => { 'Base' => { - '978762' => { + '998075' => { 'pos' => '0' } }, @@ -49510,14 +53468,14 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '975151' + 'type' => '994464' } }, 'Type' => 'Class' }, - '980385' => { + '999698' => { 'Base' => { - '980018' => { + '999331' => { 'pos' => '0' } }, @@ -49530,941 +53488,117 @@ $VAR1 = { 'TParam' => { '0' => { 'key' => 'T', - 'type' => '975151' - } - }, - 'Type' => 'Class' - }, - '981563' => { - 'Header' => 'SmallVector.h', - 'Line' => '1097', - 'Memb' => { - '0' => { - 'name' => 'InlineElts', - 'offset' => '0', - 'type' => '1091051' - } - }, - 'Name' => 'struct llvm::SmallVectorStorage', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '128', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '975151' - }, - '1' => { - 'key' => 'N', - 'type' => '74', - 'val' => '16' - } - }, - 'Type' => 'Struct' - }, - '981611' => { - 'Base' => { - '980385' => { - 'pos' => '0' - }, - '981563' => { - 'pos' => '1' - } - }, - 'Header' => 'SmallVector.h', - 'Line' => '1182', - 'Name' => 'llvm::SmallVector', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '144', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '975151' - }, - '1' => { - 'key' => 'N', - 'type' => '74', - 'val' => '16' - } - }, - 'Type' => 'Class' - }, - '982040' => { - 'Base' => { - '958746' => { - 'pos' => '0' - } - }, - 'Header' => 'SmallVector.h', - 'Line' => '102', - 'Name' => 'llvm::SmallVectorTemplateCommon', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '975312' - } - }, - 'Type' => 'Class' - }, - '983296' => { - 'Base' => { - '982040' => { - 'pos' => '0' - } - }, - 'Header' => 'SmallVector.h', - 'Line' => '455', - 'Name' => 'llvm::SmallVectorTemplateBase', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '975312' - } - }, - 'Type' => 'Class' - }, - '983663' => { - 'Base' => { - '983296' => { - 'pos' => '0' - } - }, - 'Header' => 'SmallVector.h', - 'Line' => '554', - 'Name' => 'llvm::SmallVectorImpl', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '975312' - } - }, - 'Type' => 'Class' - }, - '984841' => { - 'Header' => 'SmallVector.h', - 'Line' => '1097', - 'Memb' => { - '0' => { - 'name' => 'InlineElts', - 'offset' => '0', - 'type' => '1091051' - } - }, - 'Name' => 'struct llvm::SmallVectorStorage', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '128', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '975312' - }, - '1' => { - 'key' => 'N', - 'type' => '74', - 'val' => '8' - } - }, - 'Type' => 'Struct' - }, - '984889' => { - 'Base' => { - '983663' => { - 'pos' => '0' - }, - '984841' => { - 'pos' => '1' - } - }, - 'Header' => 'SmallVector.h', - 'Line' => '1182', - 'Name' => 'llvm::SmallVector', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '144', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '975312' - }, - '1' => { - 'key' => 'N', - 'type' => '74', - 'val' => '8' - } - }, - 'Type' => 'Class' - }, - '985318' => { - 'Base' => { - '958746' => { - 'pos' => '0' - } - }, - 'Header' => 'SmallVector.h', - 'Line' => '102', - 'Name' => 'llvm::SmallVectorTemplateCommon', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '74' - } - }, - 'Type' => 'Class' - }, - '986574' => { - 'Base' => { - '985318' => { - 'pos' => '0' - } - }, - 'Header' => 'SmallVector.h', - 'Line' => '455', - 'Name' => 'llvm::SmallVectorTemplateBase', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '74' - } - }, - 'Type' => 'Class' - }, - '986941' => { - 'Base' => { - '986574' => { - 'pos' => '0' - } - }, - 'Header' => 'SmallVector.h', - 'Line' => '554', - 'Name' => 'llvm::SmallVectorImpl', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '74' - } - }, - 'Type' => 'Class' - }, - '988119' => { - 'Header' => 'SmallVector.h', - 'Line' => '1097', - 'Memb' => { - '0' => { - 'name' => 'InlineElts', - 'offset' => '0', - 'type' => '555831' - } - }, - 'Name' => 'struct llvm::SmallVectorStorage', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '32', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '74' - }, - '1' => { - 'key' => 'N', - 'type' => '74', - 'val' => '8' - } - }, - 'Type' => 'Struct' - }, - '988167' => { - 'Base' => { - '986941' => { - 'pos' => '0' - }, - '988119' => { - 'pos' => '1' - } - }, - 'Header' => 'SmallVector.h', - 'Line' => '1182', - 'Name' => 'llvm::SmallVector', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '48', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '74' - }, - '1' => { - 'key' => 'N', - 'type' => '74', - 'val' => '8' - } - }, - 'Type' => 'Class' - }, - '991338' => { - 'Base' => { - '852650' => { - 'pos' => '0' - } - }, - 'Header' => 'Argument.h', - 'Line' => '29', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'Parent', - 'offset' => '24', - 'type' => '1074546' - }, - '1' => { - 'access' => 'private', - 'name' => 'ArgNo', - 'offset' => '32', - 'type' => '74' - } - }, - 'Name' => 'llvm::Argument', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '40', - 'Type' => 'Class' - }, - '992840' => { - 'Copied' => 1, - 'Name' => 'llvm::LLVMContextImpl', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Type' => 'Class' - }, - '992970' => { - 'Base' => { - '852650' => { - 'pos' => '0' - } - }, - 'Header' => 'Metadata.h', - 'Line' => '176', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'MD', - 'offset' => '24', - 'type' => '1090380' - } - }, - 'Name' => 'llvm::MetadataAsValue', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '32', - 'Type' => 'Class' - }, - '993656' => { - 'Base' => { - '995498' => { - 'pos' => '0' - } - }, - 'Header' => 'PointerUnion.h', - 'Line' => '108', - 'Name' => 'llvm::PointerUnion', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => undef, - 'type' => '1091640' - } - }, - 'Type' => 'Class' - }, - '994078' => { - 'Header' => 'PointerIntPair.h', - 'Line' => '46', - 'Memb' => { - '0' => { - 'access' => 'private', - 'name' => 'Value', - 'offset' => '0', - 'type' => '639509' - } - }, - 'Name' => 'llvm::PointerIntPair, llvm::PointerIntPairInfo > >', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => 'PointerTy', - 'type' => '258' - }, - '1' => { - 'key' => 'IntBits', - 'type' => '74', - 'val' => '1' - }, - '2' => { - 'key' => 'IntType', - 'type' => '178' - }, - '3' => { - 'key' => 'PtrTraits', - 'type' => '996611' - }, - '4' => { - 'key' => 'Info', - 'type' => '994871' - } - }, - 'Type' => 'Class' - }, - '994871' => { - 'Copied' => 1, - 'Header' => 'PointerIntPair.h', - 'Line' => '145', - 'Name' => 'struct llvm::PointerIntPairInfo >', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => 'PointerT', - 'type' => '258' - }, - '1' => { - 'key' => 'IntBits', - 'type' => '74', - 'val' => '1' - }, - '2' => { - 'key' => 'PtrTraits', - 'type' => '996611' - } - }, - 'Type' => 'Struct' - }, - '995051' => { - 'Header' => 'PointerUnion.h', - 'Line' => '58', - 'Memb' => { - '0' => { - 'access' => 'protected', - 'name' => 'Val', - 'offset' => '0', - 'type' => '994078' - } - }, - 'Name' => 'llvm::pointer_union_detail::PointerUnionMembers, llvm::PointerIntPair, llvm::PointerIntPairInfo > >, 2>', - 'NameSpace' => 'llvm::pointer_union_detail', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => 'Derived', - 'type' => '993656' - }, - '1' => { - 'key' => 'ValTy', - 'type' => '994078' - }, - '2' => { - 'key' => 'I', - 'type' => '178', - 'val' => '2' - } - }, - 'Type' => 'Class' - }, - '995249' => { - 'Base' => { - '995051' => { - 'pos' => '0' - } - }, - 'Header' => 'PointerUnion.h', - 'Line' => '69', - 'Name' => 'llvm::pointer_union_detail::PointerUnionMembers, llvm::PointerIntPair, llvm::PointerIntPairInfo > >, 1, llvm::Metadata*>', - 'NameSpace' => 'llvm::pointer_union_detail', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => 'Derived', - 'type' => '993656' - }, - '1' => { - 'key' => 'ValTy', - 'type' => '994078' - }, - '2' => { - 'key' => 'I', - 'type' => '178', - 'val' => '1' - }, - '3' => { - 'key' => undef, - 'type' => '1090380' - } - }, - 'Type' => 'Class' - }, - '995498' => { - 'Base' => { - '995249' => { - 'pos' => '0' - } - }, - 'Header' => 'PointerUnion.h', - 'Line' => '69', - 'Name' => 'llvm::pointer_union_detail::PointerUnionMembers, llvm::PointerIntPair, llvm::PointerIntPairInfo > >, 0, llvm::MetadataAsValue*>', - 'NameSpace' => 'llvm::pointer_union_detail', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => 'Derived', - 'type' => '993656' - }, - '1' => { - 'key' => 'ValTy', - 'type' => '994078' - }, - '2' => { - 'key' => 'I', - 'type' => '178', - 'val' => '0' - }, - '3' => { - 'key' => undef, - 'type' => '1091640' - } - }, - 'Type' => 'Class' - }, - '995779' => { - 'Header' => 'PointerUnion.h', - 'Line' => '58', - 'Memb' => { - '0' => { - 'access' => 'protected', - 'name' => 'Val', - 'offset' => '0', - 'type' => '1005122' - } - }, - 'Name' => 'llvm::pointer_union_detail::PointerUnionMembers, llvm::PointerIntPair, llvm::PointerIntPairInfo > >, 2>', - 'NameSpace' => 'llvm::pointer_union_detail', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => 'Derived', - 'type' => '1006081' - }, - '1' => { - 'key' => 'ValTy', - 'type' => '1005122' - }, - '2' => { - 'key' => 'I', - 'type' => '178', - 'val' => '2' - } - }, - 'Type' => 'Class' - }, - '995977' => { - 'Base' => { - '995779' => { - 'pos' => '0' - } - }, - 'Header' => 'PointerUnion.h', - 'Line' => '69', - 'Name' => 'llvm::pointer_union_detail::PointerUnionMembers, llvm::PointerIntPair, llvm::PointerIntPairInfo > >, 1, llvm::ReplaceableMetadataImpl*>', - 'NameSpace' => 'llvm::pointer_union_detail', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => 'Derived', - 'type' => '1006081' - }, - '1' => { - 'key' => 'ValTy', - 'type' => '1005122' - }, - '2' => { - 'key' => 'I', - 'type' => '178', - 'val' => '1' - }, - '3' => { - 'key' => undef, - 'type' => '1092113' - } - }, - 'Type' => 'Class' - }, - '996226' => { - 'Base' => { - '995977' => { - 'pos' => '0' - } - }, - 'Header' => 'PointerUnion.h', - 'Line' => '69', - 'Name' => 'llvm::pointer_union_detail::PointerUnionMembers, llvm::PointerIntPair, llvm::PointerIntPairInfo > >, 0, llvm::LLVMContext*>', - 'NameSpace' => 'llvm::pointer_union_detail', - 'PrivateABI' => 1, - 'Size' => '8', - 'TParam' => { - '0' => { - 'key' => 'Derived', - 'type' => '1006081' - }, - '1' => { - 'key' => 'ValTy', - 'type' => '1005122' - }, - '2' => { - 'key' => 'I', - 'type' => '178', - 'val' => '0' - }, - '3' => { - 'key' => undef, - 'type' => '1074627' - } - }, - 'Type' => 'Class' - }, - '996507' => { - 'Copied' => 1, - 'Header' => 'PointerUnion.h', - 'Line' => '47', - 'Name' => 'llvm::pointer_union_detail::PointerUnionUIntTraits', - 'NameSpace' => 'llvm::pointer_union_detail', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => undef, - 'type' => '1074627' - } - }, - 'Type' => 'Class' - }, - '996611' => { - 'Copied' => 1, - 'Header' => 'PointerUnion.h', - 'Line' => '47', - 'Name' => 'llvm::pointer_union_detail::PointerUnionUIntTraits', - 'NameSpace' => 'llvm::pointer_union_detail', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => undef, - 'type' => '1091640' - } - }, - 'Type' => 'Class' - }, - '996809' => { - 'Base' => { - '972887' => { - 'pos' => '0' - } - }, - 'Header' => 'DenseMap.h', - 'Line' => '61', - 'Name' => 'llvm::DenseMapBase, unsigned long>, 4u, llvm::DenseMapInfo, llvm::detail::DenseMapPair, unsigned long> > >, void*, std::pair, unsigned long>, llvm::DenseMapInfo, llvm::detail::DenseMapPair, unsigned long> > >', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '1', - 'TParam' => { - '0' => { - 'key' => 'DerivedT', - 'type' => '998510' - }, - '1' => { - 'key' => 'KeyT', - 'type' => '258' - }, - '2' => { - 'key' => 'ValueT', - 'type' => '453819' - }, - '3' => { - 'key' => 'KeyInfoT', - 'type' => '1072368' - }, - '4' => { - 'key' => 'BucketT', - 'type' => '897157' - } - }, - 'Type' => 'Class' - }, - '998510' => { - 'Base' => { - '996809' => { - 'pos' => '0' - } - }, - 'Header' => 'DenseMap.h', - 'Line' => '881', - 'Memb' => { - '0' => { - 'access' => 'private', - 'bitfield' => '1', - 'name' => 'Small', - 'offset' => '0', - 'type' => '74' - }, - '1' => { - 'access' => 'private', - 'bitfield' => '31', - 'name' => 'NumEntries', - 'offset' => '0', - 'type' => '74' - }, - '2' => { - 'access' => 'private', - 'name' => 'NumTombstones', - 'offset' => '4', - 'type' => '74' - }, - '3' => { - 'access' => 'private', - 'name' => 'storage', - 'offset' => '8', - 'type' => '999504' - } - }, - 'Name' => 'llvm::SmallDenseMap, unsigned long>, 4u, llvm::DenseMapInfo, llvm::detail::DenseMapPair, unsigned long> > >', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '104', - 'TParam' => { - '0' => { - 'key' => 'KeyT', - 'type' => '258' - }, - '1' => { - 'key' => 'ValueT', - 'type' => '453819' - }, - '2' => { - 'key' => 'InlineBuckets', - 'type' => '74', - 'val' => '4' - }, - '3' => { - 'key' => 'KeyInfoT', - 'type' => '1072368' - }, - '4' => { - 'key' => 'BucketT', - 'type' => '897157' - } - }, - 'Type' => 'Class' - }, - '998526' => { - 'Header' => 'DenseMap.h', - 'Line' => '898', - 'Memb' => { - '0' => { - 'name' => 'Buckets', - 'offset' => '0', - 'type' => '1091844' - }, - '1' => { - 'name' => 'NumBuckets', - 'offset' => '8', - 'type' => '74' - } - }, - 'Name' => 'struct llvm::SmallDenseMap, unsigned long>, 4u, llvm::DenseMapInfo, llvm::detail::DenseMapPair, unsigned long> > >::LargeRep', - 'NameSpace' => 'llvm::SmallDenseMap, unsigned long>, 4u, llvm::DenseMapInfo, llvm::detail::DenseMapPair, unsigned long> > >', - 'Private' => 1, - 'PrivateABI' => 1, - 'Size' => '16', - 'Type' => 'Struct' - }, - '999504' => { - 'Header' => 'AlignOf.h', - 'Line' => '27', - 'Memb' => { - '0' => { - 'name' => 'buffer', - 'offset' => '0', - 'type' => '1091934' - } - }, - 'Name' => 'struct llvm::AlignedCharArrayUnion, unsigned long> >[4], llvm::SmallDenseMap, unsigned long>, 4u, llvm::DenseMapInfo, llvm::detail::DenseMapPair, unsigned long> > >::LargeRep>', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '96', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '2855691' - }, - '1' => { - 'key' => undef, - 'type' => '998526' - } - }, - 'Type' => 'Struct' - }, - '999637' => { - 'Base' => { - '958746' => { - 'pos' => '0' - } - }, - 'Header' => 'SmallVector.h', - 'Line' => '102', - 'Name' => 'llvm::SmallVectorTemplateCommon', - 'NameSpace' => 'llvm', - 'PrivateABI' => 1, - 'Size' => '16', - 'TParam' => { - '0' => { - 'key' => 'T', - 'type' => '1090380' + 'type' => '994464' } }, 'Type' => 'Class' } }, 'UndefinedSymbols' => { - 'liboslexec.so.1.13.4' => { + 'liboslexec.so.1.13.5' => { '_Exit@GLIBC_2.2.5' => 0, '_ITM_deregisterTMCloneTable' => 0, '_ITM_registerTMCloneTable' => 0, '_Unwind_Resume@GCC_3.0' => 0, - '_ZN11OSL_v1_13_43pvt13simplexnoise1EfiPf' => 0, - '_ZN11OSL_v1_13_43pvt13simplexnoise2EffiPfS1_' => 0, - '_ZN11OSL_v1_13_43pvt13simplexnoise3EfffiPfS1_S1_' => 0, - '_ZN11OSL_v1_13_43pvt13simplexnoise4EffffiPfS1_S1_S1_' => 0, - '_ZN11OSL_v1_13_43pvt5gaborERKNS_4DualIN9Imath_3_14Vec3IfEELi2EEEPKNS_11NoiseParamsE' => 0, - '_ZN11OSL_v1_13_43pvt5gaborERKNS_4DualIfLi2EEEPKNS_11NoiseParamsE' => 0, - '_ZN11OSL_v1_13_43pvt5gaborERKNS_4DualIfLi2EEES4_PKNS_11NoiseParamsE' => 0, - '_ZN11OSL_v1_13_43pvt6gabor3ERKNS_4DualIN9Imath_3_14Vec3IfEELi2EEEPKNS_11NoiseParamsE' => 0, - '_ZN11OSL_v1_13_43pvt6gabor3ERKNS_4DualIfLi2EEEPKNS_11NoiseParamsE' => 0, - '_ZN11OSL_v1_13_43pvt6gabor3ERKNS_4DualIfLi2EEES4_PKNS_11NoiseParamsE' => 0, - '_ZN11OSL_v1_13_43pvt6pgaborERKNS_4DualIN9Imath_3_14Vec3IfEELi2EEERKS4_PKNS_11NoiseParamsE' => 0, - '_ZN11OSL_v1_13_43pvt6pgaborERKNS_4DualIfLi2EEES4_ffPKNS_11NoiseParamsE' => 0, - '_ZN11OSL_v1_13_43pvt6pgaborERKNS_4DualIfLi2EEEfPKNS_11NoiseParamsE' => 0, - '_ZN11OSL_v1_13_43pvt7pgabor3ERKNS_4DualIN9Imath_3_14Vec3IfEELi2EEERKS4_PKNS_11NoiseParamsE' => 0, - '_ZN11OSL_v1_13_43pvt7pgabor3ERKNS_4DualIfLi2EEES4_ffPKNS_11NoiseParamsE' => 0, - '_ZN11OSL_v1_13_43pvt7pgabor3ERKNS_4DualIfLi2EEEfPKNS_11NoiseParamsE' => 0, - '_ZN11OSL_v1_13_48OSLQuery9ParameterC1ERKS1_' => 0, - '_ZN11OSL_v1_13_48OSLQueryC1Ev' => 0, - '_ZN11OSL_v1_13_48OSLQueryD1Ev' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem10remove_allENS_17basic_string_viewIcSt11char_traitsIcEEERSs' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem11parent_pathENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem11unique_pathENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem12current_pathEv' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem12is_directoryENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem14read_text_fileENS_17basic_string_viewIcSt11char_traitsIcEEERSsm' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem15searchpath_findERKSsRKSt6vectorISsSaISsEEbb' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem16create_directoryENS_17basic_string_viewIcSt11char_traitsIcEEERSs' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem16searchpath_splitENS_17basic_string_viewIcSt11char_traitsIcEEEb' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem17replace_extensionERKSsS2_' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem19temp_directory_pathEv' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem4copyENS_17basic_string_viewIcSt11char_traitsIcEEES4_RSs' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem4openERSt14basic_ofstreamIcSt11char_traitsIcEENS_17basic_string_viewIcS3_EESt13_Ios_Openmode' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem5fopenENS_17basic_string_viewIcSt11char_traitsIcEEES4_' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem6existsENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem8filenameENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem9extensionENS_17basic_string_viewIcSt11char_traitsIcEEEb' => 0, - '_ZN18OpenImageIO_v2_5_110ParamValue11clear_valueEv' => 0, - '_ZN18OpenImageIO_v2_5_110ParamValue12init_noclearENS_7ustringENS_8TypeDescEiNS0_6InterpEPKvNS0_4CopyENS0_11FromUstringE' => 0, - '_ZN18OpenImageIO_v2_5_110ParamValue12init_noclearENS_7ustringENS_8TypeDescEiPKvNS0_4CopyENS0_11FromUstringE' => 0, - '_ZN18OpenImageIO_v2_5_111ColorConfigC1ENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZN18OpenImageIO_v2_5_111ColorConfigD1Ev' => 0, - '_ZN18OpenImageIO_v2_5_112ErrorHandler15default_handlerEv' => 0, - '_ZN18OpenImageIO_v2_5_112aligned_freeEPv' => 0, - '_ZN18OpenImageIO_v2_5_112getattributeENS_17basic_string_viewIcSt11char_traitsIcEEENS_8TypeDescEPv' => 0, - '_ZN18OpenImageIO_v2_5_113TextureSystem6createEbPNS_10ImageCacheE' => 0, - '_ZN18OpenImageIO_v2_5_114aligned_mallocEmm' => 0, - '_ZN18OpenImageIO_v2_5_123parallel_for_chunked_2DEllllllOSt8functionIFvllllEENS_6paroptE' => 0, - '_ZN18OpenImageIO_v2_5_13Tex15decode_wrapmodeENS_7ustringE' => 0, - '_ZN18OpenImageIO_v2_5_15Timer16seconds_per_tickE' => 0, - '_ZN18OpenImageIO_v2_5_16paropt7resolveEv' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil10parse_charERNS_17basic_string_viewIcSt11char_traitsIcEEEcbb' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil10parse_wordERNS_17basic_string_viewIcSt11char_traitsIcEEEb' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil11parse_floatERNS_17basic_string_viewIcSt11char_traitsIcEEERfb' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil11parse_untilERNS_17basic_string_viewIcSt11char_traitsIcEEES4_b' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil11starts_withENS_17basic_string_viewIcSt11char_traitsIcEEES4_' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil12escape_charsENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil12parse_prefixERNS_17basic_string_viewIcSt11char_traitsIcEEES4_b' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil12parse_stringERNS_17basic_string_viewIcSt11char_traitsIcEEES5_bNS0_13QuoteBehaviorE' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil14unescape_charsENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil15skip_whitespaceERNS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil16parse_identifierERNS_17basic_string_viewIcSt11char_traitsIcEEES4_b' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil16parse_identifierERNS_17basic_string_viewIcSt11char_traitsIcEEEb' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil16parse_until_charERNS_17basic_string_viewIcSt11char_traitsIcEEEcb' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil18timeintervalformatEdi' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil4stofENS_17basic_string_viewIcSt11char_traitsIcEEEPm' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil4stofERKSsPm' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil4stoiENS_17basic_string_viewIcSt11char_traitsIcEEEPmi' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil5splitENS_17basic_string_viewIcSt11char_traitsIcEEERSt6vectorISsSaISsEES4_i' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil7iequalsENS_17basic_string_viewIcSt11char_traitsIcEEES4_' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil7replaceENS_17basic_string_viewIcSt11char_traitsIcEEES4_S4_b' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil7splitsvENS_17basic_string_viewIcSt11char_traitsIcEEES4_i' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil8containsENS_17basic_string_viewIcSt11char_traitsIcEEES4_' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil8vsprintfEPKcP13__va_list_tag' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil8wordwrapENS_17basic_string_viewIcSt11char_traitsIcEEEiiS4_S4_' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil9ends_withENS_17basic_string_viewIcSt11char_traitsIcEEES4_' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil9memformatExi' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil9parse_intERNS_17basic_string_viewIcSt11char_traitsIcEEERib' => 0, - '_ZN18OpenImageIO_v2_5_17Sysutil15physical_memoryEv' => 0, - '_ZN18OpenImageIO_v2_5_17Sysutil16terminal_columnsEv' => 0, - '_ZN18OpenImageIO_v2_5_17Sysutil17this_program_pathEv' => 0, - '_ZN18OpenImageIO_v2_5_17Sysutil20hardware_concurrencyEv' => 0, - '_ZN18OpenImageIO_v2_5_17Sysutil6getenvENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZN18OpenImageIO_v2_5_17ustring11make_uniqueENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZN18OpenImageIO_v2_5_17ustring16empty_std_stringE' => 0, - '_ZN18OpenImageIO_v2_5_17ustring9from_hashEm' => 0, - '_ZN18OpenImageIO_v2_5_18ImageBuf12IteratorBase12release_tileEv' => 0, - '_ZN18OpenImageIO_v2_5_18ImageBuf12IteratorBase24pos_xincr_local_past_endEv' => 0, - '_ZN18OpenImageIO_v2_5_18ImageBuf12IteratorBase3posEiii' => 0, - '_ZN18OpenImageIO_v2_5_18ImageBuf12IteratorBaseC2ERKS0_RKNS_3ROIENS0_8WrapModeEb' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc10TypeFloat4E' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc10TypeMatrixE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc10TypeNormalE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc10TypeStringE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc10TypeVectorE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc7TypeIntE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc9TypeColorE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc9TypeFloatE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc9TypePointE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDescC1ENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN11OSL_v1_13_53pvt13simplexnoise1EfiPf' => 0, + '_ZN11OSL_v1_13_53pvt13simplexnoise2EffiPfS1_' => 0, + '_ZN11OSL_v1_13_53pvt13simplexnoise3EfffiPfS1_S1_' => 0, + '_ZN11OSL_v1_13_53pvt13simplexnoise4EffffiPfS1_S1_S1_' => 0, + '_ZN11OSL_v1_13_53pvt5gaborERKNS_4DualIN9Imath_3_14Vec3IfEELi2EEEPKNS_11NoiseParamsE' => 0, + '_ZN11OSL_v1_13_53pvt5gaborERKNS_4DualIfLi2EEEPKNS_11NoiseParamsE' => 0, + '_ZN11OSL_v1_13_53pvt5gaborERKNS_4DualIfLi2EEES4_PKNS_11NoiseParamsE' => 0, + '_ZN11OSL_v1_13_53pvt6gabor3ERKNS_4DualIN9Imath_3_14Vec3IfEELi2EEEPKNS_11NoiseParamsE' => 0, + '_ZN11OSL_v1_13_53pvt6gabor3ERKNS_4DualIfLi2EEEPKNS_11NoiseParamsE' => 0, + '_ZN11OSL_v1_13_53pvt6gabor3ERKNS_4DualIfLi2EEES4_PKNS_11NoiseParamsE' => 0, + '_ZN11OSL_v1_13_53pvt6pgaborERKNS_4DualIN9Imath_3_14Vec3IfEELi2EEERKS4_PKNS_11NoiseParamsE' => 0, + '_ZN11OSL_v1_13_53pvt6pgaborERKNS_4DualIfLi2EEES4_ffPKNS_11NoiseParamsE' => 0, + '_ZN11OSL_v1_13_53pvt6pgaborERKNS_4DualIfLi2EEEfPKNS_11NoiseParamsE' => 0, + '_ZN11OSL_v1_13_53pvt7pgabor3ERKNS_4DualIN9Imath_3_14Vec3IfEELi2EEERKS4_PKNS_11NoiseParamsE' => 0, + '_ZN11OSL_v1_13_53pvt7pgabor3ERKNS_4DualIfLi2EEES4_ffPKNS_11NoiseParamsE' => 0, + '_ZN11OSL_v1_13_53pvt7pgabor3ERKNS_4DualIfLi2EEEfPKNS_11NoiseParamsE' => 0, + '_ZN11OSL_v1_13_58OSLQuery9ParameterC1ERKS1_' => 0, + '_ZN11OSL_v1_13_58OSLQueryC1Ev' => 0, + '_ZN11OSL_v1_13_58OSLQueryD1Ev' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem10remove_allENS_17basic_string_viewIcSt11char_traitsIcEEERSs' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem11parent_pathENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem11unique_pathENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem12current_pathEv' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem12is_directoryENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem14read_text_fileENS_17basic_string_viewIcSt11char_traitsIcEEERSsm' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem15searchpath_findERKSsRKSt6vectorISsSaISsEEbb' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem16create_directoryENS_17basic_string_viewIcSt11char_traitsIcEEERSs' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem16searchpath_splitENS_17basic_string_viewIcSt11char_traitsIcEEEb' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem17replace_extensionERKSsS2_' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem19temp_directory_pathEv' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem4copyENS_17basic_string_viewIcSt11char_traitsIcEEES4_RSs' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem4openERSt14basic_ofstreamIcSt11char_traitsIcEENS_17basic_string_viewIcS3_EESt13_Ios_Openmode' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem5fopenENS_17basic_string_viewIcSt11char_traitsIcEEES4_' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem6existsENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem8filenameENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem9extensionENS_17basic_string_viewIcSt11char_traitsIcEEEb' => 0, + '_ZN18OpenImageIO_v2_6_010ParamValue11clear_valueEv' => 0, + '_ZN18OpenImageIO_v2_6_010ParamValue12init_noclearENS_7ustringENS_8TypeDescEiNS0_6InterpEPKvNS0_4CopyENS0_11FromUstringE' => 0, + '_ZN18OpenImageIO_v2_6_010ParamValue12init_noclearENS_7ustringENS_8TypeDescEiPKvNS0_4CopyENS0_11FromUstringE' => 0, + '_ZN18OpenImageIO_v2_6_011ColorConfigC1ENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN18OpenImageIO_v2_6_011ColorConfigD1Ev' => 0, + '_ZN18OpenImageIO_v2_6_012ErrorHandler15default_handlerEv' => 0, + '_ZN18OpenImageIO_v2_6_012aligned_freeEPv' => 0, + '_ZN18OpenImageIO_v2_6_012getattributeENS_17basic_string_viewIcSt11char_traitsIcEEENS_8TypeDescEPv' => 0, + '_ZN18OpenImageIO_v2_6_013TextureSystem6createEbPNS_10ImageCacheE' => 0, + '_ZN18OpenImageIO_v2_6_014aligned_mallocEmm' => 0, + '_ZN18OpenImageIO_v2_6_023parallel_for_chunked_2DEllllllOSt8functionIFvllllEENS_6paroptE' => 0, + '_ZN18OpenImageIO_v2_6_03Tex15decode_wrapmodeENS_7ustringE' => 0, + '_ZN18OpenImageIO_v2_6_05Timer16seconds_per_tickE' => 0, + '_ZN18OpenImageIO_v2_6_06paropt7resolveEv' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil10parse_charERNS_17basic_string_viewIcSt11char_traitsIcEEEcbb' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil10parse_wordERNS_17basic_string_viewIcSt11char_traitsIcEEEb' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil11parse_floatERNS_17basic_string_viewIcSt11char_traitsIcEEERfb' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil11parse_untilERNS_17basic_string_viewIcSt11char_traitsIcEEES4_b' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil11starts_withENS_17basic_string_viewIcSt11char_traitsIcEEES4_' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil12escape_charsENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil12parse_prefixERNS_17basic_string_viewIcSt11char_traitsIcEEES4_b' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil12parse_stringERNS_17basic_string_viewIcSt11char_traitsIcEEES5_bNS0_13QuoteBehaviorE' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil14unescape_charsENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil15skip_whitespaceERNS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil16parse_identifierERNS_17basic_string_viewIcSt11char_traitsIcEEES4_b' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil16parse_identifierERNS_17basic_string_viewIcSt11char_traitsIcEEEb' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil16parse_until_charERNS_17basic_string_viewIcSt11char_traitsIcEEEcb' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil18timeintervalformatEdi' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil4stofENS_17basic_string_viewIcSt11char_traitsIcEEEPm' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil4stofERKSsPm' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil4stoiENS_17basic_string_viewIcSt11char_traitsIcEEEPmi' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil5splitENS_17basic_string_viewIcSt11char_traitsIcEEERSt6vectorISsSaISsEES4_i' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil7iequalsENS_17basic_string_viewIcSt11char_traitsIcEEES4_' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil7replaceENS_17basic_string_viewIcSt11char_traitsIcEEES4_S4_b' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil7splitsvENS_17basic_string_viewIcSt11char_traitsIcEEES4_i' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil8containsENS_17basic_string_viewIcSt11char_traitsIcEEES4_' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil8vsprintfEPKcP13__va_list_tag' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil8wordwrapENS_17basic_string_viewIcSt11char_traitsIcEEEiiS4_S4_' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil9ends_withENS_17basic_string_viewIcSt11char_traitsIcEEES4_' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil9memformatExi' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil9parse_intERNS_17basic_string_viewIcSt11char_traitsIcEEERib' => 0, + '_ZN18OpenImageIO_v2_6_07Sysutil15physical_memoryEv' => 0, + '_ZN18OpenImageIO_v2_6_07Sysutil16terminal_columnsEv' => 0, + '_ZN18OpenImageIO_v2_6_07Sysutil17this_program_pathEv' => 0, + '_ZN18OpenImageIO_v2_6_07Sysutil20hardware_concurrencyEv' => 0, + '_ZN18OpenImageIO_v2_6_07Sysutil6getenvENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN18OpenImageIO_v2_6_07ustring11make_uniqueENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN18OpenImageIO_v2_6_07ustring16empty_std_stringE' => 0, + '_ZN18OpenImageIO_v2_6_07ustring9from_hashEm' => 0, + '_ZN18OpenImageIO_v2_6_08ImageBuf12IteratorBase12release_tileEv' => 0, + '_ZN18OpenImageIO_v2_6_08ImageBuf12IteratorBase24pos_xincr_local_past_endEv' => 0, + '_ZN18OpenImageIO_v2_6_08ImageBuf12IteratorBase3posEiii' => 0, + '_ZN18OpenImageIO_v2_6_08ImageBuf12IteratorBaseC2ERKS0_RKNS_3ROIENS0_8WrapModeEb' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc10TypeFloat4E' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc10TypeMatrixE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc10TypeNormalE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc10TypeStringE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc10TypeVectorE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc7TypeIntE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc9TypeColorE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc9TypeFloatE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc9TypePointE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDescC1ENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, '_ZN4pugi12xml_document11load_stringEPKcj' => 0, '_ZN4pugi12xml_document9load_fileEPKcjNS_12xml_encodingE' => 0, '_ZN4pugi12xml_documentC1Ev' => 0, @@ -50480,15 +53614,15 @@ $VAR1 = { '_ZN6Partio4readEPKcbRSo' => 0, '_ZN6Partio5writeEPKcRKNS_13ParticlesDataEbbRSo' => 0, '_ZN6Partio6createEv' => 0, - '_ZNK18OpenImageIO_v2_5_111ColorConfig20createColorProcessorENS_7ustringES1_S1_S1_' => 0, - '_ZNK18OpenImageIO_v2_5_18ImageBuf3roiEv' => 0, - '_ZNK18OpenImageIO_v2_5_18ImageBuf4specEv' => 0, - '_ZNK18OpenImageIO_v2_5_18ImageBuf5errorENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZNK18OpenImageIO_v2_5_18ImageBuf6retileEiiiRPNS_3pvt14ImageCacheTileERiS5_S5_S5_RbbNS0_8WrapModeE' => 0, - '_ZNK18OpenImageIO_v2_5_18ImageBuf8roi_fullEv' => 0, - '_ZNK18OpenImageIO_v2_5_18ImageBuf9nchannelsEv' => 0, - '_ZNK18OpenImageIO_v2_5_18TypeDesc5c_strEv' => 0, - '_ZNK18OpenImageIO_v2_5_18TypeDesc8basesizeEv' => 0, + '_ZNK18OpenImageIO_v2_6_011ColorConfig20createColorProcessorENS_7ustringES1_S1_S1_' => 0, + '_ZNK18OpenImageIO_v2_6_08ImageBuf3roiEv' => 0, + '_ZNK18OpenImageIO_v2_6_08ImageBuf4specEv' => 0, + '_ZNK18OpenImageIO_v2_6_08ImageBuf5errorENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZNK18OpenImageIO_v2_6_08ImageBuf6retileEiiiRPNS_3pvt14ImageCacheTileERiS5_S5_S5_RbbNS0_8WrapModeE' => 0, + '_ZNK18OpenImageIO_v2_6_08ImageBuf8roi_fullEv' => 0, + '_ZNK18OpenImageIO_v2_6_08ImageBuf9nchannelsEv' => 0, + '_ZNK18OpenImageIO_v2_6_08TypeDesc5c_strEv' => 0, + '_ZNK18OpenImageIO_v2_6_08TypeDesc8basesizeEv' => 0, '_ZNK4pugi10xpath_node4nodeEv' => 0, '_ZNK4pugi13xml_attribute4nameEv' => 0, '_ZNK4pugi13xml_attribute5valueEv' => 0, @@ -50624,7 +53758,6 @@ $VAR1 = { 'fork@GLIBC_2.2.5' => 0, 'fprintf@GLIBC_2.2.5' => 0, 'fputc@GLIBC_2.2.5' => 0, - 'fputs@GLIBC_2.2.5' => 0, 'fread@GLIBC_2.2.5' => 0, 'free@GLIBC_2.2.5' => 0, 'fstatfs@GLIBC_2.2.5' => 0, diff --git a/abi/abi-liboslquery-ref.dump b/abi/abi-liboslquery.dump similarity index 90% rename from abi/abi-liboslquery-ref.dump rename to abi/abi-liboslquery.dump index 4b3337715..59b3077d0 100644 --- a/abi/abi-liboslquery-ref.dump +++ b/abi/abi-liboslquery.dump @@ -7,22 +7,22 @@ $VAR1 = { 'oslquery.h' => 1 }, 'Language' => 'C++', - 'LibraryName' => 'liboslquery.so.1.13.4', + 'LibraryName' => 'liboslquery.so.1.13.5', 'LibraryVersion' => undef, 'MissedOffsets' => '1', 'MissedRegs' => '1', 'NameSpaces' => { 'Imath_3_1' => 1, - 'OSL_v1_13_4' => 1, - 'OSL_v1_13_4::Strings' => 1, - 'OSL_v1_13_4::pvt' => 1, - 'OpenImageIO_v2_5_1' => 1, - 'OpenImageIO_v2_5_1::Filesystem' => 1, - 'OpenImageIO_v2_5_1::Strutil' => 1, - 'OpenImageIO_v2_5_1::Strutil::fmt' => 1, - 'OpenImageIO_v2_5_1::Tex' => 1, - 'OpenImageIO_v2_5_1::farmhash::inlined' => 1, - 'OpenImageIO_v2_5_1::simd' => 1, + 'OSL_v1_13_5' => 1, + 'OSL_v1_13_5::Strings' => 1, + 'OSL_v1_13_5::pvt' => 1, + 'OpenImageIO_v2_6_0' => 1, + 'OpenImageIO_v2_6_0::Filesystem' => 1, + 'OpenImageIO_v2_6_0::Strutil' => 1, + 'OpenImageIO_v2_6_0::Strutil::fmt' => 1, + 'OpenImageIO_v2_6_0::Tex' => 1, + 'OpenImageIO_v2_6_0::farmhash::inlined' => 1, + 'OpenImageIO_v2_6_0::simd' => 1, '__gnu_cxx' => 1, '__gnu_cxx::__ops' => 1, '__pstl::execution::v1' => 1, @@ -41,8 +41,8 @@ $VAR1 = { 'std::regex_constants' => 1 }, 'Needed' => { - 'libOpenImageIO.so.2.5.1' => 1, - 'libOpenImageIO_Util.so.2.5.1' => 1, + 'libOpenImageIO.so.2.6.0' => 1, + 'libOpenImageIO_Util.so.2.6.0' => 1, 'libboost_atomic.so.1.73.0' => 1, 'libboost_chrono.so.1.73.0' => 1, 'libboost_date_time.so.1.73.0' => 1, @@ -53,7 +53,6 @@ $VAR1 = { 'libgcc_s.so.1' => 1, 'libm.so.6' => 1, 'libpthread.so.0' => 1, - 'librt.so.1' => 1, 'libstdc++.so.6' => 1 }, 'PublicABI' => '1', @@ -61,258 +60,258 @@ $VAR1 = { 'oslquery.cpp' => 1 }, 'SymbolInfo' => { - '228808' => { - 'Class' => '228510', + '228817' => { + 'Class' => '228519', 'Header' => 'oslquery.h', 'Line' => '108', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQuery9ParameteraSERKS1_', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQuery9ParameteraSERKS1_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '328040' + 'type' => '328293' }, '1' => { 'name' => 'src', - 'type' => '328073' + 'type' => '328326' } }, - 'Return' => '328073', + 'Return' => '328326', 'ShortName' => 'operator=', 'Source' => 'oslquery.cpp', 'SourceLine' => '299' }, - '228843' => { - 'Class' => '228510', + '228852' => { + 'Class' => '228519', 'Header' => 'oslquery.h', 'Line' => '109', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQuery9ParameteraSEOS1_', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQuery9ParameteraSEOS1_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '328040' + 'type' => '328293' }, '1' => { 'name' => 'src', - 'type' => '328294' + 'type' => '328547' } }, - 'Return' => '328073', + 'Return' => '328326', 'ShortName' => 'operator=', 'Source' => 'oslquery.cpp', 'SourceLine' => '327' }, - '229042' => { - 'Class' => '228497', + '229051' => { + 'Class' => '228506', 'Header' => 'oslquery.h', 'Line' => '142', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQuery4openEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES5_', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQuery4openEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES5_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '328306' + 'type' => '328559' }, '1' => { 'name' => 'shadername', - 'type' => '253125' + 'type' => '253243' }, '2' => { 'name' => 'searchpath', - 'type' => '253125' + 'type' => '253243' } }, 'Return' => '210362', 'ShortName' => 'open' }, - '229083' => { - 'Class' => '228497', + '229092' => { + 'Class' => '228506', 'Header' => 'oslquery.h', 'Line' => '147', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQuery13open_bytecodeEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEE', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQuery13open_bytecodeEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE', 'Param' => { '0' => { 'name' => 'this', - 'type' => '328306' + 'type' => '328559' }, '1' => { 'name' => 'buffer', - 'type' => '253125' + 'type' => '253243' } }, 'Return' => '210362', 'ShortName' => 'open_bytecode' }, - '2599069' => { - 'Class' => '228497', + '2601768' => { + 'Class' => '228506', 'Destructor' => 1, 'Header' => 'oslquery.h', 'Line' => '139', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQueryD1Ev', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQueryD1Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '328306' + 'type' => '328559' } }, 'ShortName' => 'OSLQuery', 'Source' => 'oslquery.cpp', 'SourceLine' => '358' }, - '2599070' => { + '2601769' => { 'Artificial' => 1, - 'Class' => '228510', + 'Class' => '228519', 'Destructor' => 1, 'Header' => 'oslquery.h', 'InLine' => 1, 'Line' => '87', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQuery9ParameterD1Ev', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQuery9ParameterD1Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '328040' + 'type' => '328293' } }, 'ShortName' => 'Parameter' }, - '724103' => { - 'Class' => '228497', + '724405' => { + 'Class' => '228506', 'Destructor' => 1, 'Header' => 'oslquery.h', 'Line' => '139', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQueryD2Ev', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQueryD2Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '328306' + 'type' => '328559' } }, 'ShortName' => 'OSLQuery', 'Source' => 'oslquery.cpp', 'SourceLine' => '358' }, - '735192' => { - 'Class' => '228497', + '735494' => { + 'Class' => '228506', 'Constructor' => 1, 'Header' => 'oslquery.h', 'Line' => '116', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQueryC2Ev', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQueryC2Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '328306' + 'type' => '328559' } }, 'ShortName' => 'OSLQuery', 'Source' => 'oslquery.cpp', 'SourceLine' => '354' }, - '735193' => { - 'Class' => '228497', + '735495' => { + 'Class' => '228506', 'Constructor' => 1, 'Header' => 'oslquery.h', 'Line' => '116', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQueryC1Ev', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQueryC1Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '328306' + 'type' => '328559' } }, 'ShortName' => 'OSLQuery', 'Source' => 'oslquery.cpp', 'SourceLine' => '354' }, - '748735' => { - 'Class' => '228510', + '749037' => { + 'Class' => '228519', 'Constructor' => 1, 'Header' => 'oslquery.h', 'Line' => '107', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQuery9ParameterC2EOS1_', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQuery9ParameterC2EOS1_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '328040' + 'type' => '328293' }, '1' => { 'name' => 'src', - 'type' => '328294' + 'type' => '328547' } }, 'ShortName' => 'Parameter', 'Source' => 'oslquery.cpp', 'SourceLine' => '272' }, - '748736' => { - 'Class' => '228510', + '749038' => { + 'Class' => '228519', 'Constructor' => 1, 'Header' => 'oslquery.h', 'Line' => '107', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQuery9ParameterC1EOS1_', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQuery9ParameterC1EOS1_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '328040' + 'type' => '328293' }, '1' => { 'name' => 'src', - 'type' => '328294' + 'type' => '328547' } }, 'ShortName' => 'Parameter', 'Source' => 'oslquery.cpp', 'SourceLine' => '272' }, - '762594' => { - 'Class' => '228510', + '762896' => { + 'Class' => '228519', 'Constructor' => 1, 'Header' => 'oslquery.h', 'Line' => '106', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQuery9ParameterC2ERKS1_', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQuery9ParameterC2ERKS1_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '328040' + 'type' => '328293' }, '1' => { 'name' => 'src', - 'type' => '328073' + 'type' => '328326' } }, 'ShortName' => 'Parameter', 'Source' => 'oslquery.cpp', 'SourceLine' => '246' }, - '762595' => { - 'Class' => '228510', + '762897' => { + 'Class' => '228519', 'Constructor' => 1, 'Header' => 'oslquery.h', 'Line' => '106', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQuery9ParameterC1ERKS1_', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQuery9ParameterC1ERKS1_', 'Param' => { '0' => { 'name' => 'this', - 'type' => '328040' + 'type' => '328293' }, '1' => { 'name' => 'src', - 'type' => '328073' + 'type' => '328326' } }, 'ShortName' => 'Parameter', 'Source' => 'oslquery.cpp', 'SourceLine' => '246' }, - '784786' => { + '785223' => { 'Artificial' => 1, - 'Class' => '228510', + 'Class' => '228519', 'Destructor' => 1, 'Header' => 'oslquery.h', 'InLine' => 1, 'Line' => '87', - 'MnglName' => '_ZN11OSL_v1_13_48OSLQuery9ParameterD2Ev', + 'MnglName' => '_ZN11OSL_v1_13_58OSLQuery9ParameterD2Ev', 'Param' => { '0' => { 'name' => 'this', - 'type' => '328040' + 'type' => '328293' } }, 'ShortName' => 'Parameter' @@ -320,21 +319,21 @@ $VAR1 = { }, 'SymbolVersion' => {}, 'Symbols' => { - 'liboslquery.so.1.13.4' => { - '_ZN11OSL_v1_13_48OSLQuery13open_bytecodeEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEE' => 1, - '_ZN11OSL_v1_13_48OSLQuery4openEN18OpenImageIO_v2_5_117basic_string_viewIcSt11char_traitsIcEEES5_' => 1, - '_ZN11OSL_v1_13_48OSLQuery9ParameterC1EOS1_' => 1, - '_ZN11OSL_v1_13_48OSLQuery9ParameterC1ERKS1_' => 1, - '_ZN11OSL_v1_13_48OSLQuery9ParameterC2EOS1_' => 1, - '_ZN11OSL_v1_13_48OSLQuery9ParameterC2ERKS1_' => 1, - '_ZN11OSL_v1_13_48OSLQuery9ParameterD1Ev' => 1, - '_ZN11OSL_v1_13_48OSLQuery9ParameterD2Ev' => 1, - '_ZN11OSL_v1_13_48OSLQuery9ParameteraSEOS1_' => 1, - '_ZN11OSL_v1_13_48OSLQuery9ParameteraSERKS1_' => 1, - '_ZN11OSL_v1_13_48OSLQueryC1Ev' => 1, - '_ZN11OSL_v1_13_48OSLQueryC2Ev' => 1, - '_ZN11OSL_v1_13_48OSLQueryD1Ev' => 1, - '_ZN11OSL_v1_13_48OSLQueryD2Ev' => 1 + 'liboslquery.so.1.13.5' => { + '_ZN11OSL_v1_13_58OSLQuery13open_bytecodeEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEE' => 1, + '_ZN11OSL_v1_13_58OSLQuery4openEN18OpenImageIO_v2_6_017basic_string_viewIcSt11char_traitsIcEEES5_' => 1, + '_ZN11OSL_v1_13_58OSLQuery9ParameterC1EOS1_' => 1, + '_ZN11OSL_v1_13_58OSLQuery9ParameterC1ERKS1_' => 1, + '_ZN11OSL_v1_13_58OSLQuery9ParameterC2EOS1_' => 1, + '_ZN11OSL_v1_13_58OSLQuery9ParameterC2ERKS1_' => 1, + '_ZN11OSL_v1_13_58OSLQuery9ParameterD1Ev' => 1, + '_ZN11OSL_v1_13_58OSLQuery9ParameterD2Ev' => 1, + '_ZN11OSL_v1_13_58OSLQuery9ParameteraSEOS1_' => 1, + '_ZN11OSL_v1_13_58OSLQuery9ParameteraSERKS1_' => 1, + '_ZN11OSL_v1_13_58OSLQueryC1Ev' => 1, + '_ZN11OSL_v1_13_58OSLQueryC2Ev' => 1, + '_ZN11OSL_v1_13_58OSLQueryD1Ev' => 1, + '_ZN11OSL_v1_13_58OSLQueryD2Ev' => 1 } }, 'Target' => 'unix', @@ -391,7 +390,7 @@ $VAR1 = { 'Type' => 'Struct' }, '148897' => { - 'BaseType' => '239390', + 'BaseType' => '239463', 'Header' => 'alloc_traits.h', 'Line' => '400', 'Name' => 'std::allocator_traits >::pointer', @@ -541,7 +540,7 @@ $VAR1 = { 'Type' => 'Struct' }, '153850' => { - 'BaseType' => '239610', + 'BaseType' => '239683', 'Header' => 'alloc_traits.h', 'Line' => '400', 'Name' => 'std::allocator_traits >::pointer', @@ -663,13 +662,13 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '258254' + 'type' => '259410' } }, 'Type' => 'Class' @@ -678,7 +677,7 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', @@ -691,11 +690,11 @@ $VAR1 = { 'Type' => 'Struct' }, '158964' => { - 'BaseType' => '323303', + 'BaseType' => '323556', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' @@ -711,14 +710,14 @@ $VAR1 = { 'type' => '159734' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '258254' + 'type' => '259410' }, '1' => { 'key' => '_Alloc', @@ -748,8 +747,8 @@ $VAR1 = { 'type' => '159722' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' @@ -758,8 +757,8 @@ $VAR1 = { 'BaseType' => '206482', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' @@ -776,8 +775,8 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' @@ -791,13 +790,13 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'allocator.h', 'Line' => '112', - 'Name' => 'std::allocator', + 'Name' => 'std::allocator', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { - 'type' => '228510' + 'type' => '228519' } }, 'Type' => 'Class' @@ -806,7 +805,7 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '392', - 'Name' => 'struct std::allocator_traits >', + 'Name' => 'struct std::allocator_traits >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '1', @@ -819,11 +818,11 @@ $VAR1 = { 'Type' => 'Struct' }, '160936' => { - 'BaseType' => '328034', + 'BaseType' => '328287', 'Header' => 'alloc_traits.h', 'Line' => '400', - 'Name' => 'std::allocator_traits >::pointer', - 'NameSpace' => 'std::allocator_traits >', + 'Name' => 'std::allocator_traits >::pointer', + 'NameSpace' => 'std::allocator_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' @@ -839,14 +838,14 @@ $VAR1 = { 'type' => '161478' } }, - 'Name' => 'struct std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '228510' + 'type' => '228519' }, '1' => { 'key' => '_Alloc', @@ -876,8 +875,8 @@ $VAR1 = { 'type' => '161466' } }, - 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl_data', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' @@ -886,8 +885,8 @@ $VAR1 = { 'BaseType' => '208381', 'Header' => 'stl_vector.h', 'Line' => '86', - 'Name' => 'std::_Vector_base >::pointer', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'std::_Vector_base >::pointer', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' @@ -904,8 +903,8 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '125', - 'Name' => 'struct std::_Vector_base >::_Vector_impl', - 'NameSpace' => 'std::_Vector_base >', + 'Name' => 'struct std::_Vector_base >::_Vector_impl', + 'NameSpace' => 'std::_Vector_base >', 'PrivateABI' => 1, 'Size' => '24', 'Type' => 'Struct' @@ -920,14 +919,14 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '228510' + 'type' => '228519' } }, 'Type' => 'Class' @@ -1051,14 +1050,14 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '258254' + 'type' => '259410' } }, 'Type' => 'Class' @@ -1072,7 +1071,7 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', @@ -1088,8 +1087,8 @@ $VAR1 = { 'BaseType' => '158964', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' @@ -1098,14 +1097,14 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'new_allocator.h', 'Line' => '58', - 'Name' => '__gnu_cxx::new_allocator', + 'Name' => '__gnu_cxx::new_allocator', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '228510' + 'type' => '228519' } }, 'Type' => 'Class' @@ -1119,7 +1118,7 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'alloc_traits.h', 'Line' => '50', - 'Name' => 'struct __gnu_cxx::__alloc_traits >', + 'Name' => 'struct __gnu_cxx::__alloc_traits >', 'NameSpace' => '__gnu_cxx', 'PrivateABI' => 1, 'Size' => '1', @@ -1135,8 +1134,8 @@ $VAR1 = { 'BaseType' => '160936', 'Header' => 'alloc_traits.h', 'Line' => '59', - 'Name' => '__gnu_cxx::__alloc_traits >::pointer', - 'NameSpace' => '__gnu_cxx::__alloc_traits >', + 'Name' => '__gnu_cxx::__alloc_traits >::pointer', + 'NameSpace' => '__gnu_cxx::__alloc_traits >', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' @@ -1146,7 +1145,7 @@ $VAR1 = { 'Size' => '1', 'Type' => 'Intrinsic' }, - '228497' => { + '228506' => { 'Header' => 'oslquery.h', 'Line' => '80', 'Memb' => { @@ -1154,13 +1153,13 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_shadername', 'offset' => '0', - 'type' => '258254' + 'type' => '259410' }, '1' => { 'access' => 'private', 'name' => 'm_shadertypename', 'offset' => '8', - 'type' => '258254' + 'type' => '259410' }, '2' => { 'access' => 'private', @@ -1181,24 +1180,24 @@ $VAR1 = { 'type' => '162256' } }, - 'Name' => 'OSL_v1_13_4::OSLQuery', - 'NameSpace' => 'OSL_v1_13_4', + 'Name' => 'OSL_v1_13_5::OSLQuery', + 'NameSpace' => 'OSL_v1_13_5', 'Size' => '72', 'Type' => 'Class' }, - '228510' => { + '228519' => { 'Header' => 'oslquery.h', 'Line' => '87', 'Memb' => { '0' => { 'name' => 'name', 'offset' => '0', - 'type' => '258254' + 'type' => '259410' }, '1' => { 'name' => 'type', 'offset' => '8', - 'type' => '255700' + 'type' => '255818' }, '10' => { 'name' => 'sdefault', @@ -1218,7 +1217,7 @@ $VAR1 = { '13' => { 'name' => 'structname', 'offset' => '152', - 'type' => '258254' + 'type' => '259410' }, '14' => { 'name' => 'metadata', @@ -1266,36 +1265,36 @@ $VAR1 = { 'type' => '155227' } }, - 'Name' => 'struct OSL_v1_13_4::OSLQuery::Parameter', - 'NameSpace' => 'OSL_v1_13_4::OSLQuery', + 'Name' => 'struct OSL_v1_13_5::OSLQuery::Parameter', + 'NameSpace' => 'OSL_v1_13_5::OSLQuery', 'Size' => '184', 'Type' => 'Struct' }, - '228904' => { - 'BaseType' => '228510', - 'Name' => 'struct OSL_v1_13_4::OSLQuery::Parameter const', + '228913' => { + 'BaseType' => '228519', + 'Name' => 'struct OSL_v1_13_5::OSLQuery::Parameter const', 'Size' => '184', 'Type' => 'Const' }, - '229737' => { - 'BaseType' => '228497', - 'Name' => 'OSL_v1_13_4::OSLQuery const', + '229746' => { + 'BaseType' => '228506', + 'Name' => 'OSL_v1_13_5::OSLQuery const', 'Size' => '72', 'Type' => 'Const' }, - '239390' => { + '239463' => { 'BaseType' => '178', 'Name' => 'int*', 'Size' => '8', 'Type' => 'Pointer' }, - '239610' => { + '239683' => { 'BaseType' => '58', 'Name' => 'float*', 'Size' => '8', 'Type' => 'Pointer' }, - '242908' => { + '242981' => { 'Header' => 'string_view.h', 'Line' => '78', 'Memb' => { @@ -1312,8 +1311,8 @@ $VAR1 = { 'type' => '82' } }, - 'Name' => 'OpenImageIO_v2_5_1::basic_string_view >', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::basic_string_view >', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '16', 'TParam' => { @@ -1334,17 +1333,17 @@ $VAR1 = { 'Size' => '8', 'Type' => 'Pointer' }, - '253125' => { - 'BaseType' => '242908', + '253243' => { + 'BaseType' => '242981', 'Header' => 'string_view.h', - 'Line' => '446', - 'Name' => 'OpenImageIO_v2_5_1::string_view', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Line' => '459', + 'Name' => 'OpenImageIO_v2_6_0::string_view', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '16', 'Type' => 'Typedef' }, - '255700' => { + '255818' => { 'Header' => 'typedesc.h', 'Line' => '53', 'Memb' => { @@ -1374,13 +1373,13 @@ $VAR1 = { 'type' => '178' } }, - 'Name' => 'struct OpenImageIO_v2_5_1::TypeDesc', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'struct OpenImageIO_v2_6_0::TypeDesc', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Struct' }, - '258254' => { + '259410' => { 'Header' => 'ustring.h', 'Line' => '126', 'Memb' => { @@ -1388,21 +1387,21 @@ $VAR1 = { 'access' => 'private', 'name' => 'm_chars', 'offset' => '0', - 'type' => '261807' + 'type' => '262963' } }, - 'Name' => 'OpenImageIO_v2_5_1::ustring', - 'NameSpace' => 'OpenImageIO_v2_5_1', + 'Name' => 'OpenImageIO_v2_6_0::ustring', + 'NameSpace' => 'OpenImageIO_v2_6_0', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Class' }, - '261807' => { + '262963' => { 'BaseType' => '1157', 'Header' => 'ustring.h', 'Line' => '128', - 'Name' => 'OpenImageIO_v2_5_1::ustring::rep_t', - 'NameSpace' => 'OpenImageIO_v2_5_1::ustring', + 'Name' => 'OpenImageIO_v2_6_0::ustring::rep_t', + 'NameSpace' => 'OpenImageIO_v2_6_0::ustring', 'PrivateABI' => 1, 'Size' => '8', 'Type' => 'Typedef' @@ -1471,69 +1470,69 @@ $VAR1 = { 'Size' => '1', 'Type' => 'Const' }, - '323303' => { - 'BaseType' => '258254', - 'Name' => 'OpenImageIO_v2_5_1::ustring*', + '323556' => { + 'BaseType' => '259410', + 'Name' => 'OpenImageIO_v2_6_0::ustring*', 'Size' => '8', 'Type' => 'Pointer' }, - '328034' => { - 'BaseType' => '228510', - 'Name' => 'struct OSL_v1_13_4::OSLQuery::Parameter*', + '328287' => { + 'BaseType' => '228519', + 'Name' => 'struct OSL_v1_13_5::OSLQuery::Parameter*', 'Size' => '8', 'Type' => 'Pointer' }, - '328040' => { - 'BaseType' => '328034', - 'Name' => 'struct OSL_v1_13_4::OSLQuery::Parameter*const', + '328293' => { + 'BaseType' => '328287', + 'Name' => 'struct OSL_v1_13_5::OSLQuery::Parameter*const', 'Size' => '8', 'Type' => 'Const' }, - '328062' => { - 'BaseType' => '228904', - 'Name' => 'struct OSL_v1_13_4::OSLQuery::Parameter const*', + '328315' => { + 'BaseType' => '228913', + 'Name' => 'struct OSL_v1_13_5::OSLQuery::Parameter const*', 'Size' => '8', 'Type' => 'Pointer' }, - '328068' => { - 'BaseType' => '328062', - 'Name' => 'struct OSL_v1_13_4::OSLQuery::Parameter const*const', + '328321' => { + 'BaseType' => '328315', + 'Name' => 'struct OSL_v1_13_5::OSLQuery::Parameter const*const', 'Size' => '8', 'Type' => 'Const' }, - '328073' => { - 'BaseType' => '228904', - 'Name' => 'struct OSL_v1_13_4::OSLQuery::Parameter const&', + '328326' => { + 'BaseType' => '228913', + 'Name' => 'struct OSL_v1_13_5::OSLQuery::Parameter const&', 'Size' => '8', 'Type' => 'Ref' }, - '328294' => { - 'BaseType' => '228510', - 'Name' => 'struct OSL_v1_13_4::OSLQuery::Parameter&&', + '328547' => { + 'BaseType' => '228519', + 'Name' => 'struct OSL_v1_13_5::OSLQuery::Parameter&&', 'Size' => '8', 'Type' => 'RvalueRef' }, - '328300' => { - 'BaseType' => '228497', - 'Name' => 'OSL_v1_13_4::OSLQuery*', + '328553' => { + 'BaseType' => '228506', + 'Name' => 'OSL_v1_13_5::OSLQuery*', 'Size' => '8', 'Type' => 'Pointer' }, - '328306' => { - 'BaseType' => '328300', - 'Name' => 'OSL_v1_13_4::OSLQuery*const', + '328559' => { + 'BaseType' => '328553', + 'Name' => 'OSL_v1_13_5::OSLQuery*const', 'Size' => '8', 'Type' => 'Const' }, - '328317' => { - 'BaseType' => '229737', - 'Name' => 'OSL_v1_13_4::OSLQuery const*', + '328570' => { + 'BaseType' => '229746', + 'Name' => 'OSL_v1_13_5::OSLQuery const*', 'Size' => '8', 'Type' => 'Pointer' }, - '328323' => { - 'BaseType' => '328317', - 'Name' => 'OSL_v1_13_4::OSLQuery const*const', + '328576' => { + 'BaseType' => '328570', + 'Name' => 'OSL_v1_13_5::OSLQuery const*const', 'Size' => '8', 'Type' => 'Const' }, @@ -1603,14 +1602,14 @@ $VAR1 = { 'Copied' => 1, 'Header' => 'stl_vector.h', 'Line' => '386', - 'Name' => 'std::vector', + 'Name' => 'std::vector', 'NameSpace' => 'std', 'PrivateABI' => 1, 'Size' => '24', 'TParam' => { '0' => { 'key' => '_Tp', - 'type' => '258254' + 'type' => '259410' } }, 'Type' => 'Class' @@ -1626,37 +1625,37 @@ $VAR1 = { } }, 'UndefinedSymbols' => { - 'liboslquery.so.1.13.4' => { + 'liboslquery.so.1.13.5' => { '_ITM_deregisterTMCloneTable' => 0, '_ITM_registerTMCloneTable' => 0, '_Unwind_Resume@GCC_3.0' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem15searchpath_findERKSsRKSt6vectorISsSaISsEEbb' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem16searchpath_splitENS_17basic_string_viewIcSt11char_traitsIcEEEb' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem5fopenENS_17basic_string_viewIcSt11char_traitsIcEEES4_' => 0, - '_ZN18OpenImageIO_v2_5_110Filesystem9extensionENS_17basic_string_viewIcSt11char_traitsIcEEEb' => 0, - '_ZN18OpenImageIO_v2_5_112ErrorHandler15default_handlerEv' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil10parse_charERNS_17basic_string_viewIcSt11char_traitsIcEEEcbb' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil11parse_floatERNS_17basic_string_viewIcSt11char_traitsIcEEERfb' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil11parse_untilERNS_17basic_string_viewIcSt11char_traitsIcEEES4_b' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil12parse_prefixERNS_17basic_string_viewIcSt11char_traitsIcEEES4_b' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil12parse_stringERNS_17basic_string_viewIcSt11char_traitsIcEEES5_bNS0_13QuoteBehaviorE' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil14unescape_charsENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil15skip_whitespaceERNS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil16parse_identifierERNS_17basic_string_viewIcSt11char_traitsIcEEEb' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil4stofENS_17basic_string_viewIcSt11char_traitsIcEEEPm' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil4stoiENS_17basic_string_viewIcSt11char_traitsIcEEEPmi' => 0, - '_ZN18OpenImageIO_v2_5_17Strutil9parse_intERNS_17basic_string_viewIcSt11char_traitsIcEEERib' => 0, - '_ZN18OpenImageIO_v2_5_17ustring11make_uniqueENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc10TypeMatrixE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc10TypeNormalE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc10TypeStringE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc10TypeVectorE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc7TypeIntE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc9TypeColorE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc9TypeFloatE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDesc9TypePointE' => 0, - '_ZN18OpenImageIO_v2_5_18TypeDescC1ENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, - '_ZNK18OpenImageIO_v2_5_18TypeDesc5c_strEv' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem15searchpath_findERKSsRKSt6vectorISsSaISsEEbb' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem16searchpath_splitENS_17basic_string_viewIcSt11char_traitsIcEEEb' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem5fopenENS_17basic_string_viewIcSt11char_traitsIcEEES4_' => 0, + '_ZN18OpenImageIO_v2_6_010Filesystem9extensionENS_17basic_string_viewIcSt11char_traitsIcEEEb' => 0, + '_ZN18OpenImageIO_v2_6_012ErrorHandler15default_handlerEv' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil10parse_charERNS_17basic_string_viewIcSt11char_traitsIcEEEcbb' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil11parse_floatERNS_17basic_string_viewIcSt11char_traitsIcEEERfb' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil11parse_untilERNS_17basic_string_viewIcSt11char_traitsIcEEES4_b' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil12parse_prefixERNS_17basic_string_viewIcSt11char_traitsIcEEES4_b' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil12parse_stringERNS_17basic_string_viewIcSt11char_traitsIcEEES5_bNS0_13QuoteBehaviorE' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil14unescape_charsENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil15skip_whitespaceERNS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil16parse_identifierERNS_17basic_string_viewIcSt11char_traitsIcEEEb' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil4stofENS_17basic_string_viewIcSt11char_traitsIcEEEPm' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil4stoiENS_17basic_string_viewIcSt11char_traitsIcEEEPmi' => 0, + '_ZN18OpenImageIO_v2_6_07Strutil9parse_intERNS_17basic_string_viewIcSt11char_traitsIcEEERib' => 0, + '_ZN18OpenImageIO_v2_6_07ustring11make_uniqueENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc10TypeMatrixE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc10TypeNormalE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc10TypeStringE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc10TypeVectorE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc7TypeIntE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc9TypeColorE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc9TypeFloatE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDesc9TypePointE' => 0, + '_ZN18OpenImageIO_v2_6_08TypeDescC1ENS_17basic_string_viewIcSt11char_traitsIcEEE' => 0, + '_ZNK18OpenImageIO_v2_6_08TypeDesc5c_strEv' => 0, '_ZTTSt18basic_stringstreamIcSt11char_traitsIcESaIcEE@GLIBCXX_3.4' => 0, '_ZTTSt18basic_stringstreamIwSt11char_traitsIwESaIwEE@GLIBCXX_3.4' => 0, '_ZTTSt19basic_istringstreamIcSt11char_traitsIcESaIcEE@GLIBCXX_3.4' => 0, diff --git a/build.sh b/build.sh index 77538edf3..642f421e0 100755 --- a/build.sh +++ b/build.sh @@ -23,7 +23,7 @@ export CTEST_PARALLEL_LEVEL OSL_CI=1 # Special sauce for version overrides: -: ${VERSION_OVERRIDE:="-DOSL_VERSION_OVERRIDE=1.13.4.3"} +# : ${VERSION_OVERRIDE:="-DOSL_VERSION_OVERRIDE=1.13.5.0"} BUILD_DIR=`realpath ${BUILD_DIR}` # ARGS=() @@ -54,6 +54,12 @@ while [[ $# -gt 0 ]]; do --sparnold) export BUILD_OSL_FOR_SPARNOLD=1 ;; + --debug) + export CMAKE_BUILD_TYPE="Debug" + ;; + --reldeb) + export CMAKE_BUILD_TYPE="RelWithDebInfo" + ;; *) # ARGS+=("$1") ;; @@ -84,7 +90,7 @@ fi if [[ "${SPFS_RUNTIME}" != "" ]] ; then # env | grep -i spk | sort CMAKE_PREFIX_PATH=/spfs - PYTHON_VERSION_MAJMIN=${SPK_PKG_python_VERSION_MAJOR}.${SPK_PKG_python_VERSION_MINOR=2} + PYTHON_VERSION_MAJMIN=${SPK_PKG_python_VERSION_MAJOR}.${SPK_PKG_python_VERSION_MINOR} Python_EXECUTABLE=/spfs/bin/python : ${OpenImageIO_ROOT:=/spfs} # CMAKE_ARGS=" \ @@ -130,6 +136,7 @@ elif [[ "$REZ_BUILD_ENV" != "" ]] ; then -DSP_OS=rhel7 \ -DCMAKE_DEBUG_POSTFIX=_d \ -DPYTHON_SITE_DIR=${REZ_BUILD_INSTALL_PATH}/python \ + -DPython_FIND_STRATEGY=VERSION \ -DCMAKE_INSTALL_RPATH=${CMAKE_INSTALL_PREFIX}/lib \ -DOIIO_REZ_INSTALL_PATH=${CMAKE_INSTALL_PREFIX} \ -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 \ @@ -262,11 +269,11 @@ if [[ -n ${DO_ABI_CHECK} && ( ${CMAKE_BUILD_TYPE} == "Debug" || ${CMAKE_BUILD_TY ABI_ARGS+="-public-headers ${CMAKE_INSTALL_PREFIX}/include/OSL " echo " " echo -e "${COLOR_UNDERLINE}Checking ABI for liboslexec:${COLOR_NORMAL}" - abi-dumper $ABI_ARGS ${CMAKE_INSTALL_PREFIX}/lib/liboslexec.so -o build/abi-liboslexec-${SPK_PKG_VERSION_BASE}.dump - abi-compliance-checker -l liboslexec -old abi/abi-liboslexec-ref.dump -new build/abi-liboslexec-${SPK_PKG_VERSION_BASE}.dump || true + abi-dumper $ABI_ARGS ${CMAKE_INSTALL_PREFIX}/lib/liboslexec.so -o build/abi-liboslexec.dump + abi-compliance-checker -l liboslexec -old abi/abi-liboslexec.dump -new build/abi-liboslexec.dump || true echo " " echo -e "${COLOR_UNDERLINE}Checking ABI for liboslquery:${COLOR_NORMAL}" - abi-dumper $ABI_ARGS ${CMAKE_INSTALL_PREFIX}/lib/liboslquery.so -o build/abi-liboslquery-${SPK_PKG_VERSION_BASE}.dump - abi-compliance-checker -l liboslquery -old abi/abi-liboslquery-ref.dump -new build/abi-liboslquery-${SPK_PKG_VERSION_BASE}.dump || true + abi-dumper $ABI_ARGS ${CMAKE_INSTALL_PREFIX}/lib/liboslquery.so -o build/abi-liboslquery.dump + abi-compliance-checker -l liboslquery -old abi/abi-liboslquery.dump -new build/abi-liboslquery.dump || true echo " " fi diff --git a/osl-sparnold.spk.yaml b/osl-sparnold.spk.yaml index 42fe8b177..db8f046ab 100644 --- a/osl-sparnold.spk.yaml +++ b/osl-sparnold.spk.yaml @@ -1,4 +1,4 @@ -pkg: osl-sparnold/1.13.4.3 +pkg: osl-sparnold/1.13.5.0 # - name: "Open Shading Language" # - description: "Shading language for modern physically based renderers" # - url: https://github.com/AcademySoftwareFoundation/OpenShadingLanguage @@ -50,7 +50,7 @@ build: # Other packages not determined by the platform, we chose our own # versions of these: - pkg: cuda/Binary:11.6 - - pkg: openimageio-sparnold/Binary:2.5.1.1 + - pkg: openimageio-sparnold/Binary:2.6.0.0 - pkg: llvm/Binary:14.0.3 - pkg: optix/Binary:7.4.0 - pkg: pugixml/~1.11.0 @@ -71,13 +71,14 @@ build: # constraints). Then we'll build variants that set one at a time to the # current version of the platform. - pkg: spi-platform/=1.0 + - pkg: houdini195-platform/=1.0 + - pkg: houdini200-platform/=1.0 - pkg: katana4-platform/=1.0 - - pkg: katana5-platform/=1.0 - pkg: katana6-platform/=1.0 - pkg: maya2023-platform/=1.0 - - pkg: houdini195-platform/=1.0 - pkg: nuke12-platform/=1.0 - pkg: nuke13-platform/=1.0 + - pkg: nuke14-platform/=1.0 # variants declares the default set of variants to build and publish # using the spk build and make-* commands @@ -85,31 +86,15 @@ build: # One variant per platform. The others will default to harmless 1.0. # Variants redundantly specify some dependency versions that should # come from the platforms, in order to greatly speed up solve times. - - { spi-platform: ~2023.01.1.0, osl_cxx: 17, - gcc: Binary:9.3.1, python: Binary:3.7.7 - } - - { houdini195-platform: ~2023.01.1.0, osl_cxx: 17, - gcc: Binary:9.3.1, python: Binary:3.9.7 - } - - { katana4-platform: ~2023.01.1.0, osl_cxx: 14, pybind11: =2.6.2, - gcc: Binary:6.3.1, python: Binary:2.7.5, boost: Binary:1.70.0 - } - - { katana5-platform: ~2023.01.1.0, osl_cxx: 17, - gcc: Binary:9.3.1, python: Binary:3.7.7 - } - - { katana6-platform: ~2023.01.1.0, osl_cxx: 17, - gcc: Binary:9.3.1, python: Binary:3.9.7 - } - - { maya2023-platform: ~2023.01.1.0, osl_cxx: 17, - gcc: Binary:9.3.1, python: Binary:3.9.7, - boost: Binary:1.73.0, imath: Binary:3.1.5 - } - - { nuke12-platform: ~2023.01.1.0, osl_cxx: 14, pybind11: =2.6.2, - boost: Binary:1.70.0, imath: Binary:2.4.0, - } - - { nuke13-platform: ~2023.01.1.0, osl_cxx: 14, - boost: Binary:1.70.0, imath: Binary:2.4.0, - } + - { spi-platform: ~2023.10.0.0, osl_cxx: 17 } + - { houdini195-platform: ~2023.10.0.0, osl_cxx: 17 } + - { houdini200-platform: ~2023.10.0.0, osl_cxx: 17 } + - { katana4-platform: ~2023.10.0.0, osl_cxx: 14, pybind11: =2.6.2 } + - { katana6-platform: ~2023.10.0.0, osl_cxx: 17 } + - { maya2023-platform: ~2023.10.0.0, osl_cxx: 17 } + - { nuke12-platform: ~2023.10.0.0, osl_cxx: 14, pybind11: =2.6.2 } + - { nuke13-platform: ~2023.10.0.0, osl_cxx: 14 } + - { nuke14-platform: ~2023.10.0.0, osl_cxx: 17 } # NOTE: we've found that pybind11 2.9, combined with Python 2.7, leads # to errors. Works fine with python 3.x. So for safety, the variants # that still use python 2.7 are locked down to pybind11/2.6.2. diff --git a/osl.spk.yaml b/osl.spk.yaml index 7f838fd02..5c4522f61 100644 --- a/osl.spk.yaml +++ b/osl.spk.yaml @@ -1,4 +1,4 @@ -pkg: osl/1.13.4.3 +pkg: osl/1.13.5.0 # - name: "Open Shading Language" # - description: "Shading language for modern physically based renderers" # - url: https://github.com/AcademySoftwareFoundation/OpenShadingLanguage @@ -50,7 +50,7 @@ build: # Other packages not determined by the platform, we chose our own # versions of these: - pkg: cuda/Binary:11.6 - - pkg: openimageio/Binary:2.5.1.1 + - pkg: openimageio/Binary:2.6.0.0 - pkg: llvm/Binary:14.0.3 - pkg: optix/Binary:7.4.0 - pkg: pugixml/~1.11.0 @@ -71,13 +71,14 @@ build: # constraints). Then we'll build variants that set one at a time to the # current version of the platform. - pkg: spi-platform/=1.0 + - pkg: houdini195-platform/=1.0 + - pkg: houdini200-platform/=1.0 - pkg: katana4-platform/=1.0 - - pkg: katana5-platform/=1.0 - pkg: katana6-platform/=1.0 - pkg: maya2023-platform/=1.0 - - pkg: houdini195-platform/=1.0 - pkg: nuke12-platform/=1.0 - pkg: nuke13-platform/=1.0 + - pkg: nuke14-platform/=1.0 # variants declares the default set of variants to build and publish # using the spk build and make-* commands @@ -85,31 +86,15 @@ build: # One variant per platform. The others will default to harmless 1.0. # Variants redundantly specify some dependency versions that should # come from the platforms, in order to greatly speed up solve times. - - { spi-platform: ~2023.01.1.0, osl_cxx: 17, - gcc: Binary:9.3.1, python: Binary:3.7.7 - } - - { houdini195-platform: ~2023.01.1.0, osl_cxx: 17, - gcc: Binary:9.3.1, python: Binary:3.9.7 - } - - { katana4-platform: ~2023.01.1.0, osl_cxx: 14, pybind11: =2.6.2, - gcc: Binary:6.3.1, python: Binary:2.7.5, boost: Binary:1.70.0 - } - - { katana5-platform: ~2023.01.1.0, osl_cxx: 17, - gcc: Binary:9.3.1, python: Binary:3.7.7 - } - - { katana6-platform: ~2023.01.1.0, osl_cxx: 17, - gcc: Binary:9.3.1, python: Binary:3.9.7 - } - - { maya2023-platform: ~2023.01.1.0, osl_cxx: 17, - gcc: Binary:9.3.1, python: Binary:3.9.7, - boost: Binary:1.73.0, imath: Binary:3.1.5 - } - - { nuke12-platform: ~2023.01.1.0, osl_cxx: 14, pybind11: =2.6.2, - boost: Binary:1.70.0, imath: Binary:2.4.0, - } - - { nuke13-platform: ~2023.01.1.0, osl_cxx: 14, - boost: Binary:1.70.0, imath: Binary:2.4.0, - } + - { spi-platform: ~2023.10.0.0, osl_cxx: 17 } + - { houdini195-platform: ~2023.10.0.0, osl_cxx: 17 } + - { houdini200-platform: ~2023.10.0.0, osl_cxx: 17 } + - { katana4-platform: ~2023.10.0.0, osl_cxx: 14, pybind11: =2.6.2 } + - { katana6-platform: ~2023.10.0.0, osl_cxx: 17 } + - { maya2023-platform: ~2023.10.0.0, osl_cxx: 17 } + - { nuke12-platform: ~2023.10.0.0, osl_cxx: 14, pybind11: =2.6.2 } + - { nuke13-platform: ~2023.10.0.0, osl_cxx: 14 } + - { nuke14-platform: ~2023.10.0.0, osl_cxx: 17 } # NOTE: we've found that pybind11 2.9, combined with Python 2.7, leads # to errors. Works fine with python 3.x. So for safety, the variants # that still use python 2.7 are locked down to pybind11/2.6.2. diff --git a/package.py b/package.py index 2b3cc1194..c3e432ba9 100644 --- a/package.py +++ b/package.py @@ -4,7 +4,7 @@ name = 'OSL' -version = '1.13.4.3' +version = '1.13.5.0' # NOTE: must keep this in sync with the master CMakeLists.txt # TODO: can we auto-substitute? # @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@.@PROJECT_VERSION_TWEAK@' @@ -23,7 +23,7 @@ # (including what they need to link to as a result of using our package). requires = [ 'OpenEXR-2.4', - 'OpenImageIO-2.5.1.1', + 'OpenImageIO-2.6.0.0', 'llvm-14.0.3', 'partio-1.14.6', 'cuda-11.6', @@ -36,6 +36,7 @@ # Things we need for our build, but don't need to propagate to downstream # projects at all. private_build_requires = [ + 'cmake-3.16.4+', 'pugixml-1.11.4', 'pybind11-2.9.0' ] diff --git a/rez-sparnold/package.py b/rez-sparnold/package.py index 6ec38887a..cf97aa488 100644 --- a/rez-sparnold/package.py +++ b/rez-sparnold/package.py @@ -4,7 +4,7 @@ name = 'OSL_sparnold' -version = '1.13.4.3' +version = '1.13.5.0' # NOTE: must keep this in sync with the master CMakeLists.txt # TODO: can we auto-substitute? # @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@.@PROJECT_VERSION_TWEAK@' @@ -23,7 +23,7 @@ # (including what they need to link to as a result of using our package). requires = [ 'OpenEXR-2.4', - 'OpenImageIO_sparnold-2.5.1.1', + 'OpenImageIO_sparnold-2.6.0.0', 'llvm-14.0.3', 'partio-1.14.6', 'cuda-11.6', @@ -36,6 +36,7 @@ # Things we need for our build, but don't need to propagate to downstream # projects at all. private_build_requires = [ + 'cmake-3.16.4+', 'pugixml-1.11.4', 'pybind11-2.9.0' ]