Searched refs:getCurrentDebugLocation (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h187 if (IRB.getCurrentDebugLocation())
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h131 DbgLoc(B.getCurrentDebugLocation()), SE(SE) {
367 DebugLoc getCurrentDebugLocation() const { function in class:llvm::SCEVExpander
368 return Builder.getCurrentDebugLocation();
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp205 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation());
H A DCGDebugInfo.cpp105 OriginalLocation = CGF->Builder.getCurrentDebugLocation();
138 OriginalLocation = CGF.Builder.getCurrentDebugLocation();
160 CGF.Builder.getCurrentDebugLocation()->getInlinedAt()) &&
4430 setInlinedAt(Builder.getCurrentDebugLocation());
H A DCGExpr.cpp3482 if (!CGF.Builder.getCurrentDebugLocation()) {
3820 Builder.getCurrentDebugLocation());
H A DCGClass.cpp1658 DI->setInlinedAt(CGF.Builder.getCurrentDebugLocation());
H A DCodeGenFunction.cpp2695 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation());
H A DCGExprScalar.cpp4669 PN->setDebugLoc(Builder.getCurrentDebugLocation());
H A DCGStmtOpenMP.cpp3921 Builder.getCurrentDebugLocation(), CLI, AllocaIP, NeedsBarrier,
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp187 auto DebugLoc = IRB.getCurrentDebugLocation();
H A DMemorySanitizer.cpp1360 if (shouldDisambiguateWarningLocation(IRB.getCurrentDebugLocation())) {
1368 if (NewDebugLoc && NewDebugLoc != IRB.getCurrentDebugLocation()) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h584 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {}
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp63 DebugLoc IRBuilderBase::getCurrentDebugLocation() const { function in class:IRBuilderBase
H A DCore.cpp3098 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode());
3117 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1276 DebugLoc DL = B.getCurrentDebugLocation();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h234 DebugLoc getCurrentDebugLocation() const;
378 DbgLoc(B.getCurrentDebugLocation()) {}
/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp298 DebugLoc DebugLoc = Builder.getCurrentDebugLocation();
325 DebugLoc DebugLoc = Builder.getCurrentDebugLocation();
339 DebugLoc DebugLoc = Builder.getCurrentDebugLocation();

Completed in 231 milliseconds