LLVM  8.0.1
Enumerations | Functions | Variables
MCAsmInfo.cpp File Reference
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/BinaryFormat/Dwarf.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/Support/CommandLine.h"
Include dependency graph for MCAsmInfo.cpp:

Go to the source code of this file.

Enumerations

enum  DefaultOnOff {
  Default, Enable, Disable, Default,
  Enable, Disable
}
 

Functions

static bool isAcceptableChar (char C)
 

Variables

static cl::opt< DefaultOnOffDwarfExtendedLoc ("dwarf-extended-loc", cl::Hidden, cl::desc("Disable emission of the extended flags in .loc directives."), cl::values(clEnumVal(Default, "Default for platform"), clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")), cl::init(Default))
 

Enumeration Type Documentation

◆ DefaultOnOff

Enumerator
Default 
Enable 
Disable 
Default 
Enable 
Disable 

Definition at line 24 of file MCAsmInfo.cpp.

Function Documentation

◆ isAcceptableChar()

static bool isAcceptableChar ( char  C)
static

Definition at line 100 of file MCAsmInfo.cpp.

Referenced by llvm::MCAsmInfo::isValidUnquotedName().

Variable Documentation

◆ DwarfExtendedLoc

cl::opt<DefaultOnOff> DwarfExtendedLoc("dwarf-extended-loc", cl::Hidden, cl::desc("Disable emission of the extended flags in .loc directives."), cl::values(clEnumVal(Default, "Default for platform"), clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")), cl::init(Default))
static