Home
last modified time | relevance | path

Searched refs:VERSION (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/scripts/llvm/
H A Dbuild_llvm.sh22 VERSION=${VERSION:-"main"} # Specifies build and install directory names:
23 PACKAGE_VERSION=${PACKAGE_VERSION:-${VERSION}}
24 BUILD_SUFFIX=${BUILD_SUFFIX:-""} # llvm-<VERSION>-{debug,release}-{aarch64,x86}<BUILD_SUFFIX>
122 INSTALL_DIR_NAME="llvm-${VERSION}-debug-${TARGET}"
167 INSTALL_DIR_NAME="llvm-${VERSION}-release-${TARGET}"
213 INSTALL_DIR_NAME="llvm-${VERSION}-debug-${TARGET}"
258 INSTALL_DIR_NAME="llvm-${VERSION}-release-${TARGET}"
303 INSTALL_DIR_NAME="llvm-${VERSION}-release-${TARGET}"
342 INSTALL_DIR_NAME="llvm-${VERSION}
[all...]
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_format_version_test.cpp25 versionstr += std::to_string(VERSION[i]); in TEST()
31 EXPECT_EQ(GetVersion(VERSION), versionstr); in TEST()
H A Dfile_item_container_test.cpp130 auto newArr = std::array<uint8_t, File::VERSION_SIZE>(VERSION); in TEST()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/
H A Dmain.cpp25 static const std::string VERSION = "0.0.0.1"; member
130 return VERSION; in GetVersion()
149 LOG_NO_TAG(ERROR) << "Ver: " << VERSION; in Main()
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dvmb.py31 __all__ = ['main', 'VERSION']
33 VERSION = '0.0.3' variable
75 if args.command == Command.VERSION:
76 print(VERSION)
H A D__init__.py22 __version__ = VERSION # NOQA
H A Dcli.py38 VERSION = 'version' variable in Command
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/
H A Dprofiling_data.cpp44 ipc::protocol::Version tmp {ipc::protocol::VERSION}; in DumpAndResetFeatures()
49 ipc::Message msgVersion(ipc::Message::Id::VERSION, std::move(versionData)); in DumpAndResetFeatures()
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
H A Dversion.rb17 VERSION = '0.1.0'
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
H A Dversion.rb17 VERSION = '0.1.0'
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/test/
H A Dspectrac_test.rb22 refute_nil ::Spectrac::VERSION
/arkcompiler/runtime_core/tests/cts-coverage-tool/test/
H A Dspectrac_test.rb22 refute_nil ::Spectrac::VERSION
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
H A Dipc_message_protocol.h24 const char VERSION[] = "v1"; member
H A Dipc_message.h30 VERSION = 0x00, member in ark::dprof::ipc::Message::Id
/arkcompiler/ets_runtime/tools/ap_file_viewer/server/
H A Dapdump_server.py33 VERSION = 'v1.0.0' variable
148 global VERSION
236 self.send_header("data-version", VERSION)
/arkcompiler/runtime_core/static_core/dprof/daemon/
H A Dmain.cpp41 if (msg.GetId() != ipc::Message::Id::VERSION) { in CheckVersion()
50 if (tmp.version != ipc::protocol::VERSION) { in CheckVersion()
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Daot_file.h36 static constexpr std::array VERSION = {'0', '0', '6', '\0'}; member in ark::compiler::AotFile
H A Daot_file.cpp75 if (aotHeader->version != VERSION) { in Open()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.cpp544 if (fileVersion < MIN_VERSION || fileVersion > VERSION) { in CheckHeader()
550 LOG(ERROR, PANDAFILE) << "Maximum supported version is " << VersionToString(VERSION); in CheckHeader()
H A Dfile_item_container.cpp634 std::vector<uint8_t> versionVec(std::begin(VERSION), std::end(VERSION)); in WriteHeader()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Daot_builder.cpp123 aotHeader_.version = compiler::AotFile::VERSION; in FillHeader()

Completed in 12 milliseconds