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

Go to the source code of this file.

Macros

#define HANDLE_LIBCALL(code, name)   name,
 

Functions

static Expected< FileContentsupgrade (ArrayRef< BitcodeModule > BMs)
 

Variables

static const charLibcallRoutineNames []
 

Macro Definition Documentation

◆ HANDLE_LIBCALL

#define HANDLE_LIBCALL (   code,
  name 
)    name,

Function Documentation

◆ upgrade()

static Expected<FileContents> upgrade ( ArrayRef< BitcodeModule BMs)
static

Variable Documentation

◆ LibcallRoutineNames

const char* LibcallRoutineNames[]
static
Initial value:
= {
#define HANDLE_LIBCALL(code, name)
}

Definition at line 45 of file IRSymtab.cpp.

Referenced by llvm::TargetLoweringBase::getLibcallName(), and llvm::TargetLoweringBase::setLibcallName().