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

  /external/llvm/lib/IR/
Type.cpp 444 StringMap<StructType *> &SymbolTable = getContext().pImpl->NamedStructTypes;
463 EntryTy *Entry = &getContext().pImpl->NamedStructTypes.GetOrCreateValue(Name);
478 NamedStructTypes.GetOrCreateValue(TmpStream.str());
620 getContext().pImpl->NamedStructTypes.find(Name);
621 if (I != getContext().pImpl->NamedStructTypes.end())
LLVMContextImpl.h 310 StringMap<StructType*> NamedStructTypes;

Completed in 33 milliseconds