LLVM  8.0.1
Namespaces | Macros | Functions
Core.cpp File Reference
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/ExecutionEngine/Orc/OrcError.h"
#include "llvm/IR/Mangler.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Format.h"
#include <future>
Include dependency graph for Core.cpp:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::orc
 

Macros

#define DEBUG_TYPE   "orc"
 

Functions

raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolStringPtr &Sym)
 Render a SymbolStringPtr. More...
 
raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolNameSet &Symbols)
 Render a SymbolNameSet. More...
 
raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const JITSymbolFlags &Flags)
 
raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const JITEvaluatedSymbol &Sym)
 
raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolFlagsMap::value_type &KV)
 Render a SymbolFlagsMap entry. More...
 
raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolMap::value_type &KV)
 Render a SymbolMap entry. More...
 
raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolFlagsMap &SymbolFlags)
 Render a SymbolFlagsMap. More...
 
raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolMap &Symbols)
 Render a SymbolMap. More...
 
raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const SymbolDependenceMap::value_type &KV)
 Render a SymbolDependenceMap entry. More...
 
raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const MaterializationUnit &MU)
 Render a MaterializationUnit. More...
 
raw_ostreamllvm::orc::operator<< (raw_ostream &OS, const JITDylibSearchList &JDs)
 Render a JITDylibSearchList. More...
 
Expected< SymbolAliasMap > llvm::orc::buildSimpleReexportsAliasMap (JITDylib &SourceJD, const SymbolNameSet &Symbols)
 Build a SymbolAliasMap for the common case where you want to re-export symbols from another JITDylib with the same linkage/flags. More...
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "orc"

Definition at line 22 of file Core.cpp.