Searched refs:PrevEntry (Results 1 – 6 of 6) sorted by relevance
200 jit_code_entry* PrevEntry = JITCodeEntry->prev_entry; in deregisterObjectInternal() local204 NextEntry->prev_entry = PrevEntry; in deregisterObjectInternal()206 if (PrevEntry) { in deregisterObjectInternal()207 PrevEntry->next_entry = NextEntry; in deregisterObjectInternal()
214 jit_code_entry* PrevEntry = JITCodeEntry->prev_entry; in deregisterObjectInternal() local218 NextEntry->prev_entry = PrevEntry; in deregisterObjectInternal()220 if (PrevEntry) { in deregisterObjectInternal()221 PrevEntry->next_entry = NextEntry; in deregisterObjectInternal()
243 if (const LineEntry *PrevEntry = in AddLineNote() local245 IncludeOffset = PrevEntry->IncludeOffset; in AddLineNote()1043 const SrcMgr::SLocEntry &PrevEntry = getSLocEntry(PrevFID, &Invalid); in isAtStartOfImmediateMacroExpansion() local1046 if (PrevEntry.isExpansion() && in isAtStartOfImmediateMacroExpansion()1047 PrevEntry.getExpansion().getExpansionLocStart() == ExpLoc) in isAtStartOfImmediateMacroExpansion()
196 CachedBlock PrevEntry = Quarantine[QuarantinePos]; in store() local200 Entry = PrevEntry; in store()
901 auto PrevEntry = std::next(CurEntry); in buildLocationList() local902 if (PrevEntry != DebugLoc.rend() && PrevEntry->MergeRanges(*CurEntry)) in buildLocationList()
1520 auto PrevEntry = std::next(CurEntry); in buildLocationList() local1521 if (PrevEntry != DebugLoc.rend() && PrevEntry->MergeRanges(*CurEntry)) in buildLocationList()