OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InvokeStateMap
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h
93
DenseMap<const InvokeInst *, int>
InvokeStateMap
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WinEHPrepare.cpp
210
FuncInfo.
InvokeStateMap
[II] = BaseState;
214
FuncInfo.
InvokeStateMap
[II] = FuncInfo.EHPadStateMap[PadInst];
1257
assert(
InvokeStateMap
.count(II) &&
1259
LabelToStateMap[InvokeBegin] = std::make_pair(
InvokeStateMap
[II], InvokeEnd);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86WinEHState.cpp
531
assert(FuncInfo.
InvokeStateMap
.count(II) && "invoke has no state!");
532
return FuncInfo.
InvokeStateMap
[II];
Completed in 26 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026