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

  /external/llvm/include/llvm/MC/
MCWin64EH.h 28 static WinEH::Instruction PushNonVol(MCSymbol *L, unsigned Reg) {
29 return WinEH::Instruction(Win64EH::UOP_PushNonVol, L, Reg, -1);
31 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) {
32 return WinEH::Instruction(Size > 128 ? UOP_AllocLarge : UOP_AllocSmall, L,
35 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
36 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
38 static WinEH::Instruction SaveNonVol(MCSymbol *L, unsigned Reg,
40 return WinEH::Instruction(Offset > 512 * 1024 - 8 ? UOP_SaveNonVolBig
44 static WinEH::Instruction SaveXMM(MCSymbol *L, unsigned Reg,
46 return WinEH::Instruction(Offset > 512 * 1024 - 8 ? UOP_SaveXMM128Bi
    [all...]
MCAsmInfo.h 32 namespace WinEH {
49 WinEH, /// Windows Exception Handling
320 WinEH::EncodingType WinEHEncodingType;
499 WinEH::EncodingType getWinEHEncodingType() const { return WinEHEncodingType; }
506 ExceptionsType == ExceptionHandling::WinEH);
510 return ExceptionsType == ExceptionHandling::WinEH;
MCWinEH.h 22 namespace WinEH {
MCStreamer.h 188 std::vector<WinEH::FrameInfo *> WinFrameInfos;
189 WinEH::FrameInfo *CurrentWinFrameInfo;
206 WinEH::FrameInfo *getCurrentWinFrameInfo() {
240 ArrayRef<WinEH::FrameInfo *> getWinFrameInfos() const {
  /external/llvm/lib/Support/
ARMWinEH.cpp 15 namespace WinEH {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 134 WinEHEncodingType = WinEH::EncodingType::Itanium;
135 ExceptionsType = ExceptionHandling::WinEH;
155 WinEHEncodingType = WinEH::EncodingType::Itanium;
156 ExceptionsType = ExceptionHandling::WinEH;
  /external/llvm/lib/MC/
MCWin64EH.cpp 24 static uint8_t CountOfUnwindCodes(std::vector<WinEH::Instruction> &Insns) {
60 WinEH::Instruction &inst) {
139 const WinEH::FrameInfo *info) {
150 static void EmitUnwindInfo(MCStreamer &streamer, WinEH::FrameInfo *info) {
184 WinEH::Instruction &frameInst = info->Instructions[info->LastFrameInst];
193 WinEH::Instruction inst = info->Instructions.back();
243 WinEH::FrameInfo *info) const {
MCWinEH.cpp 20 namespace WinEH {
MCAsmInfo.cpp 87 WinEHEncodingType = WinEH::EncodingType::Invalid;
MCStreamer.cpp 404 WinFrameInfos.push_back(new WinEH::FrameInfo(Symbol, StartProc));
424 WinFrameInfos.push_back(new WinEH::FrameInfo(CurrentWinFrameInfo->Function,
439 const_cast<WinEH::FrameInfo *>(CurrentWinFrameInfo->ChainedParent);
468 WinEH::Instruction Inst = Win64EH::Instruction::PushNonVol(Label, Register);
484 WinEH::Instruction Inst =
500 WinEH::Instruction Inst = Win64EH::Instruction::Alloc(Label, Size);
512 WinEH::Instruction Inst =
525 WinEH::Instruction Inst =
538 WinEH::Instruction Inst = Win64EH::Instruction::PushMachFrame(Label, Code);
MCAsmStreamer.cpp     [all...]
  /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 421 case ExceptionHandling::WinEH:
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 268 case ExceptionHandling::WinEH:
271 case WinEH::EncodingType::Itanium:
    [all...]

Completed in 397 milliseconds