OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldEmitMoves
(Results
1 - 8
of
8
) 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;
61
shouldEmitMoves
= Asm->needsSEHMoves();
74
if (!shouldEmitPersonality && !
shouldEmitMoves
)
93
if (!shouldEmitPersonality && !
shouldEmitMoves
)
DwarfCFIException.cpp
44
shouldEmitPersonality(false), shouldEmitLSDA(false),
shouldEmitMoves
(false),
88
shouldEmitMoves
= shouldEmitPersonality = shouldEmitLSDA = false;
100
shouldEmitMoves
= MoveType != AsmPrinter::CFI_M_None;
113
if (!shouldEmitPersonality && !
shouldEmitMoves
)
140
if (!shouldEmitPersonality && !
shouldEmitMoves
)
DwarfException.h
152
///
shouldEmitMoves
- Per-function flag to indicate if frame moves info
154
bool
shouldEmitMoves
;
182
///
shouldEmitMoves
- Per-function flag to indicate if frame moves info
184
bool
shouldEmitMoves
;
217
///
shouldEmitMoves
- Per-function flag to indicate if frame moves info
219
bool
shouldEmitMoves
;
ARMException.cpp
41
shouldEmitTable(false),
shouldEmitMoves
(false), shouldEmitTableModule(false)
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp
62
shouldEmitMoves
(false), moveTypeModule(AsmPrinter::CFI_M_None) {}
97
shouldEmitMoves
= shouldEmitPersonality = shouldEmitLSDA = false;
110
shouldEmitMoves
= MoveType != AsmPrinter::CFI_M_None;
136
shouldEmitCFI = shouldEmitPersonality ||
shouldEmitMoves
;
DwarfException.h
47
bool
shouldEmitMoves
;
WinException.h
35
bool
shouldEmitMoves
= false;
WinException.cpp
63
shouldEmitMoves
= shouldEmitPersonality = shouldEmitLSDA = false;
71
shouldEmitMoves
= Asm->needsSEHMoves();
105
if (!shouldEmitPersonality && !
shouldEmitMoves
&& !shouldEmitLSDA)
196
if (
shouldEmitMoves
|| shouldEmitPersonality)
226
if (
shouldEmitMoves
|| shouldEmitPersonality) {
[
all
...]
Completed in 255 milliseconds