Searched refs:DwarfStringPoolEntryRef (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | NonRelocatableStringpool.cpp | 14 DwarfStringPoolEntryRef NonRelocatableStringpool::getEntry(StringRef S) { in getEntry() 25 return DwarfStringPoolEntryRef(*I.first); in getEntry() 38 std::vector<DwarfStringPoolEntryRef> 40 std::vector<DwarfStringPoolEntryRef> Result; in getEntriesForEmission() 45 llvm::sort(Result, [](const DwarfStringPoolEntryRef A, in getEntriesForEmission() 46 const DwarfStringPoolEntryRef B) { in getEntriesForEmission()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DwarfStringPoolEntry.h | 49 class DwarfStringPoolEntryRef { 60 DwarfStringPoolEntryRef() = default; 64 DwarfStringPoolEntryRef(const StringMapEntry<DwarfStringPoolEntry> &Entry) in DwarfStringPoolEntryRef() function 69 DwarfStringPoolEntryRef(const DwarfStringPoolEntryWithExtString &Entry) in DwarfStringPoolEntryRef() function 105 bool operator==(const DwarfStringPoolEntryRef &X) const { 109 bool operator!=(const DwarfStringPoolEntryRef &X) const {
|
| H A D | NonRelocatableStringpool.h | 38 DwarfStringPoolEntryRef getEntry(StringRef S); 56 std::vector<DwarfStringPoolEntryRef> getEntriesForEmission() const;
|
| H A D | AccelTable.h | 141 DwarfStringPoolEntryRef Name; 207 void addName(DwarfStringPoolEntryRef Name, Types &&... Args); 215 void AccelTable<AccelTableDataT>::addName(DwarfStringPoolEntryRef Name, in addName()
|
| H A D | DIE.h | 279 DwarfStringPoolEntryRef S; 282 DIEString(DwarfStringPoolEntryRef S) : S(S) {} in DIEString()
|
| H A D | AsmPrinter.h | 727 void emitDwarfStringOffset(DwarfStringPoolEntryRef S) const { in emitDwarfStringOffset()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.h | 212 void addNamespaceAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name); 215 void addNameAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name, 221 void addObjCAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name, 226 void addTypeAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name, 232 DwarfStringPoolEntryRef Name; 246 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, 250 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, in AccelInfo()
|
| H A D | DWARFLinker.h | 616 DwarfStringPoolEntryRef Name, MangledName, NameWithoutTemplate; 712 DwarfStringPoolEntryRef Name,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.cpp | 189 DwarfStringPoolEntryRef Name) { in addNamespaceAccelerator() 194 DwarfStringPoolEntryRef Name, in addObjCAccelerator() 200 DwarfStringPoolEntryRef Name, in addNameAccelerator() 206 DwarfStringPoolEntryRef Name, in addTypeAccelerator()
|
| H A D | DWARFStreamer.cpp | 296 std::vector<DwarfStringPoolEntryRef> Entries = Pool.getEntriesForEmission(); in emitStrings() 341 std::vector<DwarfStringPoolEntryRef> Entries = Pool.getEntriesForEmission(); in emitLineStrings() 988 DwarfStringPoolEntryRef StringRef = in emitLineTableString() 1453 DwarfStringPoolEntryRef EntryRef = in emitMacroTableImpl()
|
| H A D | DWARFLinker.cpp | 1031 DwarfStringPoolEntryRef StringEntry; in cloneStringAttribute() 1608 DwarfStringPoolEntryRef Name, in addObjCAccelerator()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.h | 38 using EntryRef = DwarfStringPoolEntryRef;
|
| H A D | AccelTable.cpp | 529 DwarfStringPoolEntryRef String = Hash->Name; in emitStringOffsets()
|
| H A D | DwarfDebug.cpp | 3575 DwarfStringPoolEntryRef Ref = Holder.getStringPool().getEntry(*Asm, Name); in addAccelNameImpl()
|