Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp43 void DIEHash::addString(StringRef Str) { in addString() function in DIEHash
111 addString(Name); in addParentContext()
150 addString(Name); in hashShallowTypeReference()
290 addString(Value.getDIEString().getString()); in hashAttribute()
296 addString(Value.getDIEInlineString().getString()); in hashAttribute()
355 addString(Name); in hashNestedType()
H A DDwarfUnit.cpp253 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString() function in DwarfUnit
514 addString(Die, in addLinkageName()
691 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
715 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
754 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
903 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
909 addString(ElemDie, dwarf::DW_AT_APPLE_property_getter, GetterName); in constructTypeDIE()
912 addString(ElemDie, dwarf::DW_AT_APPLE_property_setter, SetterName); in constructTypeDIE()
958 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
1002 addString(ParamDIE, dwarf::DW_AT_name, TP->getName()); in constructTemplateTypeParameterDIE()
[all …]
H A DDIEHash.h67 void addString(StringRef Str);
H A DDwarfCompileUnit.cpp169 addString(*VariableDIE, dwarf::DW_AT_name, GV->getDisplayName()); in getOrCreateGlobalVariableDIE()
342 addString(NDie, dwarf::DW_AT_name, Name); in getOrCreateCommonBlock()
1266 addString(*IMDie, dwarf::DW_AT_name, Name); in constructImportedEntityDIE()
1480 addString(VariableDie, dwarf::DW_AT_name, Name); in applyVariableAttributes()
1497 addString(LabelDie, dwarf::DW_AT_name, Name); in applyLabelAttributes()
1552 addString(Die, dwarf::DW_AT_name, in createBaseTypeDIEs()
H A DDwarfDebug.cpp1034 NewCU.addString(Die, dwarf::DW_AT_producer, ProducerWithFlags); in finishUnitAttributes()
1036 NewCU.addString(Die, dwarf::DW_AT_producer, Producer); in finishUnitAttributes()
1040 NewCU.addString(Die, dwarf::DW_AT_name, FN); in finishUnitAttributes()
1043 NewCU.addString(Die, dwarf::DW_AT_LLVM_sysroot, SysRoot); in finishUnitAttributes()
1046 NewCU.addString(Die, dwarf::DW_AT_APPLE_sdk, SDK); in finishUnitAttributes()
1058 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in finishUnitAttributes()
1068 NewCU.addString(Die, dwarf::DW_AT_APPLE_flags, Flags); in finishUnitAttributes()
1084 NewCU.addString(Die, attrDWOName, DIUnit->getSplitDebugFilename()); in finishUnitAttributes()
1321 TheCU.addString(TheCU.getUnitDie(), attrDWOName, in finalizeModuleInfo()
1323 SkCU->addString(SkCU->getUnitDie(), attrDWOName, in finalizeModuleInfo()
[all …]
H A DDwarfUnit.h164 void addString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp74 BTFType.NameOff = BDebug.addString(DTy->getName()); in completeType()
109 BTFType.NameOff = BDebug.addString(Name); in completeType()
146 BTFType.NameOff = BDebug.addString(Name); in completeType()
166 BTFType.NameOff = BDebug.addString(ETy->getName()); in completeType()
173 BTFEnum.NameOff = BDebug.addString(Enum->getName()); in completeType()
237 BTFType.NameOff = BDebug.addString(STy->getName()); in completeType()
245 BTFMember.NameOff = BDebug.addString(DDTy->getName()); in completeType()
299 Param.NameOff = BDebug.addString(FuncArgNames[I]); in completeType()
330 BTFType.NameOff = BDebug.addString(Name); in completeType()
344 BTFType.NameOff = BDebug.addString(Name); in completeType()
[all …]
H A DBTFDebug.h224 uint32_t addString(StringRef S);
356 size_t addString(StringRef S) { return StringTable.addString(S); } in addString() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h359 V = addString(V);
422 StringRef addString(StringRef S) { in addString() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp616 void StringTableSection::addString(StringRef Name) { StrTabBuilder.add(Name); } in addString() function in llvm::objcopy::elf::StringTableSection
840 SymbolNames->addString(Sym->Name); in prepareForLayout()
2502 Obj.SectionNames->addString(Sec.Name); in finalize()
H A DObject.h594 void addString(StringRef Name);