Home | History | Annotate | Download | only in IPO

Lines Matching refs:In

10 // This pass loops over all of the functions in the input module, looking for a
89 std::ifstream In(Filename);
90 if (!In.good()) {
95 while (In) {
97 In >> Symbol;
108 // Return if we're not in 'all but main' mode and have no external api
112 // "main" symbol defined in the module. If so, use it, otherwise do not
127 // type of call-back in CodeGen.
130 // Mark all functions not in the api as internal.
161 // Mark all global variables with initializers that are not in the api as
176 // Mark all aliases that are not in the api as internal as well.