Searched refs:DwarfStringPoolEntryRef (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | NonRelocatableStringpool.cpp | 14 DwarfStringPoolEntryRef NonRelocatableStringpool::getEntry(StringRef S) { in getEntry() 28 return DwarfStringPoolEntryRef(*I.first); in getEntry() 41 std::vector<DwarfStringPoolEntryRef> 43 std::vector<DwarfStringPoolEntryRef> Result; in getEntriesForEmission() 48 llvm::sort(Result, [](const DwarfStringPoolEntryRef A, in getEntriesForEmission() 49 const DwarfStringPoolEntryRef B) { in getEntriesForEmission()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | DwarfStringPoolEntry.h | 44 class DwarfStringPoolEntryRef { 55 DwarfStringPoolEntryRef() = default; 59 DwarfStringPoolEntryRef(const StringMapEntry<DwarfStringPoolEntry> &Entry) in DwarfStringPoolEntryRef() function 64 DwarfStringPoolEntryRef(const StringMapEntry<DwarfStringPoolEntry *> &Entry) in DwarfStringPoolEntryRef() function 102 bool operator==(const DwarfStringPoolEntryRef &X) const { 106 bool operator!=(const DwarfStringPoolEntryRef &X) const {
|
| H A D | NonRelocatableStringpool.h | 38 DwarfStringPoolEntryRef getEntry(StringRef S); 56 std::vector<DwarfStringPoolEntryRef> getEntriesForEmission() const; 62 DwarfStringPoolEntryRef EmptyString;
|
| H A D | AccelTable.h | 140 DwarfStringPoolEntryRef Name; 145 HashData(DwarfStringPoolEntryRef Name, HashFn *Hash) in HashData() 200 void addName(DwarfStringPoolEntryRef Name, Types &&... Args); 205 void AccelTable<AccelTableDataT>::addName(DwarfStringPoolEntryRef Name, in addName()
|
| H A D | DIE.h | 274 DwarfStringPoolEntryRef S; 277 DIEString(DwarfStringPoolEntryRef S) : S(S) {} in DIEString()
|
| H A D | AsmPrinter.h | 717 void emitDwarfStringOffset(DwarfStringPoolEntryRef S) const { in emitDwarfStringOffset()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | 197 void addNamespaceAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name); 200 void addNameAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name, 206 void addObjCAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name, 211 void addTypeAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name, 217 DwarfStringPoolEntryRef Name; 231 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, 235 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, in AccelInfo()
|
| H A D | DWARFLinker.h | 629 DwarfStringPoolEntryRef Name, MangledName, NameWithoutTemplate; 730 DwarfStringPoolEntryRef Name,
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | 149 DwarfStringPoolEntryRef Name) { in addNamespaceAccelerator() 154 DwarfStringPoolEntryRef Name, in addObjCAccelerator() 160 DwarfStringPoolEntryRef Name, in addNameAccelerator() 166 DwarfStringPoolEntryRef Name, in addTypeAccelerator()
|
| H A D | DWARFStreamer.cpp | 229 std::vector<DwarfStringPoolEntryRef> Entries = Pool.getEntriesForEmission(); in emitStrings() 974 DwarfStringPoolEntryRef EntryRef = in emitMacroTableImpl()
|
| H A D | DWARFLinker.cpp | 1382 DwarfStringPoolEntryRef Name, in addObjCAccelerator()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.h | 38 using EntryRef = DwarfStringPoolEntryRef;
|
| H A D | AccelTable.cpp | 440 DwarfStringPoolEntryRef String = Hash->Name; in emitStringOffsets()
|
| H A D | DwarfDebug.cpp | 3506 DwarfStringPoolEntryRef Ref = Holder.getStringPool().getEntry(*Asm, Name); in addAccelNameImpl()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | MachOUtils.cpp | 593 std::vector<DwarfStringPoolEntryRef> Strings = in generateDsymCompanion()
|