OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WinEH
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCWinEH.cpp
19
namespace
WinEH
{
/src/external/apache2/llvm/dist/llvm/lib/Support/
ARMWinEH.cpp
14
namespace
WinEH
{
34
} // namespace
WinEH
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h
18
namespace
WinEH
{
ARMWinEHPrinter.cpp
48
// (c.f. ARM::
WinEH
::HeaderWords) and encodes most of the same information as
75
raw_ostream &operator<<(raw_ostream &OS, const ARM::
WinEH
::ReturnType &RT) {
77
case ARM::
WinEH
::ReturnType::RT_POP:
80
case ARM::
WinEH
::ReturnType::RT_B:
83
case ARM::
WinEH
::ReturnType::RT_BW:
86
case ARM::
WinEH
::ReturnType::RT_NoEpilogue:
114
namespace
WinEH
{
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCTargetOptions.h
23
WinEH
, ///< Windows Exception Handling
MCWinEH.h
20
namespace
WinEH
{
MCAsmInfo.h
33
namespace
WinEH
{
46
} // end namespace
WinEH
448
WinEH
::EncodingType WinEHEncodingType =
WinEH
::EncodingType::Invalid;
751
WinEH
::EncodingType getWinEHEncodingType() const { return WinEHEncodingType; }
767
return ExceptionsType == ExceptionHandling::
WinEH
&&
768
(WinEHEncodingType !=
WinEH
::EncodingType::Invalid &&
769
WinEHEncodingType !=
WinEH
::EncodingType::X86);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ARMWinEH.h
17
namespace
WinEH
{
463
assert(!isAArch64 && "Fragments are only supported on ARMv7
WinEH
");
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h
234
enum class ExceptionHandlingKind { None, SjLj,
WinEH
, DwarfCFI, Wasm };
437
return getExceptionHandling() == ExceptionHandlingKind::
WinEH
;
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026