Searched refs:EntryLoc (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 897 DebugLoc EntryLoc; in InjectCoverageAtBlock() local 900 EntryLoc = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock() 906 EntryLoc = IP->getDebugLoc(); in InjectCoverageAtBlock() 907 if (!EntryLoc) in InjectCoverageAtBlock() 909 EntryLoc = DILocation::get(SP->getContext(), 0, 0, SP); in InjectCoverageAtBlock() 913 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 344 SourceLocation EntryLoc; member 360 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation() 824 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc(); in findBlockLocations() 842 CurrBlockInfo->EntryLoc = CS->getStmt()->getBeginLoc(); in findBlockLocations() 850 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations() 2437 CurrBlockInfo->EntryLoc, in runAnalysis() 2519 intersectAndWarn(LoopEnd->ExitSet, PreLoop->EntrySet, PreLoop->EntryLoc, in runAnalysis()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 1377 VarLoc EntryLoc = VarLoc::CreateEntryLoc(EntryVL.MI, LS, EntryVL.Expr, in emitEntryValues() local 1379 LocIndices EntryValueIDs = VarLocIDs.insert(EntryLoc); in emitEntryValues() 1381 OpenRanges.insert(EntryValueIDs, EntryLoc); in emitEntryValues()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1945 PathDiagnosticLocation EntryLoc = in dropFunctionEntryEdge() local 1947 if (FirstEdge->getStartLocation() != EntryLoc) in dropFunctionEntryEdge()
|