|
LLVM
8.0.1
|
#include "llvm/AsmParser/Parser.h"#include "LLParser.h"#include "llvm/ADT/STLExtras.h"#include "llvm/IR/Module.h"#include "llvm/IR/ModuleSummaryIndex.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/SourceMgr.h"#include "llvm/Support/raw_ostream.h"#include <cstring>#include <system_error>
Go to the source code of this file.
Functions | |
| static bool | parseSummaryIndexAssemblyInto (MemoryBufferRef F, ModuleSummaryIndex &Index, SMDiagnostic &Err) |
|
static |
Definition at line 111 of file Parser.cpp.
1.8.13