LLVM  8.0.1
Functions
Parser.cpp File Reference
#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>
Include dependency graph for Parser.cpp:

Go to the source code of this file.

Functions

static bool parseSummaryIndexAssemblyInto (MemoryBufferRef F, ModuleSummaryIndex &Index, SMDiagnostic &Err)
 

Function Documentation

◆ parseSummaryIndexAssemblyInto()

static bool parseSummaryIndexAssemblyInto ( MemoryBufferRef  F,
ModuleSummaryIndex Index,
SMDiagnostic Err 
)
static

Definition at line 111 of file Parser.cpp.