Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/Utils/
DCloning.cpp245 IBuilder.SetCurrentDebugLocation(Loc); in CreateOldFunctionBodyAndDI()
247 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram)); in CreateOldFunctionBodyAndDI()
250 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram)); in CreateOldFunctionBodyAndDI()
/external/llvm/bindings/go/llvm/
DIRBindings.cpp97 unwrap(Bref)->SetCurrentDebugLocation( in LLVMSetCurrentDebugLocation2()
Dir.go1204 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) { func
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp365 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
383 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
DAddressSanitizer.cpp1739 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
1783 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
1790 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
1798 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
1802 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
/external/llvm/include/llvm/IR/
DIRBuilder.h95 SetCurrentDebugLocation(I->getDebugLoc()); in SetInsertPoint()
119 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function
212 Builder.SetCurrentDebugLocation(DbgLoc); in ~InsertPointGuard()
525 SetCurrentDebugLocation(IP->getDebugLoc());
531 SetCurrentDebugLocation(cast<Instruction>(U.getUser())->getDebugLoc());
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp829 return Builder.SetCurrentDebugLocation(DebugLoc()); in emitLocation()
835 Builder.SetCurrentDebugLocation( in emitLocation()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1171 Builder.SetCurrentDebugLocation(IP->getDebugLoc()); in makeStatepointExplicitImpl()
1202 Builder.SetCurrentDebugLocation(toReplace->getDebugLoc()); in makeStatepointExplicitImpl()
1624 Builder.SetCurrentDebugLocation(IP->getDebugLoc()); in splitVectorValues()
DPlaceSafepoints.cpp913 Builder.SetCurrentDebugLocation(IP->getDebugLoc()); in ReplaceWithStatepoint()
DSROA.cpp2473 IRB.SetCurrentDebugLocation(OldUserI->getDebugLoc()); in visit()
3081 PtrBuilder.SetCurrentDebugLocation(OldPtr->getDebugLoc()); in visitPHINode()
DGVN.cpp1185 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in GetLoadValueForLoad()
DLoopStrengthReduce.cpp2966 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc()); in GenerateIVChain()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp74 CGF.Builder.SetCurrentDebugLocation(llvm::DebugLoc()); in init()
79 CGF.Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(0, 0, Scope)); in init()
96 CGF.Builder.SetCurrentDebugLocation(std::move(Loc)); in ApplyDebugLocation()
104 CGF.Builder.SetCurrentDebugLocation(std::move(OriginalLocation)); in ~ApplyDebugLocation()
2655 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLocation()
2680 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLexicalBlockStart()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2031 Builder.SetCurrentDebugLocation(VL0->getDebugLoc()); in setInsertPointAfterBundle()
2119 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree()
2142 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree()
3669 Builder.SetCurrentDebugLocation(Loc); in tryToReduce()
3679 Builder.SetCurrentDebugLocation( in tryToReduce()
DLoopVectorize.cpp496 B.SetCurrentDebugLocation(Inst->getDebugLoc()); in setDebugLocFromInst()
498 B.SetCurrentDebugLocation(DebugLoc()); in setDebugLocFromInst()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp580 Builder.SetCurrentDebugLocation(TempAlloca->getDebugLoc()); in prepareExceptionHandlers()
849 Builder.SetCurrentDebugLocation(LPad->getDebugLoc()); in outlineHandler()
DCodeGenPrepare.cpp602 Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc()); in simplifyRelocatesOffABase()
1099 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedLoad()
1209 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedStore()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1785 Builder.SetCurrentDebugLocation(IsomorphicInc->getDebugLoc()); in replaceCongruentIVs()
1799 Builder.SetCurrentDebugLocation(Phi->getDebugLoc()); in replaceCongruentIVs()
/external/llvm/docs/tutorial/
DLangImpl8.rst338 Builder.SetCurrentDebugLocation(
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2590 Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc()); in SimplifyTerminatorOnSelect()
2799 Builder.SetCurrentDebugLocation(SI->getDebugLoc()); in TryToSimplifyUncondBranchWithICmpInIt()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2714 Builder->SetCurrentDebugLocation(I->getDebugLoc()); in run()
/external/llvm/lib/IR/
DCore.cpp2184 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc(Loc)); in LLVMSetCurrentDebugLocation()