Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp42 void DIEHash::addString(StringRef Str) { in addString() function in DIEHash
106 addString(Name); in addParentContext()
145 addString(Name); in hashShallowTypeReference()
297 addString(Value.getDIEString().getString()); in hashAttribute()
303 addString(Value.getDIEInlineString().getString()); in hashAttribute()
362 addString(Name); in hashNestedType()
H A DDwarfUnit.cpp283 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString() function in DwarfUnit
532 addString(Die, in addLinkageName()
746 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
798 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
847 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE()
968 addString(AnnotationDie, dwarf::DW_AT_name, Name->getString()); in addAnnotation()
970 addString(AnnotationDie, dwarf::DW_AT_const_value, Data->getString()); in addAnnotation()
1101 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
1107 addString(ElemDie, dwarf::DW_AT_APPLE_property_getter, GetterName); in constructTypeDIE()
1110 addString(ElemDie, dwarf::DW_AT_APPLE_property_setter, SetterName); in constructTypeDIE()
[all …]
H A DDIEHash.h70 void addString(StringRef Str);
H A DDwarfDebug.cpp1024 NewCU.addString(Die, dwarf::DW_AT_producer, ProducerWithFlags); in finishUnitAttributes()
1026 NewCU.addString(Die, dwarf::DW_AT_producer, Producer); in finishUnitAttributes()
1030 NewCU.addString(Die, dwarf::DW_AT_name, FN); in finishUnitAttributes()
1033 NewCU.addString(Die, dwarf::DW_AT_LLVM_sysroot, SysRoot); in finishUnitAttributes()
1036 NewCU.addString(Die, dwarf::DW_AT_APPLE_sdk, SDK); in finishUnitAttributes()
1048 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in finishUnitAttributes()
1058 NewCU.addString(Die, dwarf::DW_AT_APPLE_flags, Flags); in finishUnitAttributes()
1074 NewCU.addString(Die, attrDWOName, DIUnit->getSplitDebugFilename()); in finishUnitAttributes()
1296 TheCU.addString(TheCU.getUnitDie(), attrDWOName, DWOName); in finalizeModuleInfo()
1297 SkCU->addString(SkCU->getUnitDie(), attrDWOName, DWOName); in finalizeModuleInfo()
[all …]
H A DDwarfCompileUnit.cpp212 addString(*VariableDIE, dwarf::DW_AT_name, GV->getDisplayName()); in getOrCreateGlobalVariableDIE()
429 addString(NDie, dwarf::DW_AT_name, Name); in getOrCreateCommonBlock()
1411 addString(*IMDie, dwarf::DW_AT_name, Name); in constructImportedEntityDIE()
1682 addString(VariableDie, dwarf::DW_AT_name, Name); in applyCommonDbgVariableAttributes()
1701 addString(LabelDie, dwarf::DW_AT_name, Name); in applyLabelAttributes()
1765 addString(Die, dwarf::DW_AT_name, in createBaseTypeDIEs()
H A DDwarfUnit.h181 void addString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp113 BTFType.NameOff = BDebug.addString(Name); in completeType()
150 BTFType.NameOff = BDebug.addString(Name); in completeType()
187 BTFType.NameOff = BDebug.addString(Name); in completeType()
208 BTFType.NameOff = BDebug.addString(ETy->getName()); in completeType()
215 BTFEnum.NameOff = BDebug.addString(Enum->getName()); in completeType()
247 BTFType.NameOff = BDebug.addString(ETy->getName()); in completeType()
254 BTFEnum.NameOff = BDebug.addString(Enum->getName()); in completeType()
321 BTFType.NameOff = BDebug.addString(STy->getName()); in completeType()
336 Discriminator.NameOff = BDebug.addString(DTy->getName()); in completeType()
354 BTFMember.NameOff = BDebug.addString(DDTy->getName()); in completeType()
[all …]
H A DBTFDebug.h262 uint32_t addString(StringRef S);
418 size_t addString(StringRef S) { return StringTable.addString(S); } in addString() function
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h366 V = addString(V);
383 Raw = addString(Raw);
440 StringRef addString(StringRef S) { in addString() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h242 StringId SI = Builder.addString(Name);
307 StringId addString(StringRef Str) {
309 addString("");
320 StringId SI = addString(Name);
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1301 unsigned StringTableSection::addString(StringRef s, bool hashIt) { in addString() function in StringTableSection
1380 addInt(DT_FILTER, part.dynStrTab->addString(s)); in computeContents()
1382 addInt(DT_AUXILIARY, part.dynStrTab->addString(s)); in computeContents()
1386 part.dynStrTab->addString(ctx.arg.rpath)); in computeContents()
1390 addInt(DT_NEEDED, part.dynStrTab->addString(file->soName)); in computeContents()
1394 addInt(DT_SONAME, part.dynStrTab->addString(ctx.arg.soName)); in computeContents()
1397 addInt(DT_NEEDED, part.dynStrTab->addString(ctx.arg.soName)); in computeContents()
1398 addInt(DT_SONAME, part.dynStrTab->addString(part.name)); in computeContents()
2251 symbols.push_back({b, strTabSec.addString(b->getName(), false)}); in addSymbol()
3768 fileDefNameOff = getPartition(ctx).dynStrTab->addString(getFileDefName()); in finalizeContents()
[all …]
H A DSyntheticSections.h405 unsigned addString(StringRef s, bool hashIt = true);
H A DWriter.cpp2010 osec->shName = ctx.in.shStrTab->addString(osec->name); in finalizeSections()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1167 stab.strx = stringTableSection.addString(saver().save(sourceFile)); in emitBeginSourceStab()
1192 stab.strx = stringTableSection.addString(adjustedPath); in emitObjectFileStab()
1210 astStab.strx = stringTableSection.addString(s); in emitStabs()
1274 symStab.strx = stringTableSection.addString(defined->getName()); in emitStabs()
1311 uint32_t strx = stringTableSection.addString(sym->getName()); in finalizeContents()
1544 uint32_t StringTableSection::addString(StringRef str) { in addString() function in StringTableSection
H A DSyntheticSections.h439 uint32_t addString(StringRef);
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h77 LLVM_ABI size_t addString(StringRef Path);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp393 size_t MCDwarfLineStr::addString(StringRef Path) { in addString() function in MCDwarfLineStr
400 size_t Offset = addString(Path); in emitRef()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp589 void StringTableSection::addString(StringRef Name) { StrTabBuilder.add(Name); } in addString() function in StringTableSection
828 SymbolNames->addString(Sym->Name); in prepareForLayout()
2636 Obj.SectionNames->addString(Sec.Name); in finalize()
H A DELFObject.h724 void addString(StringRef Name);
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1479 osec->shName = shstrtab->addString(osec->name); in writeARMCmseImportLib()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15748 {"_ZN4llvm10DwarfDebug9addStringEPNS_3DIEEjjNS_9StringRefE", "llvm::DwarfDebug::addString(llvm::DIE…