LLVM API Documentation

Public Member Functions | Static Public Attributes
llvm::AArch64DB::DBarrierMapper Struct Reference

#include <AArch64BaseInfo.h>

Inheritance diagram for llvm::AArch64DB::DBarrierMapper:
Inheritance graph
[legend]
Collaboration diagram for llvm::AArch64DB::DBarrierMapper:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DBarrierMapper ()

Static Public Attributes

static const Mapping DBarrierPairs []

Detailed Description

Definition at line 343 of file AArch64BaseInfo.h.


Constructor & Destructor Documentation

Definition at line 83 of file AArch64BaseInfo.cpp.


Member Data Documentation

Initial value:
 {
  {"oshld", OSHLD},
  {"oshst", OSHST},
  {"osh", OSH},
  {"nshld", NSHLD},
  {"nshst", NSHST},
  {"nsh", NSH},
  {"ishld", ISHLD},
  {"ishst", ISHST},
  {"ish", ISH},
  {"ld", LD},
  {"st", ST},
  {"sy", SY}
}

Definition at line 344 of file AArch64BaseInfo.h.


The documentation for this struct was generated from the following files: