Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp214 jit_code_entry* PrevEntry = JITCodeEntry->prev_entry; in deregisterObjectInternal() local
218 NextEntry->prev_entry = PrevEntry; in deregisterObjectInternal()
220 if (PrevEntry) { in deregisterObjectInternal()
221 PrevEntry->next_entry = NextEntry; in deregisterObjectInternal()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDebugRegisterer.cpp175 jit_code_entry *PrevEntry = JITCodeEntry->prev_entry; in UnregisterFunctionInternal() local
178 NextEntry->prev_entry = PrevEntry; in UnregisterFunctionInternal()
180 if (PrevEntry) { in UnregisterFunctionInternal()
181 PrevEntry->next_entry = NextEntry; in UnregisterFunctionInternal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp205 jit_code_entry* PrevEntry = JITCodeEntry->prev_entry; in deregisterObjectInternal() local
209 NextEntry->prev_entry = PrevEntry; in deregisterObjectInternal()
211 if (PrevEntry) { in deregisterObjectInternal()
212 PrevEntry->next_entry = NextEntry; in deregisterObjectInternal()
/external/clang/lib/Basic/
DSourceManager.cpp243 if (const LineEntry *PrevEntry = in AddLineNote() local
245 IncludeOffset = PrevEntry->IncludeOffset; in AddLineNote()
1043 const SrcMgr::SLocEntry &PrevEntry = getSLocEntry(PrevFID, &Invalid); in isAtStartOfImmediateMacroExpansion() local
1046 if (PrevEntry.isExpansion() && in isAtStartOfImmediateMacroExpansion()
1047 PrevEntry.getExpansion().getExpansionLocStart() == ExpLoc) in isAtStartOfImmediateMacroExpansion()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp901 auto PrevEntry = std::next(CurEntry); in buildLocationList() local
902 if (PrevEntry != DebugLoc.rend() && PrevEntry->MergeRanges(*CurEntry)) in buildLocationList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1123 auto PrevEntry = std::next(CurEntry); in buildLocationList() local
1124 if (PrevEntry != DebugLoc.rend() && PrevEntry->MergeRanges(*CurEntry)) in buildLocationList()