Searched refs:EntryPoint (Results 1 – 17 of 17) sorted by relevance
19 import com.google.gwt.core.client.EntryPoint;26 public class GuavaTestsEntryPoint implements EntryPoint {
19 import com.google.gwt.core.client.EntryPoint;26 public class ForceGuavaCompilationEntryPoint implements EntryPoint {
19 import com.google.gwt.core.client.EntryPoint;26 public class TestModuleEntryPoint implements EntryPoint {
64 EntryPoint("entry", variable308 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput()310 return Error("no definition for '" + EntryPoint + "'"); in executeInput()323 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
8775 SmallString<128> EntryPoint; in ConstructJob() local8807 EntryPoint.append("_"); in ConstructJob()8820 EntryPoint.append("_DllMainCRTStartup"); in ConstructJob()8823 EntryPoint.append("_DllMainCRTStartup@12"); in ConstructJob()8833 CmdArgs.push_back(Args.MakeArgString(EntryPoint)); in ConstructJob()8835 EntryPoint.append("mainCRTStartup"); in ConstructJob()8843 CmdArgs.push_back(Args.MakeArgString(EntryPoint)); in ConstructJob()