search for: walk_all_functions

Displaying 2 results from an estimated 2 matches for "walk_all_functions".

2008 Nov 25
2
[LLVMdev] RFA: tree-nested.c
I'm getting a crash with some Objective-C code that involves "blocks". Basically, it gets to this "walk_all_functions" call and fails: lower_nested_functions (tree fndecl, bool skip_outermost_fndecl) { ... #ifdef ENABLE_LLVM walk_all_functions (construct_reverse_callgraph, root); propagate_chains (root); #endif ... } The construct_reverse_callgraph calls lookup_context_for_decl, where it crashes: look...
2008 Nov 26
0
[LLVMdev] RFA: tree-nested.c
> What are the assumptions going into this "walk_all_functions" call? > Should the code have been placed into some nesting info slot or > something? Hi Bill, should I think about this or is it fixed already? D.