Lines Matching refs:Builder
81 OriginalLocation = CGF->Builder.getCurrentDebugLocation();
83 DI->EmitLocation(CGF->Builder, TemporaryLocation);
88 CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc());
94 CGF->Builder.SetCurrentDebugLocation(
109 OriginalLocation = CGF.Builder.getCurrentDebugLocation();
111 CGF.Builder.SetCurrentDebugLocation(std::move(Loc));
118 CGF->Builder.SetCurrentDebugLocation(std::move(OriginalLocation));
2669 llvm::Function *Fn, CGBuilderTy &Builder) {
2785 void CGDebugInfo::EmitLocation(CGBuilderTy &Builder, SourceLocation Loc) {
2793 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(
2806 void CGDebugInfo::EmitLexicalBlockStart(CGBuilderTy &Builder,
2812 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(
2822 void CGDebugInfo::EmitLexicalBlockEnd(CGBuilderTy &Builder,
2827 EmitLocation(Builder, Loc);
2835 void CGDebugInfo::EmitFunctionEnd(CGBuilderTy &Builder) {
2843 EmitLocation(Builder, CurLoc);
2924 CGBuilderTy &Builder) {
2996 Builder.GetInsertBlock());
3028 Builder.GetInsertBlock());
3045 Builder.GetInsertBlock());
3050 CGBuilderTy &Builder) {
3052 EmitDeclare(VD, Storage, llvm::None, Builder);
3064 const VarDecl *VD, llvm::Value *Storage, CGBuilderTy &Builder,
3069 if (Builder.GetInsertBlock() == nullptr)
3128 Builder.GetInsertBlock());
3133 CGBuilderTy &Builder) {
3135 EmitDeclare(VD, AI, ArgNo, Builder);
3152 CGBuilderTy &Builder) {
3285 llvm::DebugLoc::get(line, column, scope), Builder.GetInsertBlock());
3291 Builder.GetInsertBlock());