HomeSort by: relevance | last modified time | path
    Searched defs:Session (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAEnumSectionContribs.h 32 const DIASession &Session;
DIAEnumSourceFiles.h 31 const DIASession &Session;
DIAEnumSymbols.h 22 explicit DIAEnumSymbols(const DIASession &Session,
31 const DIASession &Session;
DIASectionContrib.h 48 const DIASession &Session;
DIASession.h 27 std::unique_ptr<IPDBSession> &Session);
29 std::unique_ptr<IPDBSession> &Session);
89 CComPtr<IDiaSession> Session;
DIARawSymbol.h 227 const DIASession &Session;
DIASourceFile.h 21 explicit DIASourceFile(const DIASession &Session,
34 const DIASession &Session;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeEnumModules.h 21 NativeEnumModules(NativeSession &Session, uint32_t Index = 0);
29 NativeSession &Session;
NativeEnumGlobals.h 25 NativeEnumGlobals(NativeSession &Session,
36 NativeSession &Session;
NativeEnumSymbols.h 25 NativeEnumSymbols(NativeSession &Session, std::vector<SymIndexId> Symbols);
35 NativeSession &Session;
NativeEnumTypes.h 26 NativeEnumTypes(NativeSession &Session,
30 NativeEnumTypes(NativeSession &Session,
41 NativeSession &Session;
NativeRawSymbol.h 232 NativeSession &Session;
NativeSourceFile.h 23 explicit NativeSourceFile(NativeSession &Session, uint32_t FileId,
34 NativeSession &Session;
NativeTypeBuiltin.h 40 NativeSession &Session;
NativeLineNumber.h 21 explicit NativeLineNumber(const NativeSession &Session,
41 const NativeSession &Session;
SymbolCache.h 32 NativeSession &Session;
118 SymbolCache(NativeSession &Session, DbiStream *Dbi);
127 Session, Id, std::forward<Args>(ConstructorArgs)...);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBContext.h 60 std::unique_ptr<IPDBSession> Session;
PDBSymbol.h 155 const IPDBSession &getSession() const { return Session; }
167 const IPDBSession &Session;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBSymbolTypeFunctionSig.cpp 31 : Session(PDBSession),
36 : Session(PDBSession), Enumerator(std::move(ArgEnumerator)) {}
46 return Session.getSymbolById(FunctionArgSymbol->getTypeId());
53 return Session.getSymbolById(FunctionArgSymbol->getTypeId());
59 const IPDBSession &Session;
66 return std::make_unique<FunctionArgEnumerator>(Session, *this);
PDBSymbolFunc.cpp 33 : Session(PDBSession), Func(PDBFunc) {
57 return Session.getConcreteSymbolById<PDBSymbolData>(
66 return Session.getConcreteSymbolById<PDBSymbolData>(Result.getSymIndexId());
73 const IPDBSession &Session;
82 return std::make_unique<FunctionArgEnumerator>(Session, *this);
100 return Session.findLineNumbersByAddress(RawSymbol->getVirtualAddress(),
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyCompilandDumper.cpp 57 const IPDBSession &Session = Symbol.getSession();
58 if (auto Files = Session.getSourceFilesForCompiland(Symbol)) {
70 auto Lines = Session.findLineNumbers(Symbol, *File);
  /src/crypto/external/bsd/openssh/dist/
session.h 1 /* $NetBSD: session.h,v 1.10 2023/07/26 17:58:15 christos Exp $ */
2 /* $OpenBSD: session.h,v 1.37 2023/01/06 02:39:59 djm Exp $ */
33 typedef struct Session Session;
34 struct Session {
77 void session_destroy_all(struct ssh *, void (*)(Session *));
78 void session_pty_cleanup2(Session *);
80 Session *session_new(void);
81 Session *session_by_tty(char *);
82 void session_close(struct ssh *, Session *);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeFunctionSig.cpp 28 NativeTypeFunctionArg(NativeSession &Session,
30 : NativeRawSymbol(Session, PDB_SymType::FunctionArg, 0),
37 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
48 NativeEnumFunctionArgs(NativeSession &Session,
50 : Session(Session), TypeEnumerator(std::move(TypeEnumerator)) {}
68 auto NTFA = std::make_unique<NativeTypeFunctionArg>(Session, std::move(S));
69 return PDBSymbol::create(Session, std::move(NTFA));
71 NativeSession &Session;
76 NativeTypeFunctionSig::NativeTypeFunctionSig(NativeSession &Session,
    [all...]
NativeTypeEnum.cpp 41 NativeEnumEnumEnumerators(NativeSession &Session,
55 NativeSession &Session;
64 NativeSession &Session, const NativeTypeEnum &ClassParent)
65 : Session(Session), ClassParent(ClassParent) {
66 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream());
99 SymIndexId Id = Session.getSymbolCache()
103 return Session.getSymbolCache().getSymbolById(Id);
115 NativeTypeEnum::NativeTypeEnum(NativeSession &Session, SymIndexId Id,
117 : NativeRawSymbol(Session, PDB_SymType::Enum, Id), Index(Index)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.h 1 //===---- llvm-jitlink.h - Session and format-specific decls ----*- C++ -*-===//
9 // llvm-jitlink Session class and tool utilities.
34 struct Session;
41 LLVMJITLinkObjectLinkingLayer(Session &S,
48 Session &S;
111 struct Session {
118 ~Session();
120 static Expected<std::unique_ptr<Session>> Create(Triple TT);
159 Session(std::unique_ptr<orc::TargetProcessControl> TPC, Error &Err);
163 Error registerELFGraphInfo(Session &S, jitlink::LinkGraph &G)
    [all...]

Completed in 23 milliseconds

1 2