OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LabelMap
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp
494
DenseMap<unsigned, unsigned>
LabelMap
;
569
LabelMap
.insert(std::make_pair(LabelID, CurrentSize));
573
const auto I =
LabelMap
.find(LabelID);
574
assert(I !=
LabelMap
.end() && "Use of undeclared label");
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h
371
return !
LabelMap
.empty();
1381
///
LabelMap
- This keeps track of the LLVM basic block for each C label.
1382
llvm::DenseMap<const LabelDecl*, JumpDest>
LabelMap
;
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026