Lines Matching refs:addString
246 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString() function in DwarfUnit
509 addString(Die, in addLinkageName()
697 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
721 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
770 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
863 addString(AnnotationDie, dwarf::DW_AT_name, Name->getString()); in addAnnotation()
865 addString(AnnotationDie, dwarf::DW_AT_const_value, Data->getString()); in addAnnotation()
945 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
951 addString(ElemDie, dwarf::DW_AT_APPLE_property_getter, GetterName); in constructTypeDIE()
954 addString(ElemDie, dwarf::DW_AT_APPLE_property_setter, SetterName); in constructTypeDIE()
1010 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
1059 addString(ParamDIE, dwarf::DW_AT_name, TP->getName()); in constructTemplateTypeParameterDIE()
1073 addString(ParamDIE, dwarf::DW_AT_name, VP->getName()); in constructTemplateValueParameterDIE()
1094 addString(ParamDIE, dwarf::DW_AT_GNU_template_name, in constructTemplateValueParameterDIE()
1113 addString(NDie, dwarf::DW_AT_name, NS->getName()); in getOrCreateNameSpace()
1133 addString(MDie, dwarf::DW_AT_name, M->getName()); in getOrCreateModule()
1137 addString(MDie, dwarf::DW_AT_LLVM_config_macros, in getOrCreateModule()
1140 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
1142 addString(MDie, dwarf::DW_AT_LLVM_apinotes, M->getAPINotesFile()); in getOrCreateModule()
1251 addString(SPDie, dwarf::DW_AT_name, SP->getName()); in applySubprogramAttributes()
1347 addString(SPDie, dwarf::DW_AT_trampoline, SP->getTargetFuncName()); in applySubprogramAttributes()
1438 addString(*IndexTyDie, dwarf::DW_AT_name, Name); in getIndexTyDie()
1572 addString(Enumerator, dwarf::DW_AT_name, Name); in constructEnumTypeDIE()
1597 addString(MemberDie, dwarf::DW_AT_name, Name); in constructMemberDIE()
1722 addString(StaticMemberDIE, dwarf::DW_AT_name, DT->getName()); in getOrCreateStaticMemberDIE()