Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h20 struct DwarfStringPoolEntry { struct
31 struct DwarfStringPoolEntryWithExtString : public DwarfStringPoolEntry {
51 using ByValStringEntryPtr = const StringMapEntry<DwarfStringPoolEntry> *;
64 DwarfStringPoolEntryRef(const StringMapEntry<DwarfStringPoolEntry> &Entry) in DwarfStringPoolEntryRef()
98 const DwarfStringPoolEntry &getEntry() const { in getEntry()
H A DNonRelocatableStringpool.h28 using MapTy = StringMap<DwarfStringPoolEntry, BumpPtrAllocator>;
H A DAsmPrinter.h724 void emitDwarfStringOffset(DwarfStringPoolEntry S) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp17 auto I = Strings.insert({S, DwarfStringPoolEntry()}); in getEntry()
29 DwarfStringPoolEntry Entry{nullptr, 0, DwarfStringPoolEntry::NotIndexed}; in internString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h27 using EntryTy = DwarfStringPoolEntry;
H A DAsmPrinterDwarf.cpp155 void AsmPrinter::emitDwarfStringOffset(DwarfStringPoolEntry S) const { in emitDwarfStringOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DStringEntryToDwarfStringPoolEntryMap.h37 DataPtr->Index = DwarfStringPoolEntry::NotIndexed; in add()