LLVM 20.0.0git
|
#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 <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< SymbolAliasMap > | llvm::orc::buildSimpleReexportsAliasMap (JITDylib &SourceJD, SymbolNameSet Symbols) |