Searched refs:DeclareFn (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 63 DeclareFn(nullptr), ValueFn(nullptr), in DIBuilder() 740 if (!DeclareFn) in insertDeclare() 741 DeclareFn = Intrinsic::getDeclaration(&M, Intrinsic::dbg_declare); in insertDeclare() 748 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", InsertBefore), DL); in insertDeclare() 759 if (!DeclareFn) in insertDeclare() 760 DeclareFn = Intrinsic::getDeclaration(&M, Intrinsic::dbg_declare); in insertDeclare() 771 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", T), DL); in insertDeclare() 772 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", InsertAtEnd), DL); in insertDeclare()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 45 Function *DeclareFn; // llvm.dbg.declare variable
|