Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
Dmeta.cpp150 const std::unordered_map<std::string, std::unique_ptr<AnnotationData>> &annotation_id_map = {}) in CreateValue() argument
199 auto it = annotation_id_map.find(std::string(value));
200 if (it == annotation_id_map.cend()) {
216 …w value, const std::unordered_map<std::string, std::unique_ptr<AnnotationData>> &annotation_id_map) in AddValue() argument
226 auto res = CreateValue(type, value, annotation_id_map); in AddValue()
Dmeta.h284 … const std::unordered_map<std::string, std::unique_ptr<AnnotationData>> &annotation_id_map);