HomeSort by relevance Sort by last modified time
    Searched defs:WinEH (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Support/
ARMWinEH.cpp 15 namespace WinEH {
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h 19 namespace WinEH {
ARMWinEHPrinter.cpp 49 // (c.f. ARM::WinEH::HeaderWords) and encodes most of the same information as
77 raw_ostream &operator<<(raw_ostream &OS, const ARM::WinEH::ReturnType &RT) {
79 case ARM::WinEH::ReturnType::RT_POP:
82 case ARM::WinEH::ReturnType::RT_B:
85 case ARM::WinEH::ReturnType::RT_BW:
88 case ARM::WinEH::ReturnType::RT_NoEpilogue:
116 namespace WinEH {
  /external/llvm/include/llvm/Support/
ARMWinEH.h 18 namespace WinEH {
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 32 namespace WinEH {
49 WinEH, /// Windows Exception Handling
309 WinEH::EncodingType WinEHEncodingType;
480 WinEH::EncodingType getWinEHEncodingType() const { return WinEHEncodingType; }
485 ExceptionsType == ExceptionHandling::WinEH);

Completed in 303 milliseconds