LLVM
8.0.1
|
#include "llvm/Object/IRSymtab.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Triple.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/IR/Comdat.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/GlobalAlias.h"
#include "llvm/IR/GlobalObject.h"
#include "llvm/IR/Mangler.h"
#include "llvm/IR/Metadata.h"
#include "llvm/IR/Module.h"
#include "llvm/Bitcode/BitcodeReader.h"
#include "llvm/MC/StringTableBuilder.h"
#include "llvm/Object/IRObjectFile.h"
#include "llvm/Object/ModuleSymbolTable.h"
#include "llvm/Object/SymbolicFile.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/StringSaver.h"
#include "llvm/Support/VCSRevision.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <string>
#include <utility>
#include <vector>
#include "llvm/IR/RuntimeLibcalls.def"
Go to the source code of this file.
Macros | |
#define | HANDLE_LIBCALL(code, name) name, |
Functions | |
static Expected< FileContents > | upgrade (ArrayRef< BitcodeModule > BMs) |
Variables | |
static const char * | LibcallRoutineNames [] |
|
static |
Definition at line 331 of file IRSymtab.cpp.
References R600_InstFlag::FC, llvm::Expected< T >::get(), llvm::StringTableBuilder::RAW, and llvm::Expected< T >::takeError().
Referenced by llvm::irsymtab::readBitcode().
Definition at line 45 of file IRSymtab.cpp.
Referenced by llvm::TargetLoweringBase::getLibcallName(), and llvm::TargetLoweringBase::setLibcallName().