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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp76 StringRef EntryFunc = F.getFnAttribute(EntryAttr).getValueAsString(); local
85 if (!EntryFunc.empty()) {
90 insertCall(F, EntryFunc, &*F.begin()->getFirstInsertionPt(), DL);
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp161 Function *EntryFunc = M->getFunction("foo"); local
162 if (!EntryFunc)
198 LLVMFunc f = reinterpret_cast<LLVMFunc>(EE->getPointerToFunction(EntryFunc));
/netbsd-current/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp175 EntryFunc("entry-function",
631 Function *EntryFn = Mod->getFunction(EntryFunc);
634 << '\'' << EntryFunc << "\' function not found in module.\n"; local
1069 JITEvaluatedSymbol MainSym = ExitOnErr(J->lookup(EntryFunc));

Completed in 192 milliseconds