LLVM API Documentation
#include "llvm/IR/ValueMap.h"
#include "DebugIR.h"
#include "llvm/IR/AssemblyAnnotationWriter.h"
#include "llvm/IR/DIBuilder.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DebugInfo.h"
#include "llvm/IR/InstVisitor.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Transforms/Instrumentation.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Defines | |
#define | STR_HELPER(x) #x |
#define | STR(x) STR_HELPER(x) |
#define | DEBUG_TYPE "debug-ir" |
#define DEBUG_TYPE "debug-ir" |
Definition at line 43 of file DebugIR.cpp.
#define STR | ( | x | ) | STR_HELPER(x) |
Definition at line 39 of file DebugIR.cpp.
#define STR_HELPER | ( | x | ) | #x |
Definition at line 38 of file DebugIR.cpp.