|
LLVM 24.0.0git
|
#include "DXILDebugInfoMap.h"#include "llvm/BinaryFormat/Dwarf.h"#include "llvm/IR/DebugInfo.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Module.h"#include "llvm/Support/Casting.h"Go to the source code of this file.
Functions | |
| static void | replaceDbgVariableIntr (DbgVariableIntrinsic *DVI, Function *NewF, DXILDebugInfoMap &Res) |
| static void | replaceDbgValue (Module &M, DXILDebugInfoMap &Res) |
|
static |
Definition at line 35 of file DXILDebugInfoMap.cpp.
References llvm::cast(), llvm::Function::copyAttributesFrom(), llvm::Function::Create(), F, llvm::dxil::DXILDebugInfoMap::FuncReplace, llvm::FunctionType::get(), llvm::Type::getInt64Ty(), and replaceDbgVariableIntr().
Referenced by llvm::dxil::collectDXILDebugInfo().
|
static |
Definition at line 19 of file DXILDebugInfoMap.cpp.
References llvm::CallInst::Create(), llvm::Value::getContext(), llvm::Instruction::getDebugLoc(), llvm::Function::getFunctionType(), llvm::Type::getInt64Ty(), llvm::IntrinsicInst::getIntrinsicID(), llvm::User::getOperand(), llvm::dxil::DXILDebugInfoMap::InstReplace, llvm::CallInst::isTailCall(), llvm::Instruction::setDebugLoc(), and llvm::CallInst::setTailCall().
Referenced by replaceDbgValue().