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

  /external/llvm/lib/Support/
ARMWinEH.cpp 15 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);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 149 ExceptionsType = ExceptionHandling::WinEH;
168 ExceptionsType = ExceptionHandling::WinEH;
  /external/llvm/lib/MC/
MCAsmInfo.cpp 85 WinEHEncodingType = WinEH::EncodingType::ET_Invalid;
  /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 {
COFFDumper.cpp     [all...]
  /external/llvm/include/llvm/Support/
ARMWinEH.h 18 namespace WinEH {
  /external/llvm/lib/CodeGen/
Passes.cpp 419 case ExceptionHandling::WinEH:
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 129 case llvm::ExceptionHandling::WinEH:
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 246 case ExceptionHandling::WinEH:
712 return MAI->getExceptionHandlingType() == ExceptionHandling::WinEH &&
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 456 ExceptionHandling::WinEH; // Not necessarily synonymous with IsWin64.
    [all...]

Completed in 341 milliseconds