#include <llvm/ADT/SetVector.h>
#include <llvm/Demangle/Demangle.h>
#include <llvm/IR/Module.h>
#include <llvm/TargetParser/Triple.h>
#include "proteus/CompilerInterfaceRuntimeConstantInfo.h"
#include "proteus/Error.h"
#include "proteus/Logger.hpp"
Go to the source code of this file.
◆ DEBUG
Value: do \
if (isDebugOutputEnabled()) { \
x; \
} \
while (0);
◆ DEBUG_TYPE
| #define DEBUG_TYPE "proteus-pass" |
◆ LaunchFunctionName
| constexpr char const* LaunchFunctionName = nullptr |
|
constexpr |
◆ RegisterFatBinaryName
| constexpr char const* RegisterFatBinaryName = nullptr |
|
constexpr |
◆ RegisterFunctionName
| constexpr char const* RegisterFunctionName = nullptr |
|
constexpr |
◆ RegisterVarName
| constexpr char const* RegisterVarName = nullptr |
|
constexpr |