Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp67 BTFType.NameOff = BDebug.addString(DTy->getName()); in completeType()
91 BTFType.NameOff = BDebug.addString(Name); in completeType()
124 BTFType.NameOff = BDebug.addString(Name); in completeType()
140 BTFType.NameOff = BDebug.addString(ETy->getName()); in completeType()
170 BTFType.NameOff = BDebug.addString(ATy->getName()); in completeType()
220 BTFType.NameOff = BDebug.addString(STy->getName()); in completeType()
301 BTFType.NameOff = BDebug.addString(Name); in completeType()
306 uint32_t BTFStringTable::addString(StringRef S) { in addString() function in BTFStringTable
323 addString("\0"); in BTFDebug()
531 LineInfo.FileNameOff = addString(FileName); in constructLineInfo()
[all …]
H A DBTFDebug.h174 uint32_t addString(StringRef S);
264 size_t addString(StringRef S) { return StringTable.addString(S); } in addString() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp45 void DIEHash::addString(StringRef Str) { in addString() function in DIEHash
113 addString(Name); in addParentContext()
152 addString(Name); in hashShallowTypeReference()
283 addString(Value.getDIEString().getString()); in hashAttribute()
289 addString(Value.getDIEInlineString().getString()); in hashAttribute()
346 addString(Name); in hashNestedType()
H A DDwarfUnit.cpp568 addString(Die, in addLinkageName()
732 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
763 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
957 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
1049 addString(NDie, dwarf::DW_AT_name, NS->getName()); in getOrCreateNameSpace()
1069 addString(MDie, dwarf::DW_AT_name, M->getName()); in getOrCreateModule()
1073 addString(MDie, dwarf::DW_AT_LLVM_config_macros, in getOrCreateModule()
1169 addString(SPDie, dwarf::DW_AT_name, SP->getName()); in applySubprogramAttributes()
1297 addString(*IndexTyDie, dwarf::DW_AT_name, Name); in getIndexTyDie()
1376 addString(Enumerator, dwarf::DW_AT_name, Name); in constructEnumTypeDIE()
[all …]
H A DDIEHash.h68 void addString(StringRef Str);
H A DDwarfDebug.cpp580 NewCU.addString(Die, dwarf::DW_AT_producer, ProducerWithFlags); in finishUnitAttributes()
582 NewCU.addString(Die, dwarf::DW_AT_producer, Producer); in finishUnitAttributes()
586 NewCU.addString(Die, dwarf::DW_AT_name, FN); in finishUnitAttributes()
598 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in finishUnitAttributes()
609 NewCU.addString(Die, dwarf::DW_AT_APPLE_flags, Flags); in finishUnitAttributes()
622 NewCU.addString(Die, dwarf::DW_AT_GNU_dwo_name, in finishUnitAttributes()
859 TheCU.addString(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_name, in finalizeModuleInfo()
861 SkCU->addString(SkCU->getUnitDie(), dwarf::DW_AT_GNU_dwo_name, in finalizeModuleInfo()
2515 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit()
H A DDwarfCompileUnit.cpp145 addString(*VariableDIE, dwarf::DW_AT_name, GV->getDisplayName()); in getOrCreateGlobalVariableDIE()
870 addString(*IMDie, dwarf::DW_AT_name, Name); in constructImportedEntityDIE()
1078 addString(VariableDie, dwarf::DW_AT_name, Name); in applyVariableAttributes()
1095 addString(LabelDie, dwarf::DW_AT_name, Name); in applyLabelAttributes()
H A DDwarfUnit.h152 void addString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp1156 addString(""); in StringTableSection()
1163 unsigned StringTableSection::addString(StringRef S, bool HashIt) { in addString() function in StringTableSection
1204 addInt(DT_FILTER, In.DynStrTab->addString(S)); in DynamicSection()
1206 addInt(DT_AUXILIARY, In.DynStrTab->addString(S)); in DynamicSection()
1210 In.DynStrTab->addString(Config->Rpath)); in DynamicSection()
1215 addInt(DT_NEEDED, In.DynStrTab->addString(F->SoName)); in DynamicSection()
1218 addInt(DT_SONAME, In.DynStrTab->addString(Config->SoName)); in DynamicSection()
1938 Symbols.push_back({B, StrTabSec.addString(B->getName(), HashIt)}); in addSymbol()
2707 FileDefNameOff = In.DynStrTab->addString(getFileDefName()); in finalizeContents()
2709 V.NameOff = In.DynStrTab->addString(V.Name); in finalizeContents()
[all …]
H A DSyntheticSections.h390 unsigned addString(StringRef S, bool HashIt = true);
H A DWriter.cpp1745 Sec->ShName = In.ShStrTab->addString(Sec->Name); in finalizeSections()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp302 void StringTableSection::addString(StringRef Name) { in addString() function in llvm::objcopy::elf::StringTableSection
498 SymbolNames->addString(Sym->Name); in prepareForLayout()
1549 Obj.SectionNames->addString(Section.Name); in finalize()
H A DObject.h422 void addString(StringRef Name);