Enzyme main
Loading...
Searching...
No Matches
TraceInterface.cpp File Reference
#include "TraceInterface.h"
#include "Utils.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/Value.h"
Include dependency graph for TraceInterface.cpp:

Go to the source code of this file.

Functions

PointerType * traceType (LLVMContext &C)
 
Type * addressType (LLVMContext &C)
 

Function Documentation

◆ addressType()

Type * addressType ( LLVMContext & C)

Definition at line 45 of file TraceInterface.cpp.

References getInt8PtrTy().

◆ traceType()