Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp341 SourceLocation EntryLoc; member
357 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
817 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc(); in findBlockLocations()
835 CurrBlockInfo->EntryLoc = CS->getStmt()->getBeginLoc(); in findBlockLocations()
843 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
848 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
849 BlockInfo[(*CurrBlock->succ_begin())->getBlockID()].EntryLoc; in findBlockLocations()
2443 CurrBlockInfo->EntrySet, PrevLockset, CurrBlockInfo->EntryLoc, in runAnalysis()
2521 intersectAndWarn(PreLoop->EntrySet, LoopEnd->ExitSet, PreLoop->EntryLoc, in runAnalysis()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp949 DebugLoc EntryLoc; in InjectCoverageAtBlock()
952 EntryLoc = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()
960 if (EntryLoc) in InjectCoverageAtBlock()
961 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
943 DebugLoc EntryLoc; InjectCoverageAtBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1488 VarLoc EntryLoc = VarLoc::CreateEntryLoc(EntryVL.MI, EntryVL.Expr, in emitEntryValues() local
1490 LocIndices EntryValueIDs = VarLocIDs.insert(EntryLoc); in emitEntryValues()
1494 OpenRanges.insert(EntryValueIDs, EntryLoc); in emitEntryValues()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1966 PathDiagnosticLocation EntryLoc = in updateExecutedLinesWithDiagnosticPieces()
1968 if (FirstEdge->getStartLocation() != EntryLoc) in updateExecutedLinesWithDiagnosticPieces()
1954 PathDiagnosticLocation EntryLoc = dropFunctionEntryEdge() local