Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DType.cpp440 StringMap<StructType *> &SymbolTable = getContext().pImpl->NamedStructTypes; in setName()
460 getContext().pImpl->NamedStructTypes.insert(std::make_pair(Name, this)); in setName()
474 IterBool = getContext().pImpl->NamedStructTypes.insert( in setName()
621 return getContext().pImpl->NamedStructTypes.lookup(Name); in getTypeByName()
H A DLLVMContextImpl.h344 StringMap<StructType*> NamedStructTypes; variable