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

  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.h 1 //===-- Win64Exception.h - Windows Exception Handling ----------*- C++ -*--===//
24 class Win64Exception : public EHStreamer {
45 Win64Exception(AsmPrinter *A);
46 ~Win64Exception() override;
Win64Exception.cpp 1 //===-- CodeGen/AsmPrinter/Win64Exception.cpp - Dwarf Exception Impl ------===//
14 #include "Win64Exception.h"
41 Win64Exception::Win64Exception(AsmPrinter *A)
45 Win64Exception::~Win64Exception() {}
49 void Win64Exception::endModule() {
52 void Win64Exception::beginFunction(const MachineFunction *MF) {
107 void Win64Exception::endFunction(const MachineFunction *MF) {
139 const MCExpr *Win64Exception::createImageRel32(const MCSymbol *Value)
    [all...]

Completed in 493 milliseconds