Searched refs:EntryLoc (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 341 SourceLocation EntryLoc; member 357 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation() 818 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc(); in findBlockLocations() 836 CurrBlockInfo->EntryLoc = CS->getStmt()->getBeginLoc(); in findBlockLocations() 844 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations() 849 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations() 850 BlockInfo[(*CurrBlock->succ_begin())->getBlockID()].EntryLoc; in findBlockLocations() 2386 CurrBlockInfo->EntrySet, PrevLockset, CurrBlockInfo->EntryLoc, in runAnalysis() 2441 intersectAndWarn(PreLoop->EntrySet, LoopEnd->ExitSet, PreLoop->EntryLoc, in runAnalysis()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 937 DebugLoc EntryLoc; in InjectCoverageAtBlock() local 940 EntryLoc = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock() 948 if (EntryLoc) in InjectCoverageAtBlock() 949 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 1410 VarLoc EntryLoc = VarLoc::CreateEntryLoc(EntryVL.MI, LS, EntryVL.Expr, in emitEntryValues() local 1412 LocIndices EntryValueIDs = VarLocIDs.insert(EntryLoc); in emitEntryValues() 1416 OpenRanges.insert(EntryValueIDs, EntryLoc); in emitEntryValues()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1953 PathDiagnosticLocation EntryLoc = in dropFunctionEntryEdge() local 1955 if (FirstEdge->getStartLocation() != EntryLoc) in dropFunctionEntryEdge()
|