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

/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp154 /// unseenObjects - LibgccObjects not parsed yet by the unwinding runtime.
156 struct LibgccObject* unseenObjects; member in struct:__anon21235::LibgccObjectInfo
188 ob->fde_end = (char*)LOI->unseenObjects;
189 ob->next = LOI->unseenObjects;
191 // Update the key's unseenObjects list.
192 LOI->unseenObjects = ob;

Completed in 114 milliseconds