OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BundleTagCache
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.cpp
193
uint32_t NewIdx =
BundleTagCache
.size();
194
return &*(
BundleTagCache
.insert(std::make_pair(Tag, NewIdx)).first);
198
Tags.resize(
BundleTagCache
.size());
199
for (const auto &T :
BundleTagCache
)
204
auto I =
BundleTagCache
.find(Tag);
205
assert(I !=
BundleTagCache
.end() && "Unknown tag!");
LLVMContextImpl.h
1480
StringMap<uint32_t>
BundleTagCache
;
Completed in 15 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026