Searched refs:ManagedStringPool (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h1 //===-- ManagedStringPool.h - Managed String Pool ---------------*- C++ -*-===//
22 /// ManagedStringPool - The strings allocated from a managed string pool are
25 class ManagedStringPool { class in namespace:llvm
29 ManagedStringPool() = default;
31 ~ManagedStringPool() {
H A DNVPTXRegisterInfo.h16 #include "ManagedStringPool.h"
27 ManagedStringPool ManagedStrPool;
47 ManagedStringPool *getStrPool() const {
48 return const_cast<ManagedStringPool *>(&ManagedStrPool);
H A DNVPTXTargetMachine.h16 #include "ManagedStringPool.h"
35 ManagedStringPool ManagedStrPool;
51 ManagedStringPool *getManagedStrPool() const {
52 return const_cast<ManagedStringPool *>(&ManagedStrPool);

Completed in 124 milliseconds