Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp895 DIE &AnnotationDie = createAndAddDIE(dwarf::DW_TAG_LLVM_annotation, Buffer); in addAnnotation() local
896 addString(AnnotationDie, dwarf::DW_AT_name, Name->getString()); in addAnnotation()
898 addString(AnnotationDie, dwarf::DW_AT_const_value, Data->getString()); in addAnnotation()
900 addConstantValue(AnnotationDie, Data->getValue()->getUniqueInteger(), in addAnnotation()