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

  /external/llvm/lib/VMCore/
Type.cpp 469 getContext().pImpl->NamedStructTypes.erase(getName());
479 &getContext().pImpl->NamedStructTypes.GetOrCreateValue(Name);
494 NamedStructTypes.GetOrCreateValue(TmpStream.str());
635 getContext().pImpl->NamedStructTypes.find(Name);
636 if (I != getContext().pImpl->NamedStructTypes.end())
LLVMContextImpl.h 312 StringMap<StructType*> NamedStructTypes;

Completed in 169 milliseconds