Lines Matching refs:addString

247 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute,  in addString()  function in DwarfUnit
510 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()
943 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
949 addString(ElemDie, dwarf::DW_AT_APPLE_property_getter, GetterName); in constructTypeDIE()
952 addString(ElemDie, dwarf::DW_AT_APPLE_property_setter, SetterName); in constructTypeDIE()
1008 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
1057 addString(ParamDIE, dwarf::DW_AT_name, TP->getName()); in constructTemplateTypeParameterDIE()
1071 addString(ParamDIE, dwarf::DW_AT_name, VP->getName()); in constructTemplateValueParameterDIE()
1092 addString(ParamDIE, dwarf::DW_AT_GNU_template_name, in constructTemplateValueParameterDIE()
1111 addString(NDie, dwarf::DW_AT_name, NS->getName()); in getOrCreateNameSpace()
1131 addString(MDie, dwarf::DW_AT_name, M->getName()); in getOrCreateModule()
1135 addString(MDie, dwarf::DW_AT_LLVM_config_macros, in getOrCreateModule()
1138 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
1140 addString(MDie, dwarf::DW_AT_LLVM_apinotes, M->getAPINotesFile()); in getOrCreateModule()
1249 addString(SPDie, dwarf::DW_AT_name, SP->getName()); in applySubprogramAttributes()
1348 addString(SPDie, dwarf::DW_AT_trampoline, SP->getTargetFuncName()); in applySubprogramAttributes()
1439 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()