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

/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp110 // LibgccObject - This is the structure defined in libgcc. There is no #include
113 struct LibgccObject { struct in namespace:__anon21235
138 struct LibgccObject *next;
152 struct LibgccObject* seenObjects;
156 struct LibgccObject* unseenObjects;
170 // Allocate a new LibgccObject to represent this frame. Deallocation of this
174 struct LibgccObject* ob = (struct LibgccObject*)
175 malloc(sizeof(struct LibgccObject));

Completed in 369 milliseconds