Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/Utils/
DCloning.cpp247 IBuilder.SetCurrentDebugLocation(Loc); in CreateOldFunctionBodyAndDI()
249 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram)); in CreateOldFunctionBodyAndDI()
252 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram)); in CreateOldFunctionBodyAndDI()
/external/llvm/bindings/go/llvm/
DIRBindings.cpp97 unwrap(Bref)->SetCurrentDebugLocation( in LLVMSetCurrentDebugLocation2()
Dir.go1212 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) { func
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp462 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
481 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
DAddressSanitizer.cpp1854 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
1915 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
1922 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
1930 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
1934 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp831 return Builder.SetCurrentDebugLocation(DebugLoc()); in emitLocation()
837 Builder.SetCurrentDebugLocation( in emitLocation()
/external/llvm/include/llvm/IR/
DIRBuilder.h98 SetCurrentDebugLocation(I->getDebugLoc()); in SetInsertPoint()
107 SetCurrentDebugLocation(IP->getDebugLoc()); in SetInsertPoint()
111 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function
204 Builder.SetCurrentDebugLocation(DbgLoc); in ~InsertPointGuard()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp618 Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc()); in simplifyRelocatesOffABase()
1159 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedLoad()
1302 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedStore()
1423 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedGather()
1556 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedScatter()
1671 Builder.SetCurrentDebugLocation(CountZeros->getDebugLoc()); in despeculateCountZeros()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp88 CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc()); in init()
94 CGF->Builder.SetCurrentDebugLocation( in init()
111 CGF.Builder.SetCurrentDebugLocation(std::move(Loc)); in ApplyDebugLocation()
118 CGF->Builder.SetCurrentDebugLocation(std::move(OriginalLocation)); in ~ApplyDebugLocation()
2793 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLocation()
2812 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLexicalBlockStart()
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp904 Builder.SetCurrentDebugLocation(ToReplace->getNextNode()->getDebugLoc()); in ReplaceWithStatepoint()
DRewriteStatepointsForGC.cpp1475 Builder.SetCurrentDebugLocation(ToReplace->getNextNode()->getDebugLoc()); in makeStatepointExplicitImpl()
1506 Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc()); in makeStatepointExplicitImpl()
1990 Builder.SetCurrentDebugLocation(IP->getDebugLoc()); in splitVectorValues()
DSROA.cpp2269 IRB.SetCurrentDebugLocation(OldUserI->getDebugLoc()); in visit()
2926 PtrBuilder.SetCurrentDebugLocation(OldPtr->getDebugLoc()); in visitPHINode()
DGVN.cpp1197 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in GetLoadValueForLoad()
DLoopStrengthReduce.cpp2941 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc()); in GenerateIVChain()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2108 Builder.SetCurrentDebugLocation(VL0->getDebugLoc()); in setInsertPointAfterBundle()
2196 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree()
2218 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree()
3799 Builder.SetCurrentDebugLocation(Loc); in tryToReduce()
3809 Builder.SetCurrentDebugLocation( in tryToReduce()
DLoopVectorize.cpp599 B.SetCurrentDebugLocation(Inst->getDebugLoc()); in setDebugLocFromInst()
601 B.SetCurrentDebugLocation(DebugLoc()); in setDebugLocFromInst()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1802 Builder.SetCurrentDebugLocation(IsomorphicInc->getDebugLoc()); in replaceCongruentIVs()
1816 Builder.SetCurrentDebugLocation(Phi->getDebugLoc()); in replaceCongruentIVs()
/external/llvm/docs/tutorial/
DLangImpl8.rst342 Builder.SetCurrentDebugLocation(
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2916 Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc()); in SimplifyTerminatorOnSelect()
3125 Builder.SetCurrentDebugLocation(SI->getDebugLoc()); in TryToSimplifyUncondBranchWithICmpInIt()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2817 Builder->SetCurrentDebugLocation(I->getDebugLoc()); in run()
/external/llvm/lib/IR/
DCore.cpp2208 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc(Loc)); in LLVMSetCurrentDebugLocation()