LLVM 17.0.0git
|
#include "llvm/ExecutionEngine/Orc/OrcABISupport.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::orc |
Macros | |
#define | DEBUG_TYPE "orc" |
Functions | |
template<typename ORCABI > | |
bool | stubAndPointerRangesOk (JITTargetAddress StubBlockAddr, JITTargetAddress PointerBlockAddr, unsigned NumStubs) |
#define DEBUG_TYPE "orc" |
Definition at line 14 of file OrcABISupport.cpp.
bool stubAndPointerRangesOk | ( | JITTargetAddress | StubBlockAddr, |
JITTargetAddress | PointerBlockAddr, | ||
unsigned | NumStubs | ||
) |
Definition at line 19 of file OrcABISupport.cpp.