Home
last modified time | relevance | path

Searched refs:NamedStructTypes (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp376 StringMap<StructType *> &SymbolTable = getContext().pImpl->NamedStructTypes; in setName()
397 getContext().pImpl->NamedStructTypes.insert(std::make_pair(Name, this)); in setName()
410 IterBool = getContext().pImpl->NamedStructTypes.insert( in setName()
510 return getContext().pImpl->NamedStructTypes.lookup(Name); in getTypeByName()
DLLVMContextImpl.h1307 StringMap<StructType*> NamedStructTypes;
/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;