Home
last modified time | relevance | path

Searched refs:ApplyDebugLocation (Results 1 – 16 of 16) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.h50 friend class ApplyDebugLocation; variable
497 class ApplyDebugLocation {
500 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
508 ApplyDebugLocation(CodeGenFunction &CGF, SourceLocation TemporaryLocation);
509 ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E);
510 ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc);
512 ~ApplyDebugLocation();
525 static ApplyDebugLocation CreateArtificial(CodeGenFunction &CGF) { in CreateArtificial()
526 return ApplyDebugLocation(CGF, false, SourceLocation()); in CreateArtificial()
531 static ApplyDebugLocation
[all …]
HDCGDeclCXX.cpp503 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalInitFunc()
507 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalInitFunc()
554 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalDtorsFunc()
558 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalDtorsFunc()
HDCGDebugInfo.cpp57 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, in ApplyDebugLocation() function in ApplyDebugLocation
63 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, in ApplyDebugLocation() function in ApplyDebugLocation
70 void ApplyDebugLocation::init(SourceLocation TemporaryLocation, in init()
88 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E) in ApplyDebugLocation() function in ApplyDebugLocation
93 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc) in ApplyDebugLocation() function in ApplyDebugLocation
102 ApplyDebugLocation::~ApplyDebugLocation() { in ~ApplyDebugLocation()
HDCodeGenFunction.cpp273 ApplyDebugLocation AL(*this, Loc); in FinishFunction()
1082 ApplyDebugLocation DL(*this, Cond); in EmitBranchOnBoolExpr()
1131 ApplyDebugLocation DL(*this, Cond); in EmitBranchOnBoolExpr()
1185 ApplyDebugLocation DL(*this, Cond); in EmitBranchOnBoolExpr()
1219 ApplyDebugLocation DL(*this, Cond); in EmitBranchOnBoolExpr()
HDCGBlocks.cpp1184 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateBlockFunction()
1333 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCopyHelperFunction()
1336 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCopyHelperFunction()
1506 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateDestroyHelperFunction()
1508 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateDestroyHelperFunction()
HDCGStmt.cpp575 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
584 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
HDCGExprComplex.cpp98 ApplyDebugLocation DL(CGF, E); in Visit()
HDCGExprAgg.cpp103 ApplyDebugLocation DL(CGF, E); in Visit()
HDCGOpenMPRuntime.cpp1134 auto NL = ApplyDebugLocation::CreateEmpty(CGF); in emitOMPIfClause()
1143 auto NL = ApplyDebugLocation::CreateEmpty(CGF); in emitOMPIfClause()
HDCGException.cpp698 auto DL = ApplyDebugLocation::CreateDefaultArtificial(*this, CurEHLocation); in EmitLandingPad()
HDCGDecl.cpp1107 auto DL = ApplyDebugLocation::CreateDefaultArtificial(*this, D.getLocation()); in EmitAutoVarInit()
HDCGExprCXX.cpp1044 ApplyDebugLocation DL(CGF, E); in EmitNewInitializer()
HDCGExprScalar.cpp200 ApplyDebugLocation DL(CGF, E); in Visit()
3125 auto NL = ApplyDebugLocation::CreateEmpty(CGF); in VisitBinLAnd()
HDCGClass.cpp576 ApplyDebugLocation Loc(CGF, MemberInit->getSourceLocation()); in EmitMemberInitializer()
HDCodeGenFunction.h540 ApplyDebugLocation DL(CGF, Range.getEnd()); in ~LexicalScope()
HDCGExpr.cpp832 ApplyDebugLocation DL(*this, E); in EmitLValue()