LLVM 22.0.0git
Core.cpp File Reference
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/ExecutionEngine/Orc/DebugUtils.h"
#include "llvm/ExecutionEngine/Orc/Shared/OrcError.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/MSVCErrorWorkarounds.h"
#include "llvm/Support/raw_ostream.h"
#include <condition_variable>
#include <future>
#include <optional>

Go to the source code of this file.

Classes

class  llvm::orc::InProgressLookupState
class  llvm::orc::InProgressLookupFlagsState
class  llvm::orc::InProgressFullLookupState

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::orc

Macros

#define DEBUG_TYPE   "orc"

Functions

Expected< SymbolAliasMapllvm::orc::buildSimpleReexportsAliasMap (JITDylib &SourceJD, SymbolNameSet Symbols)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "orc"

Definition at line 23 of file Core.cpp.