LLVM 19.0.0git
Classes | Namespaces | Typedefs
StringPool.h File Reference
#include "llvm/ADT/ConcurrentHashtable.h"
#include "llvm/CodeGen/DwarfStringPoolEntry.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/PerThreadBumpPtrAllocator.h"
#include <string_view>

Go to the source code of this file.

Classes

class  llvm::dwarf_linker::StringPoolEntryInfo
 
class  llvm::dwarf_linker::StringPool
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::dwarf_linker
 

Typedefs

using llvm::dwarf_linker::StringEntry = StringMapEntry< std::nullopt_t >
 StringEntry keeps data of the string: the length, external offset and a string body which is placed right after StringEntry.