Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp861 DIE &AnnotationDie = createAndAddDIE(dwarf::DW_TAG_LLVM_annotation, Buffer); in addAnnotation() local
862 addString(AnnotationDie, dwarf::DW_AT_name, Name->getString()); in addAnnotation()
864 addString(AnnotationDie, dwarf::DW_AT_const_value, Data->getString()); in addAnnotation()
866 addConstantValue(AnnotationDie, Data->getValue()->getUniqueInteger(), in addAnnotation()