Home
last modified time | relevance | path

Searched refs:EntryFunc (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/lli/
Dlli.cpp144 EntryFunc("entry-function", variable
599 Function *EntryFn = Mod->getFunction(EntryFunc); in main()
601 errs() << '\'' << EntryFunc << "\' function not found in module.\n"; in main()