OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldEmitLSDA
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
Win64Exception.cpp
43
shouldEmitPersonality(false),
shouldEmitLSDA
(false), shouldEmitMoves(false)
56
shouldEmitMoves = shouldEmitPersonality =
shouldEmitLSDA
= false;
71
shouldEmitLSDA
= shouldEmitPersonality &&
DwarfCFIException.cpp
44
shouldEmitPersonality(false),
shouldEmitLSDA
(false), shouldEmitMoves(false),
88
shouldEmitMoves = shouldEmitPersonality =
shouldEmitLSDA
= false;
110
shouldEmitLSDA
= shouldEmitPersonality &&
129
if (!
shouldEmitLSDA
)
DwarfException.h
148
///
shouldEmitLSDA
- Per-function flag to indicate if .cfi_lsda
150
bool
shouldEmitLSDA
;
213
///
shouldEmitLSDA
- Per-function flag to indicate if the LSDA
215
bool
shouldEmitLSDA
;
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp
61
forceEmitPersonality(false),
shouldEmitLSDA
(false),
97
shouldEmitMoves = shouldEmitPersonality =
shouldEmitLSDA
= false;
133
shouldEmitLSDA
= shouldEmitPersonality &&
167
if (
shouldEmitLSDA
)
DwarfException.h
44
bool
shouldEmitLSDA
;
WinException.h
32
bool
shouldEmitLSDA
= false;
WinException.cpp
63
shouldEmitMoves = shouldEmitPersonality =
shouldEmitLSDA
= false;
88
shouldEmitLSDA
= shouldEmitPersonality &&
94
shouldEmitLSDA
= hasEHFunclets;
105
if (!shouldEmitPersonality && !shouldEmitMoves && !
shouldEmitLSDA
)
125
if (shouldEmitPersonality ||
shouldEmitLSDA
) {
[
all
...]
Completed in 2483 milliseconds