HomeSort by: relevance | last modified time | path
    Searched refs:CustomMDKindNames (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp 262 return pImpl->CustomMDKindNames.insert(
264 Name, pImpl->CustomMDKindNames.size()))
271 Names.resize(pImpl->CustomMDKindNames.size());
272 for (StringMap<unsigned>::const_iterator I = pImpl->CustomMDKindNames.begin(),
273 E = pImpl->CustomMDKindNames.end(); I != E; ++I)
LLVMContextImpl.h 1459 /// CustomMDKindNames - Map to hold the metadata string to ID mapping.
1460 StringMap<unsigned> CustomMDKindNames;

Completed in 22 milliseconds