Searched refs:EntryLoc (Results 1 – 4 of 4) sorted by relevance
527 DebugLoc EntryLoc; in InjectCoverageAtBlock() local530 EntryLoc = DebugLoc::get(SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()536 EntryLoc = IP->getDebugLoc(); in InjectCoverageAtBlock()540 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()563 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
754 DebugLoc EntryLoc; in InjectCoverageAtBlock() local757 EntryLoc = DebugLoc::get(SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()763 EntryLoc = IP->getDebugLoc(); in InjectCoverageAtBlock()767 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
308 SourceLocation EntryLoc; // Location of first statement in block member317 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()780 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart(); in findBlockLocations()799 CurrBlockInfo->EntryLoc = CS->getStmt()->getLocStart(); in findBlockLocations()807 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()2253 CurrBlockInfo->EntryLoc, in runAnalysis()2340 PreLoop->EntryLoc, in runAnalysis()
2512 PathDiagnosticLocation EntryLoc = PathDiagnosticLocation::createBegin(D, SM); in dropFunctionEntryEdge() local2513 if (FirstEdge->getStartLocation() != EntryLoc) in dropFunctionEntryEdge()