Home
last modified time | relevance | path

Searched refs:EntryLoc (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp527 DebugLoc EntryLoc; in InjectCoverageAtBlock() local
530 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp754 DebugLoc EntryLoc; in InjectCoverageAtBlock() local
757 EntryLoc = DebugLoc::get(SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()
763 EntryLoc = IP->getDebugLoc(); in InjectCoverageAtBlock()
767 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
/external/clang/lib/Analysis/
DThreadSafety.cpp308 SourceLocation EntryLoc; // Location of first statement in block member
317 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()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2512 PathDiagnosticLocation EntryLoc = PathDiagnosticLocation::createBegin(D, SM); in dropFunctionEntryEdge() local
2513 if (FirstEdge->getStartLocation() != EntryLoc) in dropFunctionEntryEdge()