Searched refs:CreateValue (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/assembler/ |
H A D | meta.cpp | 148 static Expected<ScalarValue, Metadata::Error> CreateValue( in CreateValue() function 227 auto res = CreateValue(type, value, annotation_id_map); in AddValue() 495 auto res = CreateValue(value_type, value); in StoreValue()
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | meta.cpp | 150 static Expected<ScalarValue, Metadata::Error> CreateValue( in CreateValue() function 228 auto res = CreateValue(type, value, annotationIdMap); in AddValue() 504 auto res = CreateValue(valueType, value); in StoreValue()
|
H A D | assembly-emitter.cpp | 766 static ScalarValue CreateValue(const LiteralArray::Literal &literal) in CreateValue() function 780 return CreateValue<TYPE, T...>(literal); in CheckAndCreateArrayValue() 815 return CreateValue<Value::Type::STRING, std::string>(literal); in MakeLiteralItemArrayValue() 831 return CreateValue<Value::Type::U8>(literal); in MakeLiteralItemValue() 833 return CreateValue<Value::Type::U8, bool>(literal); in MakeLiteralItemValue() 835 return CreateValue<Value::Type::U16>(literal); in MakeLiteralItemValue() 837 return CreateValue<Value::Type::I32>(literal); in MakeLiteralItemValue() 839 return CreateValue<Value::Type::I64>(literal); in MakeLiteralItemValue() 842 return CreateValue<Value::Type::F32>(literal); in MakeLiteralItemValue() 844 return CreateValue<Valu in MakeLiteralItemValue() [all...] |
Completed in 4 milliseconds