Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDIBuilder.cpp715 static Instruction *withDebugLoc(Instruction *I, const DILocation *DL) { in withDebugLoc() function
736 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", InsertBefore), DL); in insertDeclare()
759 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", T), DL); in insertDeclare()
760 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", InsertAtEnd), DL); in insertDeclare()
783 return withDebugLoc(CallInst::Create(ValueFn, Args, "", InsertBefore), DL); in insertDbgValueIntrinsic()
807 return withDebugLoc(CallInst::Create(ValueFn, Args, "", InsertAtEnd), DL); in insertDbgValueIntrinsic()