#include "llvm/Config/llvm-config.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ExtensibleRTTI.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <string>
Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::orc |
|
|
template<typename FnT > |
std::unique_ptr< GenericNamedTask > | llvm::orc::makeGenericNamedTask (FnT &&Fn, std::string Desc) |
| Create a generic named task from a std::string description.
|
|
template<typename FnT > |
std::unique_ptr< GenericNamedTask > | llvm::orc::makeGenericNamedTask (FnT &&Fn, const char *Desc=nullptr) |
| Create a generic named task from a const char * description.
|
|