#include "llvm/IR/Metadata.h"
#include "llvm/Support/Dwarf.h"
#include "llvm/IR/DebugInfoFlags.def"
Go to the source code of this file.
|
| | llvm |
| | Compute iterated dominance frontiers using a linear time algorithm.
|
| |
| #define DEFINE_MDNODE_GET |
( |
|
CLASS, |
|
|
|
FORMAL, |
|
|
|
ARGS |
|
) |
| |
Value:
} \
static CLASS *getIfExists(LLVMContext &Context, \
false); \
} \
static CLASS *getDistinct(LLVMContext &Context, \
} \
static Temp##CLASS getTemporary(LLVMContext &Context, \
return Temp##CLASS( \
}
Definition at line 23 of file DebugInfoMetadata.h.
| #define DEFINE_MDNODE_GET_UNPACK_IMPL |
( |
|
... | ) |
__VA_ARGS__ |
| #define HANDLE_DI_FLAG |
( |
|
ID, |
|
|
|
NAME |
|
) |
| Flag##NAME = ID, |