LLVM 19.0.0git
Classes | Namespaces | Typedefs
TypePool.h File Reference
#include "ArrayList.h"
#include "llvm/ADT/ConcurrentHashtable.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/CodeGen/DIE.h"
#include "llvm/Support/Allocator.h"
#include <atomic>

Go to the source code of this file.

Classes

class  llvm::dwarf_linker::parallel::TypeEntryBody
 Keeps cloned data for the type DIE. More...
 
class  llvm::dwarf_linker::parallel::TypeEntryInfo
 
class  llvm::dwarf_linker::parallel::TypePool
 TypePool keeps type descriptors which contain partially cloned DIE correspinding to each type. More...
 

Namespaces

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

Typedefs

using llvm::dwarf_linker::parallel::TypeEntry = StringMapEntry< std::atomic< TypeEntryBody * > >