HomeSort by relevance Sort by last modified time
    Searched refs:NamedStructTypes (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 420 getContext().pImpl->NamedStructTypes.erase(getName());
430 &getContext().pImpl->NamedStructTypes.GetOrCreateValue(Name);
444 NamedStructTypes.GetOrCreateValue(TmpStream.str());
565 getContext().pImpl->NamedStructTypes.find(Name);
566 if (I != getContext().pImpl->NamedStructTypes.end())
LLVMContextImpl.h 186 StringMap<StructType*> NamedStructTypes;
  /external/llvm/lib/IR/
Type.cpp 370 StringMap<StructType *> &SymbolTable = getContext().pImpl->NamedStructTypes;
390 getContext().pImpl->NamedStructTypes.insert(std::make_pair(Name, this));
403 IterBool = getContext().pImpl->NamedStructTypes.insert(
546 return getContext().pImpl->NamedStructTypes.lookup(Name);
LLVMContextImpl.h     [all...]

Completed in 322 milliseconds