Home
last modified time | relevance | path

Searched refs:insertDeclare (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h81 Instruction *insertDeclare(llvm::Value *Storage, DILocalVariable *VarInfo,
802 Instruction *insertDeclare(llvm::Value *Storage, DILocalVariable *VarInfo,
812 Instruction *insertDeclare(llvm::Value *Storage, DILocalVariable *VarInfo,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp852 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare() function in DIBuilder
855 return insertDeclare(Storage, VarInfo, Expr, DL, InsertBefore->getParent(), in insertDeclare()
859 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare() function in DIBuilder
865 return insertDeclare(Storage, VarInfo, Expr, DL, InsertAtEnd, InsertBefore); in insertDeclare()
922 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare() function in DIBuilder
DDebugInfo.cpp1349 return wrap(unwrap(Builder)->insertDeclare( in LLVMDIBuilderInsertDeclareBefore()
1358 return wrap(unwrap(Builder)->insertDeclare( in LLVMDIBuilderInsertDeclareAtEnd()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp374 …auto di = diBuilder->insertDeclare(value, diVar, diBuilder->createExpression(), pending.diLocation… in emitPending()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1561 Builder.insertDeclare(NewAddress, DIVar, DIExpr, Loc, InsertBefore); in replaceDbgDeclare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp4410 DIB.insertDeclare(Fragment.Alloca, Var, FragmentExpr, in splitAlloca()