LLVM  8.0.1
Namespaces | Macros | Functions
Layer.cpp File Reference
#include "llvm/ExecutionEngine/Orc/Layer.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Support/Debug.h"
Include dependency graph for Layer.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

Expected< SymbolFlagsMap > llvm::orc::getObjectSymbolFlags (ExecutionSession &ES, MemoryBufferRef ObjBuffer)
 Returns a SymbolFlagsMap for the object file represented by the given buffer, or an error if the buffer does not contain a valid object file. More...
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "orc"

Definition at line 14 of file Layer.cpp.