Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp954 DIE &ElemDie = createAndAddDIE(dwarf::DW_TAG_friend, Buffer); in constructTypeDIE() local
955 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend); in constructTypeDIE()
976 DIE &ElemDie = createAndAddDIE(Property->getTag(), Buffer); in constructTypeDIE() local
978 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
980 addType(ElemDie, Property->getType()); in constructTypeDIE()
981 addSourceLine(ElemDie, Property); in constructTypeDIE()
984 addString(ElemDie, dwarf::DW_AT_APPLE_property_getter, GetterName); in constructTypeDIE()
987 addString(ElemDie, dwarf::DW_AT_APPLE_property_setter, SetterName); in constructTypeDIE()
989 addUInt(ElemDie, dwarf::DW_AT_APPLE_property_attribute, std::nullopt, in constructTypeDIE()