Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDIBuilder.cpp62 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/
DDIBuilder.h40 Function *DeclareFn; ///< llvm.dbg.declare variable