Searched refs:NamedStructTypes (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DType.cpp467 StringMap<StructType *> &SymbolTable = getContext().pImpl->NamedStructTypes;
486 EntryTy *Entry = &getContext().pImpl->NamedStructTypes.GetOrCreateValue(Name);
501 NamedStructTypes.GetOrCreateValue(TmpStream.str());
645 getContext().pImpl->NamedStructTypes.find(Name);
646 if (I != getContext().pImpl->NamedStructTypes.end())
H A DLLVMContextImpl.h312 StringMap<StructType*> NamedStructTypes; member in class:llvm::LLVMContextImpl

Completed in 64 milliseconds