Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DIRBuilder.h83 SetCurrentDebugLocation(I->getDebugLoc()); in SetInsertPoint()
108 void SetCurrentDebugLocation(const DebugLoc &L) { in SetCurrentDebugLocation() function
355 SetCurrentDebugLocation(IP->getDebugLoc()); in IRBuilder()
361 SetCurrentDebugLocation(cast<Instruction>(U.getUser())->getDebugLoc()); in IRBuilder()
/external/clang/lib/CodeGen/
DCGStmt.cpp412 Builder.SetCurrentDebugLocation(llvm::DebugLoc()); in EmitIfStmt()
420 Builder.SetCurrentDebugLocation(llvm::DebugLoc()); in EmitIfStmt()
DCGDebugInfo.cpp1752 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(getLineNumber(CurLoc), in EmitStopPoint()
DCGExprScalar.cpp2345 Builder.SetCurrentDebugLocation(llvm::DebugLoc()); in VisitBinLAnd()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1851 Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc()); in SimplifyTerminatorOnSelect()
2023 Builder.SetCurrentDebugLocation(SI->getDebugLoc()); in TryToSimplifyUncondBranchWithICmpInIt()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1587 Builder->SetCurrentDebugLocation(I->getDebugLoc()); in DoOneIteration()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1003 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in GetLoadValueForLoad()
DSimplifyLibCalls.cpp1620 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in runOnFunction()
/external/llvm/lib/VMCore/
DCore.cpp1629 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc::getFromDILocation(Loc)); in LLVMSetCurrentDebugLocation()