Searched refs:DwarfStringPoolEntryRef (Results 1 – 14 of 14) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | NonRelocatableStringpool.cpp | 14 DwarfStringPoolEntryRef NonRelocatableStringpool::getEntry(StringRef S) { in getEntry() 23 return DwarfStringPoolEntryRef(*I.first); in getEntry() 33 std::vector<DwarfStringPoolEntryRef> 35 std::vector<DwarfStringPoolEntryRef> Result; in getEntriesForEmission() 40 llvm::sort(Result, [](const DwarfStringPoolEntryRef A, in getEntriesForEmission() 41 const DwarfStringPoolEntryRef B) { in getEntriesForEmission()
|
| /src/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 | 35 DwarfStringPoolEntryRef getEntry(StringRef S); 53 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 | 722 void emitDwarfStringOffset(DwarfStringPoolEntryRef S) const { in emitDwarfStringOffset()
|
| /src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.h | 214 void addNamespaceAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name); 217 void addNameAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name, 223 void addObjCAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name, 228 void addTypeAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name, 234 DwarfStringPoolEntryRef Name; 248 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, 252 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, in AccelInfo()
|
| H A D | DWARFLinker.h | 616 DwarfStringPoolEntryRef Name, MangledName, NameWithoutTemplate; 712 DwarfStringPoolEntryRef Name,
|
| /src/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() 987 DwarfStringPoolEntryRef StringRef = in emitLineTableString() 1462 DwarfStringPoolEntryRef EntryRef = in emitMacroTableImpl()
|
| H A D | DWARFLinker.cpp | 1042 DwarfStringPoolEntryRef StringEntry; in cloneStringAttribute() 1625 DwarfStringPoolEntryRef Name, in addObjCAccelerator()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.h | 38 using EntryRef = DwarfStringPoolEntryRef;
|
| H A D | AccelTable.cpp | 497 DwarfStringPoolEntryRef String = Hash->Name; in emitStringOffsets()
|
| H A D | DwarfDebug.cpp | 3564 DwarfStringPoolEntryRef Ref = Holder.getStringPool().getEntry(*Asm, Name); in addAccelNameImpl()
|