Home
last modified time | relevance | path

Searched refs:WriteMetaData (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/debugger/
DdebuginfoDumper.h40 void WriteMetaData(const std::vector<pandasm::AnnotationData> &metaData);
DdebuginfoDumper.cpp118 void DebugInfoDumper::WriteMetaData(const std::vector<pandasm::AnnotationData> &metaData) in WriteMetaData() function in panda::es2panda::debuginfo::DebugInfoDumper
190 WriteMetaData(iter->second.metadata->GetAnnotations()); in Dump()