| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 43 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 D | DwarfUnit.cpp | 515 addString(Die, in addLinkageName() 692 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE() 716 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE() 755 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE() 962 addString(Buffer, dwarf::DW_AT_name, Name); in constructTypeDIE() 1080 addString(MDie, dwarf::DW_AT_name, M->getName()); in getOrCreateModule() 1084 addString(MDie, dwarf::DW_AT_LLVM_config_macros, in getOrCreateModule() 1391 addString(*IndexTyDie, dwarf::DW_AT_name, Name); in getIndexTyDie() 1523 addString(Enumerator, dwarf::DW_AT_name, Name); in constructEnumTypeDIE() 1548 addString(MemberDie, dwarf::DW_AT_name, Name); in constructMemberDIE() [all …]
|
| H A D | DIEHash.h | 67 void addString(StringRef Str);
|
| H A D | DwarfCompileUnit.cpp | 169 addString(*VariableDIE, dwarf::DW_AT_name, GV->getDisplayName()); in getOrCreateGlobalVariableDIE() 342 addString(NDie, dwarf::DW_AT_name, Name); in getOrCreateCommonBlock() 1276 addString(*IMDie, dwarf::DW_AT_name, Name); in constructImportedEntityDIE() 1490 addString(VariableDie, dwarf::DW_AT_name, Name); in applyVariableAttributes() 1507 addString(LabelDie, dwarf::DW_AT_name, Name); in applyLabelAttributes() 1562 addString(Die, dwarf::DW_AT_name, in createBaseTypeDIEs()
|
| H A D | DwarfDebug.cpp | 1016 NewCU.addString(Die, dwarf::DW_AT_producer, ProducerWithFlags); in finishUnitAttributes() 1018 NewCU.addString(Die, dwarf::DW_AT_producer, Producer); in finishUnitAttributes() 1022 NewCU.addString(Die, dwarf::DW_AT_name, FN); in finishUnitAttributes() 1025 NewCU.addString(Die, dwarf::DW_AT_LLVM_sysroot, SysRoot); in finishUnitAttributes() 1028 NewCU.addString(Die, dwarf::DW_AT_APPLE_sdk, SDK); in finishUnitAttributes() 1040 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in finishUnitAttributes() 1050 NewCU.addString(Die, dwarf::DW_AT_APPLE_flags, Flags); in finishUnitAttributes() 1066 NewCU.addString(Die, attrDWOName, DIUnit->getSplitDebugFilename()); in finishUnitAttributes() 1309 TheCU.addString(TheCU.getUnitDie(), attrDWOName, in finalizeModuleInfo() 1311 SkCU->addString(SkCU->getUnitDie(), attrDWOName, in finalizeModuleInfo() [all …]
|
| H A D | DwarfUnit.h | 164 void addString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 109 BTFType.NameOff = BDebug.addString(Name); in completeType() 146 BTFType.NameOff = BDebug.addString(Name); in completeType() 330 BTFType.NameOff = BDebug.addString(Name); in completeType() 344 BTFType.NameOff = BDebug.addString(Name); in completeType() 360 BTFType.NameOff = BDebug.addString(Name); in completeType() 386 BTFType.NameOff = BDebug.addString(Name); in completeType() 389 uint32_t BTFStringTable::addString(StringRef S) { in addString() function in BTFStringTable 407 addString("\0"); in BTFDebug() 762 LineInfo.FileNameOff = addString(FileName); in constructLineInfo() 981 SecNameOff = addString(".text"); in beginFunctionImpl() [all …]
|
| H A D | BTFDebug.h | 224 uint32_t addString(StringRef S); 356 size_t addString(StringRef S) { return StringTable.addString(S); } in addString() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 359 V = addString(V); 422 StringRef addString(StringRef S) { in addString() function
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 1213 addString(""); in StringTableSection() 1220 unsigned StringTableSection::addString(StringRef s, bool hashIt) { in addString() function in StringTableSection 1335 addInt(DT_FILTER, part.dynStrTab->addString(s)); in finalizeContents() 1337 addInt(DT_AUXILIARY, part.dynStrTab->addString(s)); in finalizeContents() 1341 part.dynStrTab->addString(config->rpath)); in finalizeContents() 1345 addInt(DT_NEEDED, part.dynStrTab->addString(file->soName)); in finalizeContents() 1349 addInt(DT_SONAME, part.dynStrTab->addString(config->soName)); in finalizeContents() 1352 addInt(DT_NEEDED, part.dynStrTab->addString(config->soName)); in finalizeContents() 1353 addInt(DT_SONAME, part.dynStrTab->addString(part.name)); in finalizeContents() 2166 symbols.push_back({b, strTabSec.addString(b->getName(), hashIt)}); in addSymbol() [all …]
|
| H A D | SyntheticSections.h | 412 unsigned addString(StringRef s, bool hashIt = true);
|
| H A D | Writer.cpp | 2125 sec->shName = in.shStrTab->addString(sec->name); in finalizeSections()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | SyntheticSections.cpp | 838 stab.strx = stringTableSection.addString( in emitBeginSourceStab() 861 stab.strx = stringTableSection.addString(saver.save(path.str())); in emitObjectFileStab() 876 astStab.strx = stringTableSection.addString(s); in emitStabs() 920 symStab.strx = stringTableSection.addString(defined->getName()); in emitStabs() 939 uint32_t strx = stringTableSection.addString(sym->getName()); in finalizeContents() 1137 uint32_t StringTableSection::addString(StringRef str) { in addString() function in StringTableSection
|
| H A D | SyntheticSections.h | 389 uint32_t addString(StringRef);
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.cpp | 614 void StringTableSection::addString(StringRef Name) { StrTabBuilder.add(Name); } in addString() function in StringTableSection 838 SymbolNames->addString(Sym->Name); in prepareForLayout() 2507 Obj.SectionNames->addString(Sec.Name); in finalize()
|
| H A D | Object.h | 594 void addString(StringRef Name);
|