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 438 StringMap<StructType *> &SymbolTable = getContext().pImpl->NamedStructTypes;
457 EntryTy *Entry = &getContext().pImpl->NamedStructTypes.GetOrCreateValue(Name);
472 NamedStructTypes.GetOrCreateValue(TmpStream.str());
616 return getContext().pImpl->NamedStructTypes.lookup(Name);
LLVMContextImpl.h 319 StringMap<StructType*> NamedStructTypes;

Completed in 314 milliseconds