Home
last modified time | relevance | path

Searched refs:PrevEntry (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp207 jit_code_entry* PrevEntry = JITCodeEntry->prev_entry; in deregisterObjectInternal() local
211 NextEntry->prev_entry = PrevEntry; in deregisterObjectInternal()
213 if (PrevEntry) { in deregisterObjectInternal()
214 PrevEntry->next_entry = NextEntry; in deregisterObjectInternal()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp229 if (const LineEntry *PrevEntry = in AddLineNote() local
231 IncludeOffset = PrevEntry->IncludeOffset; in AddLineNote()
1101 const SrcMgr::SLocEntry &PrevEntry = getSLocEntry(PrevFID, &Invalid); in isAtStartOfImmediateMacroExpansion() local
1104 if (PrevEntry.isExpansion() && in isAtStartOfImmediateMacroExpansion()
1105 PrevEntry.getExpansion().getExpansionLocStart() == ExpLoc) in isAtStartOfImmediateMacroExpansion()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h183 CachedBlock PrevEntry = Quarantine[QuarantinePos]; in store() local
187 Entry = PrevEntry; in store()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1766 auto PrevEntry = std::next(CurEntry); in buildLocationList() local
1767 if (PrevEntry != DebugLoc.rend() && PrevEntry->MergeRanges(*CurEntry)) in buildLocationList()