Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp420 getContext().pImpl->NamedStructTypes.erase(getName()); in setName()
430 &getContext().pImpl->NamedStructTypes.GetOrCreateValue(Name); in setName()
444 NamedStructTypes.GetOrCreateValue(TmpStream.str()); in setName()
565 getContext().pImpl->NamedStructTypes.find(Name); in getTypeByName()
566 if (I != getContext().pImpl->NamedStructTypes.end()) in getTypeByName()
DLLVMContextImpl.h186 StringMap<StructType*> NamedStructTypes; variable
/external/llvm/lib/IR/
DType.cpp370 StringMap<StructType *> &SymbolTable = getContext().pImpl->NamedStructTypes; in setName()
390 getContext().pImpl->NamedStructTypes.insert(std::make_pair(Name, this)); in setName()
403 IterBool = getContext().pImpl->NamedStructTypes.insert( in setName()
546 return getContext().pImpl->NamedStructTypes.lookup(Name); in getTypeByName()
DLLVMContextImpl.h1123 StringMap<StructType*> NamedStructTypes;