LLVM 22.0.0git
NonRelocatableStringpool.h File Reference
#include "llvm/CodeGen/DwarfStringPoolEntry.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Compiler.h"
#include <cstdint>
#include <vector>

Go to the source code of this file.

Classes

class  llvm::NonRelocatableStringpool
 A string table that doesn't need relocations. More...
class  llvm::StrongType< T, S >
 Helper for making strong types. More...
struct  llvm::UniqueTag
 It's very easy to introduce bugs by passing the wrong string pool. More...
struct  llvm::OffsetsTag

Namespaces

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

Typedefs

using llvm::UniquingStringPool = StrongType<NonRelocatableStringpool, UniqueTag>
using llvm::OffsetsStringPool = StrongType<NonRelocatableStringpool, OffsetsTag>