Home
last modified time | relevance | path

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

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