| /minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/ |
| H A D | Cloning.cpp | 246 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 D | SanitizerCoverage.cpp | 279 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock() 295 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
|
| H A D | AddressSanitizer.cpp | 1655 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 D | IRBindings.cpp | 97 unwrap(Bref)->SetCurrentDebugLocation( in LLVMSetCurrentDebugLocation2()
|
| H A D | ir.go | 1204 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) { func
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 94 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 D | toy.cpp | 828 return Builder.SetCurrentDebugLocation(DebugLoc()); in emitLocation() 834 Builder.SetCurrentDebugLocation( in emitLocation()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 61 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 D | SLPVectorizer.cpp | 1896 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 D | LoopVectorize.cpp | 509 B.SetCurrentDebugLocation(Inst->getDebugLoc()); in setDebugLocFromInst() 511 B.SetCurrentDebugLocation(DebugLoc()); in setDebugLocFromInst()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionExpander.cpp | 1786 Builder.SetCurrentDebugLocation(IsomorphicInc->getDebugLoc()); in replaceCongruentIVs() 1800 Builder.SetCurrentDebugLocation(Phi->getDebugLoc()); in replaceCongruentIVs()
|
| /minix3/external/bsd/llvm/dist/llvm/docs/tutorial/ |
| H A D | LangImpl8.rst | 338 Builder.SetCurrentDebugLocation(
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 902 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedLoad() 1011 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedStore()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 2467 IRB.SetCurrentDebugLocation(OldUserI->getDebugLoc()); in visit() 3075 PtrBuilder.SetCurrentDebugLocation(OldPtr->getDebugLoc()); in visitPHINode()
|
| H A D | GVN.cpp | 1184 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in GetLoadValueForLoad()
|
| H A D | LoopStrengthReduce.cpp | 2969 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc()); in GenerateIVChain()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 2611 Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc()); in SimplifyTerminatorOnSelect() 2819 Builder.SetCurrentDebugLocation(SI->getDebugLoc()); in TryToSimplifyUncondBranchWithICmpInIt()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 2888 Builder->SetCurrentDebugLocation(I->getDebugLoc()); in DoOneIteration()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Core.cpp | 2184 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc::getFromDILocation(Loc)); in LLVMSetCurrentDebugLocation()
|