|
LLVM
8.0.1
|
#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"
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< 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)) |
| enum DefaultOnOff |
| Enumerator | |
|---|---|
| Default | |
| Enable | |
| Disable | |
| Default | |
| Enable | |
| Disable | |
Definition at line 24 of file MCAsmInfo.cpp.
Definition at line 100 of file MCAsmInfo.cpp.
Referenced by llvm::MCAsmInfo::isValidUnquotedName().
1.8.13