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

/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h1 //===-- ManagedStringPool.h - Managed String Pool ---------------*- C++ -*-===//
23 /// ManagedStringPool - The strings allocated from a managed string pool are
26 class ManagedStringPool { class in namespace:llvm
30 ManagedStringPool() {} function in class:llvm::ManagedStringPool
31 ~ManagedStringPool() {
H A DNVPTXRegisterInfo.h17 #include "ManagedStringPool.h"
35 ManagedStringPool ManagedStrPool;
62 ManagedStringPool *getStrPool() const {
63 return const_cast<ManagedStringPool *>(&ManagedStrPool);
H A DNVPTXTargetMachine.h17 #include "ManagedStringPool.h"
44 ManagedStringPool ManagedStrPool;
78 ManagedStringPool *getManagedStrPool() const {
79 return const_cast<ManagedStringPool *>(&ManagedStrPool);

Completed in 100 milliseconds