Searched refs:EntryPoint (Results 1 – 13 of 13) sorted by relevance
72 SmallString<128> EntryPoint; in ConstructJob() local108 EntryPoint.append("_"); in ConstructJob()123 EntryPoint.append("_DllMainCRTStartup"); in ConstructJob()126 EntryPoint.append("_DllMainCRTStartup@12"); in ConstructJob()137 CmdArgs.push_back(Args.MakeArgString(EntryPoint)); in ConstructJob()139 EntryPoint.append("mainCRTStartup"); in ConstructJob()146 CmdArgs.push_back(Args.MakeArgString(EntryPoint)); in ConstructJob()
36 uint32_t EntryPoint; member
143 uint32_t EntryPoint; member
416 uint32_t EntryPoint; member
519 uint32_t EntryPoint; member
491 uint32_t EntryPoint; member
457 uint32_t EntryPoint; member
564 uint32_t EntryPoint; member
1950 JITEvaluatedSymbol EntryPoint; in getEntryPoint() local1955 EntryPoint = *EP; in getEntryPoint()1960 << "\": " << formatv("{0:x16}", EntryPoint.getAddress()) << "\n"; in getEntryPoint()1967 EntryPoint = *EP; in getEntryPoint()1972 << formatv("{0:x16}", EntryPoint.getAddress()) << ")\n"; in getEntryPoint()1976 return EntryPoint; in getEntryPoint()2040 Expected<JITEvaluatedSymbol> EntryPoint(nullptr); in main() local2042 ExpectedAsOutParameter<JITEvaluatedSymbol> _(&EntryPoint); in main()2044 EntryPoint = getEntryPoint(*S); in main()2056 if (!EntryPoint) { in main()[all …]
126 uint32_t EntryPoint; member
78 EntryPoint("entry", cl::desc("Function to call as entry point."), variable595 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput()597 ErrorAndExit("no definition for '" + EntryPoint + "'"); in executeInput()614 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
1082 auto EntryPoint = EntryPointSym.toPtr<EntryPointPtr>(); in runOrcJIT() local1083 AltEntryThreads.push_back(std::thread([EntryPoint]() { EntryPoint(); })); in runOrcJIT()
514 =EntryPoint: A subroutine entry point.