/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 53 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 …]
|
D | CGDeclCXX.cpp | 527 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()
|
D | CodeGenFunction.cpp | 330 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()
|
D | CGBlocks.cpp | 1124 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()
|
D | CGDebugInfo.cpp | 61 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()
|
D | CGStmt.cpp | 636 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt() 645 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
|
D | CGExprComplex.cpp | 98 ApplyDebugLocation DL(CGF, E); in Visit()
|
D | CGExprAgg.cpp | 103 ApplyDebugLocation DL(CGF, E); in Visit()
|
D | CGDecl.cpp | 1185 auto DL = ApplyDebugLocation::CreateDefaultArtificial(*this, D.getLocation()); in EmitAutoVarInit()
|
D | CGOpenMPRuntime.cpp | 1829 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()
|
D | CGException.cpp | 751 auto DL = ApplyDebugLocation::CreateDefaultArtificial(*this, CurEHLocation); in EmitLandingPad()
|
D | CGExprCXX.cpp | 1102 ApplyDebugLocation DL(CGF, E); in EmitNewInitializer()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 57 friend class ApplyDebugLocation; variable 742 class ApplyDebugLocation { 745 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty, 753 ApplyDebugLocation(CodeGenFunction &CGF, SourceLocation TemporaryLocation); 754 ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E); 755 ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc); 756 ApplyDebugLocation(ApplyDebugLocation &&Other) : CGF(Other.CGF) { in ApplyDebugLocation() function 759 ApplyDebugLocation &operator=(ApplyDebugLocation &&) = default; 761 ~ApplyDebugLocation(); 774 static ApplyDebugLocation CreateArtificial(CodeGenFunction &CGF) { in CreateArtificial() [all …]
|
D | CGDeclCXX.cpp | 251 auto AL = ApplyDebugLocation::CreateArtificial(CGF); in createAtExitStub() 683 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalVarDeclInitFunc() 708 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalInitFunc() 712 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalInitFunc() 767 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalCleanUpFunc() 771 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalCleanUpFunc() 820 auto AL = ApplyDebugLocation::CreateArtificial(*this); in generateDestroyHelper()
|
D | CodeGenFunction.cpp | 371 Optional<ApplyDebugLocation> AL; in FinishFunction() 378 AL = ApplyDebugLocation::CreateDefaultArtificial(*this, EndLoc); in FinishFunction() 401 ApplyDebugLocation AL(*this, Loc); in FinishFunction() 1550 ApplyDebugLocation DL(*this, Cond); in EmitBranchOnBoolExpr() 1607 ApplyDebugLocation DL(*this, Cond); in EmitBranchOnBoolExpr() 1667 ApplyDebugLocation DL(*this, Cond); in EmitBranchOnBoolExpr() 1714 ApplyDebugLocation DL(*this, Cond); in EmitBranchOnBoolExpr()
|
D | CGVTables.cpp | 270 auto NL = ApplyDebugLocation::CreateEmpty(*this); in StartThunk() 274 auto AL = ApplyDebugLocation::CreateArtificial(*this); in StartThunk() 452 auto AL = ApplyDebugLocation::CreateArtificial(*this); in generateThunk()
|
D | CGDebugInfo.cpp | 80 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, in ApplyDebugLocation() function in ApplyDebugLocation 86 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, in ApplyDebugLocation() function in ApplyDebugLocation 93 void ApplyDebugLocation::init(SourceLocation TemporaryLocation, in init() 122 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E) in ApplyDebugLocation() function in ApplyDebugLocation 127 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc) in ApplyDebugLocation() function in ApplyDebugLocation 138 ApplyDebugLocation::~ApplyDebugLocation() { in ~ApplyDebugLocation()
|
D | CGOpenMPRuntimeGPU.cpp | 1760 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitGenericVarsProlog() 1766 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitGenericVarsProlog() 2028 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitGenericVarsEpilog() 2238 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitNonSPMDParallelCall() 2252 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitNonSPMDParallelCall() 2257 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitNonSPMDParallelCall() 2912 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction() 3029 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction() 4093 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitReduction()
|
D | CGBlocks.cpp | 1419 ApplyDebugLocation Scope(*this, StartLoc); in setBlockContextParameter() 1527 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateBlockFunction() 1963 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCopyHelperFunction() 2160 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateDestroyHelperFunction()
|
D | CGOpenMPRuntime.cpp | 1812 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitThreadPrivateVarDefinition() 1816 auto AL = ApplyDebugLocation::CreateArtificial(DtorCGF); in emitThreadPrivateVarDefinition() 1918 auto NL = ApplyDebugLocation::CreateEmpty(CtorCGF); in emitDeclareTargetVarDefinition() 1921 auto AL = ApplyDebugLocation::CreateArtificial(CtorCGF); in emitDeclareTargetVarDefinition() 1956 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitDeclareTargetVarDefinition() 1961 auto AL = ApplyDebugLocation::CreateArtificial(DtorCGF); in emitDeclareTargetVarDefinition() 2045 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitIfClause() 2049 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitIfClause() 2772 auto DL = ApplyDebugLocation::CreateDefaultArtificial(CGF, Loc); in emitForStaticInit() 2807 auto DL = ApplyDebugLocation::CreateDefaultArtificial(CGF, Loc); in emitForStaticFinish() [all …]
|
D | CGStmt.cpp | 743 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt() 752 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
|
D | CGNonTrivialStruct.cpp | 835 auto SetArtificialLoc = ApplyDebugLocation::CreateArtificial(CGF); in callSpecialFunction()
|
D | CGExprComplex.cpp | 96 ApplyDebugLocation DL(CGF, E); in Visit()
|
D | CGExprScalar.cpp | 408 ApplyDebugLocation DL(CGF, E); in Visit() 4212 auto NL = ApplyDebugLocation::CreateEmpty(CGF); in VisitBinLAnd() 4220 auto NL = ApplyDebugLocation::CreateArtificial(CGF); in VisitBinLAnd()
|
D | CGException.cpp | 789 auto DL = ApplyDebugLocation::CreateDefaultArtificial(*this, CurEHLocation); in EmitLandingPad()
|