Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.h53 friend class ApplyDebugLocation; variable
539 class ApplyDebugLocation {
542 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
550 ApplyDebugLocation(CodeGenFunction &CGF, SourceLocation TemporaryLocation);
551 ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E);
552 ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc);
553 ApplyDebugLocation(ApplyDebugLocation &&Other) : CGF(Other.CGF) { in ApplyDebugLocation() function
557 ~ApplyDebugLocation();
570 static ApplyDebugLocation CreateArtificial(CodeGenFunction &CGF) { in CreateArtificial()
571 return ApplyDebugLocation(CGF, false, SourceLocation()); in CreateArtificial()
[all …]
DCGDeclCXX.cpp527 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalInitFunc()
531 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalInitFunc()
578 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalDtorsFunc()
582 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalDtorsFunc()
DCodeGenFunction.cpp330 ApplyDebugLocation AL(*this, Loc); in FinishFunction()
410 auto NL = ApplyDebugLocation::CreateArtificial(*this); in EmitFunctionInstrumentation()
1225 ApplyDebugLocation DL(*this, Cond); in EmitBranchOnBoolExpr()
1274 ApplyDebugLocation DL(*this, Cond); in EmitBranchOnBoolExpr()
1328 ApplyDebugLocation DL(*this, Cond); in EmitBranchOnBoolExpr()
1375 ApplyDebugLocation DL(*this, Cond); in EmitBranchOnBoolExpr()
DCGBlocks.cpp1124 ApplyDebugLocation Scope(*this, StartLoc); in setBlockContextParameter()
1209 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateBlockFunction()
1358 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCopyHelperFunction()
1361 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCopyHelperFunction()
1533 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateDestroyHelperFunction()
1535 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateDestroyHelperFunction()
DCGDebugInfo.cpp61 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, in ApplyDebugLocation() function in ApplyDebugLocation
67 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, in ApplyDebugLocation() function in ApplyDebugLocation
74 void ApplyDebugLocation::init(SourceLocation TemporaryLocation, in init()
99 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E) in ApplyDebugLocation() function in ApplyDebugLocation
104 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc) in ApplyDebugLocation() function in ApplyDebugLocation
115 ApplyDebugLocation::~ApplyDebugLocation() { in ~ApplyDebugLocation()
DCGStmt.cpp636 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
645 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
DCGExprComplex.cpp98 ApplyDebugLocation DL(CGF, E); in Visit()
DCGExprAgg.cpp103 ApplyDebugLocation DL(CGF, E); in Visit()
DCGDecl.cpp1185 auto DL = ApplyDebugLocation::CreateDefaultArtificial(*this, D.getLocation()); in EmitAutoVarInit()
DCGOpenMPRuntime.cpp1829 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitThreadPrivateVarDefinition()
1833 auto AL = ApplyDebugLocation::CreateArtificial(DtorCGF); in emitThreadPrivateVarDefinition()
1921 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitOMPIfClause()
1925 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitOMPIfClause()
DCGException.cpp751 auto DL = ApplyDebugLocation::CreateDefaultArtificial(*this, CurEHLocation); in EmitLandingPad()
DCGExprCXX.cpp1102 ApplyDebugLocation DL(CGF, E); in EmitNewInitializer()
DCGExprScalar.cpp204 ApplyDebugLocation DL(CGF, E); in Visit()
3096 auto NL = ApplyDebugLocation::CreateEmpty(CGF); in VisitBinLAnd()
DCGClass.cpp700 ApplyDebugLocation Loc(CGF, MemberInit->getSourceLocation()); in EmitMemberInitializer()
DCodeGenFunction.h565 ApplyDebugLocation DL(CGF, Range.getEnd()); in ~LexicalScope()
DCGExpr.cpp971 ApplyDebugLocation DL(*this, E); in EmitLValue()