|
clang 22.0.0git
|
#include "clang/AST/ASTContext.h"#include "clang/Basic/Diagnostic.h"#include "clang/Basic/TargetInfo.h"#include "clang/Parse/Parser.h"#include "clang/Parse/RAIIObjectsForParser.h"#include "llvm/ADT/StringExtras.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCInstPrinter.h"#include "llvm/MC/MCInstrInfo.h"#include "llvm/MC/MCObjectFileInfo.h"#include "llvm/MC/MCParser/MCAsmParser.h"#include "llvm/MC/MCParser/MCTargetAsmParser.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/MC/MCTargetOptions.h"#include "llvm/MC/TargetRegistry.h"#include "llvm/Support/SourceMgr.h"Go to the source code of this file.
Functions | |
| static bool | buildMSAsmString (Preprocessor &PP, SourceLocation AsmLoc, ArrayRef< Token > AsmToks, SmallVectorImpl< unsigned > &TokOffsets, SmallString< 512 > &Asm) |
| Turn a sequence of our tokens back into a string that we can hand to the MC asm parser. | |
|
static |
Turn a sequence of our tokens back into a string that we can hand to the MC asm parser.
Definition at line 296 of file ParseStmtAsm.cpp.
References clang::Asm, clang::Preprocessor::Diag(), clang::Preprocessor::getSpelling(), and Tok.