OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomMDKindNames
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/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
;
/external/llvm/lib/IR/
LLVMContext.cpp
284
return pImpl->
CustomMDKindNames
.insert(
286
Name, pImpl->
CustomMDKindNames
.size()))
293
Names.resize(pImpl->
CustomMDKindNames
.size());
294
for (StringMap<unsigned>::const_iterator I = pImpl->
CustomMDKindNames
.begin(),
295
E = pImpl->
CustomMDKindNames
.end(); I != E; ++I)
LLVMContextImpl.h
[
all
...]
Completed in 8104 milliseconds