Home
last modified time | relevance | path

Searched defs:CreateLiteralU32 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/
Dmetadata_modify_impl.cpp292 extern "C" AbckitLiteral *CreateLiteralU32(AbckitFile *file, uint32_t value) in CreateLiteralU32() function
/arkcompiler/runtime_core/libabckit/tests/mock/
Dmetadata_modify_impl_mock.cpp189 AbckitLiteral *CreateLiteralU32(AbckitFile *file, uint32_t value) in CreateLiteralU32() function
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dfile_impl.h179 inline Literal File::CreateLiteralU32(uint32_t value) const in CreateLiteralU32() function