LLVM API Documentation
#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>
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) |
| #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.