OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomMDKindNames
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
LLVMContext.cpp
157
pImpl->
CustomMDKindNames
.GetOrCreateValue(
158
Name, pImpl->
CustomMDKindNames
.size()).second;
164
Names.resize(pImpl->
CustomMDKindNames
.size());
165
for (StringMap<unsigned>::const_iterator I = pImpl->
CustomMDKindNames
.begin(),
166
E = pImpl->
CustomMDKindNames
.end(); I != E; ++I)
LLVMContextImpl.h
325
///
CustomMDKindNames
- Map to hold the metadata string to ID mapping.
326
StringMap<unsigned>
CustomMDKindNames
;
Completed in 4528 milliseconds