LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros
DebugIR.cpp File Reference
#include "llvm/ADT/ValueMap.h"
#include "llvm/Assembly/AssemblyAnnotationWriter.h"
#include "llvm/DebugInfo.h"
#include "llvm/DIBuilder.h"
#include "llvm/InstVisitor.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Transforms/Instrumentation.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "DebugIR.h"
#include <string>
Include dependency graph for DebugIR.cpp:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Macros

#define DEBUG_TYPE   "debug-ir"
 
#define STR_HELPER(x)   #x
 
#define STR(x)   STR_HELPER(x)
 

Macro Definition Documentation

#define DEBUG_TYPE   "debug-ir"

Definition at line 19 of file DebugIR.cpp.

#define STR (   x)    STR_HELPER(x)

Definition at line 43 of file DebugIR.cpp.

#define STR_HELPER (   x)    #x

Definition at line 42 of file DebugIR.cpp.