LLVM 20.0.0git
|
#include "llvm/IR/InlineAsm.h"
#include "ConstantsContext.h"
#include "LLVMContextImpl.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Errc.h"
#include <algorithm>
#include <cassert>
#include <cctype>
#include <cstdlib>
Go to the source code of this file.
Functions | |
static Error | makeStringError (const char *Msg) |
Definition at line 269 of file InlineAsm.cpp.
References llvm::createStringError(), and llvm::invalid_argument.
Referenced by llvm::InlineAsm::verify().