Searched refs:EntryPoint (Results 1 – 7 of 7) sorted by relevance
43 EntryPoint("entry", variable120 void *MainAddress = Dyld.getSymbolAddress(EntryPoint); in executeInput()122 return Error("no definition for '" + EntryPoint + "'"); in executeInput()135 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
19 import com.google.gwt.core.client.EntryPoint;26 public class TestModuleEntryPoint implements EntryPoint {