OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasEHFunclets
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
163
bool
HasEHFunclets
;
251
bool
hasEHFunclets
() const { return
HasEHFunclets
; }
252
void setHasEHFunclets(bool V) {
HasEHFunclets
= V; }
/external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp
67
bool
hasEHFunclets
= MMI->
hasEHFunclets
();
84
forceEmitPersonality || ((hasLandingPads ||
hasEHFunclets
) &&
94
shouldEmitLSDA =
hasEHFunclets
;
122
if (Per == EHPersonality::MSVC_Win64SEH && MMI->
hasEHFunclets
())
247
} else if (Per == EHPersonality::MSVC_Win64SEH && MMI->
hasEHFunclets
() &&
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp
64
bool
hasEHFunclets
= MF->
hasEHFunclets
();
85
forceEmitPersonality || ((hasLandingPads ||
hasEHFunclets
) &&
95
if (Per == EHPersonality::MSVC_X86SEH && !
hasEHFunclets
) {
104
shouldEmitLSDA =
hasEHFunclets
;
134
if (Per == EHPersonality::MSVC_Win64SEH && MF->
hasEHFunclets
())
256
} else if (Per == EHPersonality::MSVC_Win64SEH && MF->
hasEHFunclets
() &&
[
all
...]
Completed in 181 milliseconds