Home
last modified time | relevance | path

Searched defs:EntryFn (Results 1 – 4 of 4) sorted by relevance

/freebsd/tests/sys/capsicum/
H A Doverhead.cc21 typedef int (*EntryFn)(void); typedef
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILTranslateMetadata.cpp205 MDTuple *constructEntryMetadata(const Function *EntryFn, MDTuple *Signatures, in constructEntryMetadata()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp434 Function *EntryFn = in emitEntryFunction() local
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp631 Function *EntryFn = Mod->getFunction(EntryFunc); in main() local