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

  /external/llvm/lib/VMCore/
LLVMContext.cpp 136 pImpl->CustomMDKindNames.GetOrCreateValue(
137 Name, pImpl->CustomMDKindNames.size()).second;
143 Names.resize(pImpl->CustomMDKindNames.size());
144 for (StringMap<unsigned>::const_iterator I = pImpl->CustomMDKindNames.begin(),
145 E = pImpl->CustomMDKindNames.end(); I != E; ++I)
LLVMContextImpl.h 201 /// CustomMDKindNames - Map to hold the metadata string to ID mapping.
202 StringMap<unsigned> CustomMDKindNames;

Completed in 240 milliseconds