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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp903 DebugLoc EntryLoc; local
906 EntryLoc = DebugLoc::get(SP->getScopeLine(), 0, SP);
912 EntryLoc = IP->getDebugLoc();
916 IRB.SetCurrentDebugLocation(EntryLoc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp339 SourceLocation EntryLoc;
355 return Side == CBS_Entry ? EntryLoc : ExitLoc;
819 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc();
837 CurrBlockInfo->EntryLoc = CS->getStmt()->getBeginLoc();
845 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
2424 CurrBlockInfo->EntryLoc,
2509 PreLoop->EntryLoc,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp1140 VarLoc EntryLoc = local
1142 LocIndex EntryValueID = VarLocIDs.insert(EntryLoc);
1144 OpenRanges.insert(EntryValueID, EntryLoc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1946 PathDiagnosticLocation EntryLoc = local
1948 if (FirstEdge->getStartLocation() != EntryLoc)

Completed in 219 milliseconds