Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDIBuilder.cpp29 DeclareFn(nullptr), ValueFn(nullptr), in DIBuilder()
728 if (!DeclareFn) in insertDeclare()
729 DeclareFn = Intrinsic::getDeclaration(&M, Intrinsic::dbg_declare); in insertDeclare()
736 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", InsertBefore), DL); in insertDeclare()
747 if (!DeclareFn) in insertDeclare()
748 DeclareFn = Intrinsic::getDeclaration(&M, Intrinsic::dbg_declare); in insertDeclare()
759 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", T), DL); in insertDeclare()
760 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", InsertAtEnd), DL); in insertDeclare()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp33 TempRetainTypes(0), TempSubprograms(0), TempGVs(0), DeclareFn(0), in DIBuilder()
886 if (!DeclareFn) in insertDeclare()
887 DeclareFn = Intrinsic::getDeclaration(&M, Intrinsic::dbg_declare); in insertDeclare()
890 return CallInst::Create(DeclareFn, Args, "", InsertBefore); in insertDeclare()
898 if (!DeclareFn) in insertDeclare()
899 DeclareFn = Intrinsic::getDeclaration(&M, Intrinsic::dbg_declare); in insertDeclare()
906 return CallInst::Create(DeclareFn, Args, "", T); in insertDeclare()
908 return CallInst::Create(DeclareFn, Args, "", InsertAtEnd); in insertDeclare()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp36 DeclareFn(nullptr), ValueFn(nullptr), LabelFn(nullptr), in DIBuilder()
919 if (!DeclareFn) in insertDeclare()
920 DeclareFn = getDeclareIntrin(M); in insertDeclare()
929 return B.CreateCall(DeclareFn, Args); in insertDeclare()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h57 Function *DeclareFn; // llvm.dbg.declare variable
/external/llvm/include/llvm/IR/
DDIBuilder.h39 Function *DeclareFn; ///< llvm.dbg.declare variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDIBuilder.h47 Function *DeclareFn; ///< llvm.dbg.declare variable