Searched refs:EntryFn (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/capsicum-test/
H A Doverhead.cc21 typedef int (*EntryFn)(void); typedef
23 double CompareSyscall(EntryFn entry_fn, int count, int nr,
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp357 Function *EntryFn = local
364 EntryFn->setAttributes(NewAttrs);
365 setHLSLEntryAttributes(FD, EntryFn);
370 BasicBlock *BB = BasicBlock::Create(Ctx, "entry", EntryFn);
/freebsd-current/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp632 Function *EntryFn = Mod->getFunction(EntryFunc); local
633 if (!EntryFn) {
681 (void)EE->getPointerToFunction(EntryFn);
687 Result = EE->runFunctionAsMain(EntryFn, InputArgv, envp);
733 orc::ExecutorAddr(EE->getFunctionAddress(EntryFn->getName().str()));
735 LLVM_DEBUG(dbgs() << "Executing '" << EntryFn->getName() << "' at 0x"

Completed in 161 milliseconds