Searched refs:SetCurrentDebugLocation (Results 1 - 13 of 13) sorted by relevance

/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h100 Builder.SetCurrentDebugLocation(DebugLocation);
114 Builder.SetCurrentDebugLocation(
/external/llvm/include/llvm/
H A DIRBuilder.h84 SetCurrentDebugLocation(I->getDebugLoc());
107 /// SetCurrentDebugLocation - Set location information used by debugging
109 void SetCurrentDebugLocation(const DebugLoc &L) { function in class:llvm::IRBuilderBase
361 SetCurrentDebugLocation(IP->getDebugLoc());
367 SetCurrentDebugLocation(cast<Instruction>(U.getUser())->getDebugLoc());
/external/clang/lib/CodeGen/
H A DCGStmt.cpp425 Builder.SetCurrentDebugLocation(llvm::DebugLoc());
433 Builder.SetCurrentDebugLocation(llvm::DebugLoc());
H A DCodeGenFunction.cpp134 Builder.SetCurrentDebugLocation(BI->getDebugLoc());
H A DCGDebugInfo.cpp2132 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(getLineNumber(CurLoc),
2161 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(getLineNumber(Loc),
H A DCGExprScalar.cpp2424 Builder.SetCurrentDebugLocation(llvm::DebugLoc());
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1681 Builder.SetCurrentDebugLocation(IsomorphicInc->getDebugLoc());
1695 Builder.SetCurrentDebugLocation(Phi->getDebugLoc());
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2283 Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc());
2455 Builder.SetCurrentDebugLocation(SI->getDebugLoc());
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2059 Builder->SetCurrentDebugLocation(I->getDebugLoc());
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1075 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc());
H A DSimplifyLibCalls.cpp1777 Builder.SetCurrentDebugLocation(CI->getDebugLoc());
H A DLoopStrengthReduce.cpp2796 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc());
/external/llvm/lib/VMCore/
H A DCore.cpp1763 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc::getFromDILocation(Loc));

Completed in 234 milliseconds