Searched refs:EntryLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 1040 DebugLoc EntryLoc; in InjectCoverageAtBlock() local 1043 EntryLoc = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock() 1051 if (EntryLoc) in InjectCoverageAtBlock() 1052 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock() 1089 if (EntryLoc) in InjectCoverageAtBlock() 1090 Store->setDebugLoc(EntryLoc); in InjectCoverageAtBlock() 1137 if (EntryLoc) in InjectCoverageAtBlock() 1138 Call->setDebugLoc(EntryLoc); in InjectCoverageAtBlock() 1154 if (EntryLoc) in InjectCoverageAtBlock() 1155 Store->setDebugLoc(EntryLoc); in InjectCoverageAtBlock()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 351 SourceLocation EntryLoc; member 367 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation() 827 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc(); in findBlockLocations() 845 CurrBlockInfo->EntryLoc = CS->getStmt()->getBeginLoc(); in findBlockLocations() 853 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations() 858 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations() 859 BlockInfo[(*CurrBlock->succ_begin())->getBlockID()].EntryLoc; in findBlockLocations() 2637 CurrBlockInfo->EntrySet, PrevLockset, CurrBlockInfo->EntryLoc, in runAnalysis() 2715 intersectAndWarn(PreLoop->EntrySet, LoopEnd->ExitSet, PreLoop->EntryLoc, in runAnalysis()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 1500 VarLoc EntryLoc = VarLoc::CreateEntryLoc(EntryVL.MI, EntryVL.Expr, in emitEntryValues() local 1502 LocIndices EntryValueIDs = VarLocIDs.insert(EntryLoc); in emitEntryValues() 1506 OpenRanges.insert(EntryValueIDs, EntryLoc); in emitEntryValues()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1983 PathDiagnosticLocation EntryLoc = in dropFunctionEntryEdge() local 1985 if (FirstEdge->getStartLocation() != EntryLoc) in dropFunctionEntryEdge()
|