Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp949 DebugLoc EntryLoc; in InjectCoverageAtBlock() local
952 EntryLoc = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()
960 if (EntryLoc) in InjectCoverageAtBlock()
961 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
/freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1966 PathDiagnosticLocation EntryLoc = in dropFunctionEntryEdge() local
1968 if (FirstEdge->getStartLocation() != EntryLoc) in dropFunctionEntryEdge()