LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Enumerations
MCAsmInfo.h File Reference
#include "llvm/MC/MCDirectives.h"
#include "llvm/MC/MCDwarf.h"
#include "llvm/MC/MachineLocation.h"
#include <cassert>
#include <vector>
Include dependency graph for MCAsmInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::MCAsmInfo
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 
 llvm::ExceptionHandling
 
 llvm::LCOMM
 

Enumerations

enum  llvm::ExceptionHandling::ExceptionsType {
  llvm::ExceptionHandling::None, llvm::ExceptionHandling::DwarfCFI, llvm::ExceptionHandling::SjLj, llvm::ExceptionHandling::ARM,
  llvm::ExceptionHandling::Win64
}
 
enum  llvm::LCOMM::LCOMMType { llvm::LCOMM::NoAlignment, llvm::LCOMM::ByteAlignment, llvm::LCOMM::Log2Alignment }