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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
ARMException.cpp 1 //===-- CodeGen/AsmPrinter/ARMException.cpp - ARM EHABI Exception Impl ----===//
39 ARMException::ARMException(AsmPrinter *A)
44 ARMException::~ARMException() {}
46 void ARMException::EndModule() {
51 void ARMException::BeginFunction(const MachineFunction *MF) {
60 void ARMException::EndFunction() {
DwarfException.h 177 class ARMException : public DwarfException {
193 ARMException(AsmPrinter *A);
194 virtual ~ARMException();
AsmPrinter.cpp 200 DE = new ARMException(this);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 1 //===-- CodeGen/AsmPrinter/ARMException.cpp - ARM EHABI Exception Impl ----===//
37 ARMException::ARMException(AsmPrinter *A) : DwarfCFIExceptionBase(A) {}
39 ARMException::~ARMException() {}
41 ARMTargetStreamer &ARMException::getTargetStreamer() {
48 void ARMException::endModule() {
53 void ARMException::beginFunction(const MachineFunction *MF) {
68 void ARMException::endFunction(const MachineFunction *MF) {
101 void ARMException::emitTypeInfos(unsigned TTypeEncoding)
    [all...]
DwarfException.h 72 class LLVM_LIBRARY_VISIBILITY ARMException : public DwarfCFIExceptionBase {
80 ARMException(AsmPrinter *A);
81 ~ARMException() override;
AsmPrinter.cpp 274 ES = new ARMException(this);
    [all...]

Completed in 2574 milliseconds