Lines Matching defs:Session
1 //===---- llvm-jitlink.h - Session and format-specific decls ----*- C++ -*-===//
9 // llvm-jitlink Session class and tool utilities.
33 struct Session {
61 ~Session();
63 static Expected<std::unique_ptr<Session>> Create(Triple TT,
142 Session(std::unique_ptr<orc::ExecutorProcessControl> EPC, Error &Err);
146 Error registerELFGraphInfo(Session &S, jitlink::LinkGraph &G);
149 Error registerMachOGraphInfo(Session &S, jitlink::LinkGraph &G);
152 Error registerCOFFGraphInfo(Session &S, jitlink::LinkGraph &G);
155 void enableStatistics(Session &S, bool UsingOrcRuntime);