Home
last modified time | relevance | path

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

12

/external/llvm/unittests/Transforms/Utils/
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()
/external/llvm/bindings/go/llvm/
DIRBindings.cpp97 unwrap(Bref)->SetCurrentDebugLocation( in LLVMSetCurrentDebugLocation2()
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp540 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
563 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
DAddressSanitizer.cpp2056 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
2117 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
2124 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
2132 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
2136 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h115 Builder.SetCurrentDebugLocation(DbgLoc); in ~SCEVInsertPointGuard()
/external/llvm/lib/CodeGen/
DStackProtector.cpp451 B.SetCurrentDebugLocation(DebugLoc::get(0, 0, F->getSubprogram())); in CreateFailBB()
DCodeGenPrepare.cpp647 Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc()); in simplifyRelocatesOffABase()
1197 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedLoad()
1340 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedStore()
1461 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedGather()
1594 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedScatter()
1709 Builder.SetCurrentDebugLocation(CountZeros->getDebugLoc()); in despeculateCountZeros()
/external/swiftshader/third_party/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/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp832 return Builder.SetCurrentDebugLocation(DebugLoc()); in emitLocation()
838 Builder.SetCurrentDebugLocation( in emitLocation()
/external/llvm/include/llvm/IR/
DIRBuilder.h120 SetCurrentDebugLocation(I->getDebugLoc()); in SetInsertPoint()
129 SetCurrentDebugLocation(IP->getDebugLoc()); in SetInsertPoint()
133 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function
226 Builder.SetCurrentDebugLocation(DbgLoc); in ~InsertPointGuard()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp89 CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc()); in init()
95 CGF->Builder.SetCurrentDebugLocation( in init()
112 CGF.Builder.SetCurrentDebugLocation(std::move(Loc)); in ApplyDebugLocation()
119 CGF->Builder.SetCurrentDebugLocation(std::move(OriginalLocation)); in ~ApplyDebugLocation()
2991 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLocation()
3010 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLexicalBlockStart()
DCodeGenFunction.cpp2007 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2131 Builder.SetCurrentDebugLocation(VL0->getDebugLoc()); in setInsertPointAfterBundle()
2218 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree()
2240 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree()
4099 Builder.SetCurrentDebugLocation(Loc); in tryToReduce()
4109 Builder.SetCurrentDebugLocation( in tryToReduce()
DLoopVectorize.cpp652 B.SetCurrentDebugLocation(Inst->getDebugLoc()); in setDebugLocFromInst()
654 B.SetCurrentDebugLocation(DebugLoc()); in setDebugLocFromInst()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1367 Builder.SetCurrentDebugLocation(ToReplace->getNextNode()->getDebugLoc()); in makeStatepointExplicitImpl()
1398 Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc()); in makeStatepointExplicitImpl()
DLoopRerollPass.cpp1542 Builder.SetCurrentDebugLocation(BI->getDebugLoc()); in replaceIV()
DSROA.cpp2253 IRB.SetCurrentDebugLocation(OldUserI->getDebugLoc()); in visit()
2910 PtrBuilder.SetCurrentDebugLocation(OldPtr->getDebugLoc()); in visitPHINode()
DGVN.cpp1052 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in GetLoadValueForLoad()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1867 Builder.SetCurrentDebugLocation(IsomorphicInc->getDebugLoc()); in replaceCongruentIVs()
1882 Builder.SetCurrentDebugLocation(Phi->getDebugLoc()); in replaceCongruentIVs()
/external/llvm/docs/tutorial/
DLangImpl09.rst342 Builder.SetCurrentDebugLocation(
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp1852 Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc()); in SimplifyTerminatorOnSelect()
2024 Builder.SetCurrentDebugLocation(SI->getDebugLoc()); in TryToSimplifyUncondBranchWithICmpInIt()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1997 Builder->SetCurrentDebugLocation(I->getDebugLoc()); in DoOneIteration()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp1008 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in GetLoadValueForLoad()
DSimplifyLibCalls.cpp1625 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in runOnFunction()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3031 Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc()); in SimplifyTerminatorOnSelect()
3242 Builder.SetCurrentDebugLocation(SI->getDebugLoc()); in TryToSimplifyUncondBranchWithICmpInIt()

12