Searched refs:DeclareFn (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 62 DeclareFn(nullptr), ValueFn(nullptr), in DIBuilder() 783 if (!DeclareFn) in insertDeclare() 784 DeclareFn = Intrinsic::getDeclaration(&M, Intrinsic::dbg_declare); in insertDeclare() 791 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", InsertBefore), DL); in insertDeclare() 802 if (!DeclareFn) in insertDeclare() 803 DeclareFn = Intrinsic::getDeclaration(&M, Intrinsic::dbg_declare); in insertDeclare() 814 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", T), DL); in insertDeclare() 815 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", InsertAtEnd), DL); in insertDeclare()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 40 Function *DeclareFn; ///< llvm.dbg.declare variable
|