LLVM  8.0.1
Namespaces | Functions
DarwinAsmParser.cpp File Reference
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/ADT/Triple.h"
#include "llvm/ADT/Twine.h"
#include "llvm/BinaryFormat/MachO.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCDirectives.h"
#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCParser/MCAsmLexer.h"
#include "llvm/MC/MCParser/MCAsmParser.h"
#include "llvm/MC/MCParser/MCAsmParserExtension.h"
#include "llvm/MC/MCSectionMachO.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/SectionKind.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/SMLoc.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <string>
#include <system_error>
#include <utility>
Include dependency graph for DarwinAsmParser.cpp:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

static bool isSDKVersionToken (const AsmToken &Tok)
 
static Triple::OSType getOSTypeFromMCVM (MCVersionMinType Type)
 
static Triple::OSType getOSTypeFromPlatform (MachO::PlatformType Type)
 
MCAsmParserExtensionllvm::createDarwinAsmParser ()
 

Function Documentation

◆ getOSTypeFromMCVM()

static Triple::OSType getOSTypeFromMCVM ( MCVersionMinType  Type)
static

◆ getOSTypeFromPlatform()

static Triple::OSType getOSTypeFromPlatform ( MachO::PlatformType  Type)
static

◆ isSDKVersionToken()

static bool isSDKVersionToken ( const AsmToken Tok)
static