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

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DType.cpp444 StringMap<StructType *> &SymbolTable = getContext().pImpl->NamedStructTypes;
463 EntryTy *Entry = &getContext().pImpl->NamedStructTypes.GetOrCreateValue(Name);
478 NamedStructTypes.GetOrCreateValue(TmpStream.str());
619 return getContext().pImpl->NamedStructTypes.lookup(Name);
H A DLLVMContextImpl.h310 StringMap<StructType*> NamedStructTypes; member in class:llvm::LLVMContextImpl

Completed in 187 milliseconds