Searched refs:CustomMDKindNames (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp249 return pImpl->CustomMDKindNames.insert(
251 Name, pImpl->CustomMDKindNames.size()))
258 Names.resize(pImpl->CustomMDKindNames.size());
259 for (StringMap<unsigned>::const_iterator I = pImpl->CustomMDKindNames.begin(),
260 E = pImpl->CustomMDKindNames.end(); I != E; ++I)
H A DLLVMContextImpl.h1347 /// CustomMDKindNames - Map to hold the metadata string to ID mapping.
1348 StringMap<unsigned> CustomMDKindNames; member in class:llvm::LLVMContextImpl

Completed in 113 milliseconds