Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/
H A DCloning.cpp246 IBuilder.SetCurrentDebugLocation(Loc); in CreateOldFunctionBodyAndDI()
248 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram)); in CreateOldFunctionBodyAndDI()
251 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram)); in CreateOldFunctionBodyAndDI()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp279 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
295 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
H A DAddressSanitizer.cpp1655 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
1697 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
1704 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
1712 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
1716 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A DIRBindings.cpp97 unwrap(Bref)->SetCurrentDebugLocation( in LLVMSetCurrentDebugLocation2()
H A Dir.go1204 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) { func
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h94 SetCurrentDebugLocation(I->getDebugLoc()); in SetInsertPoint()
118 void SetCurrentDebugLocation(const DebugLoc &L) { in SetCurrentDebugLocation() function
213 Builder.SetCurrentDebugLocation(DbgLoc); in ~InsertPointGuard()
518 SetCurrentDebugLocation(IP->getDebugLoc());
524 SetCurrentDebugLocation(cast<Instruction>(U.getUser())->getDebugLoc());
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp828 return Builder.SetCurrentDebugLocation(DebugLoc()); in emitLocation()
834 Builder.SetCurrentDebugLocation( in emitLocation()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp61 CGF.Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(0, 0, Scope)); in ArtificialLocation()
72 CGF.Builder.SetCurrentDebugLocation(llvm::DebugLoc()); in ApplyDebugLocation()
83 CGF.Builder.SetCurrentDebugLocation(Loc); in ApplyDebugLocation()
91 CGF.Builder.SetCurrentDebugLocation(OriginalLocation); in ~ApplyDebugLocation()
2641 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLocation()
2666 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLexicalBlockStart()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1896 Builder.SetCurrentDebugLocation(VL0->getDebugLoc()); in setInsertPointAfterBundle()
1983 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree()
2006 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree()
3508 Builder.SetCurrentDebugLocation(Loc); in tryToReduce()
3518 Builder.SetCurrentDebugLocation( in tryToReduce()
H A DLoopVectorize.cpp509 B.SetCurrentDebugLocation(Inst->getDebugLoc()); in setDebugLocFromInst()
511 B.SetCurrentDebugLocation(DebugLoc()); in setDebugLocFromInst()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1786 Builder.SetCurrentDebugLocation(IsomorphicInc->getDebugLoc()); in replaceCongruentIVs()
1800 Builder.SetCurrentDebugLocation(Phi->getDebugLoc()); in replaceCongruentIVs()
/minix3/external/bsd/llvm/dist/llvm/docs/tutorial/
H A DLangImpl8.rst338 Builder.SetCurrentDebugLocation(
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp902 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedLoad()
1011 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedStore()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2467 IRB.SetCurrentDebugLocation(OldUserI->getDebugLoc()); in visit()
3075 PtrBuilder.SetCurrentDebugLocation(OldPtr->getDebugLoc()); in visitPHINode()
H A DGVN.cpp1184 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in GetLoadValueForLoad()
H A DLoopStrengthReduce.cpp2969 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc()); in GenerateIVChain()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2611 Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc()); in SimplifyTerminatorOnSelect()
2819 Builder.SetCurrentDebugLocation(SI->getDebugLoc()); in TryToSimplifyUncondBranchWithICmpInIt()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2888 Builder->SetCurrentDebugLocation(I->getDebugLoc()); in DoOneIteration()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp2184 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc::getFromDILocation(Loc)); in LLVMSetCurrentDebugLocation()