Home
last modified time | relevance | path

Searched refs:DwarfStringPoolEntry (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h20 struct DwarfStringPoolEntry { struct
32 PointerIntPair<const StringMapEntry<DwarfStringPoolEntry> *, 1, bool> argument
35 const StringMapEntry<DwarfStringPoolEntry> *getMapEntry() const { in getMapEntry()
41 DwarfStringPoolEntryRef(const StringMapEntry<DwarfStringPoolEntry> &Entry, in DwarfStringPoolEntryRef()
59 DwarfStringPoolEntry getEntry() const { return getMapEntry()->getValue(); } in getEntry()
H A DNonRelocatableStringpool.h28 using MapTy = StringMap<DwarfStringPoolEntry, BumpPtrAllocator>;
H A DAsmPrinter.h636 void emitDwarfStringOffset(DwarfStringPoolEntry S) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp19 auto I = Strings.insert({S, DwarfStringPoolEntry()}); in getEntry()
31 DwarfStringPoolEntry Entry{nullptr, 0, DwarfStringPoolEntry::NotIndexed}; in internString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h27 using EntryTy = DwarfStringPoolEntry;
H A DAsmPrinterDwarf.cpp181 void AsmPrinter::emitDwarfStringOffset(DwarfStringPoolEntry S) const { in emitDwarfStringOffset()