Searched refs:withDebugLoc (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 727 static Instruction *withDebugLoc(Instruction *I, const MDLocation *DL) { in withDebugLoc() function 748 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", InsertBefore), DL); in insertDeclare() 771 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", T), DL); in insertDeclare() 772 return withDebugLoc(CallInst::Create(DeclareFn, Args, "", InsertAtEnd), DL); in insertDeclare() 795 return withDebugLoc(CallInst::Create(ValueFn, Args, "", InsertBefore), DL); in insertDbgValueIntrinsic() 819 return withDebugLoc(CallInst::Create(ValueFn, Args, "", InsertAtEnd), DL); in insertDbgValueIntrinsic()
|