Lines Matching refs:addString
247 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString() function in DwarfUnit
510 addString(Die, in addLinkageName()
713 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
737 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
786 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
896 addString(AnnotationDie, dwarf::DW_AT_name, Name->getString()); in addAnnotation()
898 addString(AnnotationDie, dwarf::DW_AT_const_value, Data->getString()); in addAnnotation()
978 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); 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()
1043 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
1092 addString(ParamDIE, dwarf::DW_AT_name, TP->getName()); in constructTemplateTypeParameterDIE()
1106 addString(ParamDIE, dwarf::DW_AT_name, VP->getName()); in constructTemplateValueParameterDIE()
1127 addString(ParamDIE, dwarf::DW_AT_GNU_template_name, in constructTemplateValueParameterDIE()
1146 addString(NDie, dwarf::DW_AT_name, NS->getName()); in getOrCreateNameSpace()
1166 addString(MDie, dwarf::DW_AT_name, M->getName()); in getOrCreateModule()
1170 addString(MDie, dwarf::DW_AT_LLVM_config_macros, in getOrCreateModule()
1173 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
1175 addString(MDie, dwarf::DW_AT_LLVM_apinotes, M->getAPINotesFile()); in getOrCreateModule()
1284 addString(SPDie, dwarf::DW_AT_name, SP->getName()); in applySubprogramAttributes()
1380 addString(SPDie, dwarf::DW_AT_trampoline, SP->getTargetFuncName()); in applySubprogramAttributes()
1471 addString(*IndexTyDie, dwarf::DW_AT_name, Name); in getIndexTyDie()
1605 addString(Enumerator, dwarf::DW_AT_name, Name); in constructEnumTypeDIE()
1630 addString(MemberDie, dwarf::DW_AT_name, Name); in constructMemberDIE()
1762 addString(StaticMemberDIE, dwarf::DW_AT_name, DT->getName()); in getOrCreateStaticMemberDIE()