Home
last modified time | relevance | path

Searched refs:Session (Results 1 – 25 of 98) sorted by relevance

1234

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp24 static DbiStream *getDbiStreamPtr(NativeSession &Session) { in getDbiStreamPtr() argument
25 Expected<DbiStream &> DbiS = Session.getPDBFile().getPDBDbiStream(); in getDbiStreamPtr()
34 : NativeRawSymbol(Session, PDB_SymType::Exe, SymbolId), in NativeExeSymbol()
35 Dbi(getDbiStreamPtr(Session)) {} in NativeExeSymbol()
51 return Session.getSymbolCache().createTypeEnumerator( in findChildren()
57 return Session.getSymbolCache().createTypeEnumerator( in findChildren()
69 auto IS = Session.getPDBFile().getPDBInfoStream(); in getAge()
77 return Session.getPDBFile().getFilePath(); in getSymbolsFileName()
81 auto IS = Session.getPDBFile().getPDBInfoStream(); in getGuid()
89 auto Dbi = Session.getPDBFile().getPDBDbiStream(); in hasCTypes()
[all …]
H A DNativeTypeFunctionSig.cpp29 NativeTypeFunctionArg(NativeSession &Session, in NativeTypeFunctionArg() argument
31 : NativeRawSymbol(Session, PDB_SymType::FunctionArg, 0), in NativeTypeFunctionArg()
49 NativeEnumFunctionArgs(NativeSession &Session, in NativeEnumFunctionArgs() argument
51 : Session(Session), TypeEnumerator(std::move(TypeEnumerator)) {} in NativeEnumFunctionArgs()
70 return PDBSymbol::create(Session, std::move(NTFA)); in wrap()
72 NativeSession &Session; member in __anon112dc6440111::NativeEnumFunctionArgs
81 : NativeRawSymbol(Session, PDB_SymType::FunctionSig, Id), in NativeTypeFunctionSig()
87 : NativeRawSymbol(Session, PDB_SymType::FunctionSig, Id), in NativeTypeFunctionSig()
115 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
139 auto NET = llvm::make_unique<NativeEnumTypes>(Session, in findChildren()
[all …]
H A DNativeTypeEnum.cpp42 NativeEnumEnumEnumerators(NativeSession &Session,
56 NativeSession &Session; member in __anon885b71b00111::NativeEnumEnumEnumerators
65 NativeSession &Session, const NativeTypeEnum &ClassParent) in NativeEnumEnumEnumerators() argument
66 : Session(Session), ClassParent(ClassParent) { in NativeEnumEnumEnumerators()
100 SymIndexId Id = Session.getSymbolCache() in getChildAtIndex()
104 return Session.getSymbolCache().getSymbolById(Id); in getChildAtIndex()
124 : NativeRawSymbol(Session, PDB_SymType::Enum, Id), in NativeTypeEnum()
136 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
140 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
301 Session.getConcreteSymbolById<PDBSymbolTypeBuiltin>(Id); in getLength()
[all …]
H A DNativeTypeArray.cpp20 NativeTypeArray::NativeTypeArray(NativeSession &Session, SymIndexId Id, in NativeTypeArray() argument
23 : NativeRawSymbol(Session, PDB_SymType::ArrayType, Id), Record(Record), in NativeTypeArray()
33 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session, in dump()
36 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
47 return Session.getSymbolCache().findSymbolByTypeIndex(Record.getIndexType()); in getArrayIndexTypeId()
58 Session.getSymbolCache().getNativeSymbolById(getTypeId()); in getCount()
63 return Session.getSymbolCache().findSymbolByTypeIndex( in getTypeId()
H A DNativeTypePointer.cpp20 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer() argument
22 : NativeRawSymbol(Session, PDB_SymType::PointerType, Id), TI(TI) { in NativeTypePointer()
27 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer() argument
30 : NativeRawSymbol(Session, PDB_SymType::PointerType, Id), TI(TI), in NativeTypePointer()
41 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session, in dump()
45 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
48 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
76 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
105 return Session.getSymbolCache().findSymbolByTypeIndex(Referent); in getTypeId()
H A DNativeEnumGlobals.cpp26 : Index(0), Session(PDBSession) { in NativeEnumGlobals()
27 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals()
28 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals()
47 Session.getSymbolCache().getOrCreateGlobalSymbolByOffset(MatchOffsets[N]); in getChildAtIndex()
48 return Session.getSymbolCache().getSymbolById(Id); in getChildAtIndex()
H A DNativeTypeUDT.cpp20 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() argument
22 : NativeRawSymbol(Session, PDB_SymType::UDT, Id), Index(TI), in NativeTypeUDT()
25 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() argument
27 : NativeRawSymbol(Session, PDB_SymType::UDT, Id), Index(TI), in NativeTypeUDT()
30 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() argument
33 : NativeRawSymbol(Session, PDB_SymType::UDT, Id), in NativeTypeUDT()
45 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
50 Session, PdbSymbolIdField::UnmodifiedType, ShowIdFields, in dump()
95 return Session.getSymbolCache().findSymbolByTypeIndex(Class->VTableShape); in getVirtualTableShapeId()
H A DNativeTypeTypedef.cpp7 NativeTypeTypedef::NativeTypeTypedef(NativeSession &Session, SymIndexId Id, in NativeTypeTypedef() argument
9 : NativeRawSymbol(Session, PDB_SymType::Typedef, Id), in NativeTypeTypedef()
19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
26 return Session.getSymbolCache().findSymbolByTypeIndex(Record.Type); in getTypeId()
H A DSymbolCache.cpp64 SymbolCache::SymbolCache(NativeSession &Session, DbiStream *Dbi) in SymbolCache() argument
65 : Session(Session), Dbi(Dbi) { in SymbolCache()
80 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in createTypeEnumerator()
87 new NativeEnumTypes(Session, Types, std::move(Kinds))); in createTypeEnumerator()
93 new NativeEnumGlobals(Session, {Kind})); in createGlobalsEnumerator()
157 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in findSymbolByTypeIndex()
244 return PDBSymbol::create(Session, *NRS); in getSymbolById()
263 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in getOrCreateGlobalSymbolByOffset()
298 return Session.getConcreteSymbolById<PDBSymbolCompiland>(Compilands[Index]); in getOrCreateCompiland()
H A DNativeSymbolEnumerator.cpp21 NativeSession &Session, SymIndexId Id, const NativeTypeEnum &Parent, in NativeSymbolEnumerator() argument
23 : NativeRawSymbol(Session, PDB_SymType::Data, Id), Parent(Parent), in NativeSymbolEnumerator()
32 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session, in dump()
36 Session, PdbSymbolIdField::LexicalParent, ShowIdFields, in dump()
39 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
H A DNativeEnumTypes.cpp27 : Matches(), Index(0), Session(PDBSession) { in NativeEnumTypes()
53 : Matches(std::move(Indices)), Index(0), Session(PDBSession) {} in NativeEnumTypes()
61 SymIndexId Id = Session.getSymbolCache().findSymbolByTypeIndex(Matches[N]); in getChildAtIndex()
62 return Session.getSymbolCache().getSymbolById(Id); in getChildAtIndex()
H A DNativeEnumModules.cpp24 : Session(PDBSession), Index(Index) {} in NativeEnumModules()
27 return Session.getSymbolCache().getNumCompilands(); in getChildCount()
32 return Session.getSymbolCache().getOrCreateCompiland(N); in getChildAtIndex()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp118 Session.reset(new DIASession(DiaSession)); in createFromPdb()
143 Session.reset(new DIASession(DiaSession)); in createFromExe()
154 return (S_OK == Session->put_loadAddress(Address)); in setLoadAddress()
159 if (S_OK != Session->get_globalScope(&GlobalScope)) in getGlobalScope()
194 if (S_OK != Session->symbolById(SymbolId, &LocatedSymbol)) in getSymbolById()
208 if (S_OK != Session->get_loadAddress(&LoadAddr)) in findSymbolByAddress()
263 if (S_OK != Session->get_loadAddress(&LoadAddr)) in findLineNumbersByAddress()
365 if (S_OK != Session->findFileById(FileId, &LocatedFile)) in getSourceFileById()
381 if (S_OK != Session->getEnumTables(&DiaEnumerator)) in getEnumTables()
393 if (Session.getEnumTables(&ET) != S_OK) in getTableEnumerator()
[all …]
H A DDIAEnumSymbols.cpp20 : Session(PDBSession), Enumerator(DiaEnumerator) {} in DIAEnumSymbols()
33 std::unique_ptr<DIARawSymbol> RawSymbol(new DIARawSymbol(Session, Item)); in getChildAtIndex()
34 return std::unique_ptr<PDBSymbol>(PDBSymbol::create(Session, std::move(RawSymbol))); in getChildAtIndex()
43 std::unique_ptr<DIARawSymbol> RawSymbol(new DIARawSymbol(Session, Item)); in getNext()
45 PDBSymbol::create(Session, std::move(RawSymbol))); in getNext()
H A DDIAEnumSectionContribs.cpp20 : Session(PDBSession), Enumerator(DiaEnumerator) {} in DIAEnumSectionContribs()
34 new DIASectionContrib(Session, Item)); in getChildAtIndex()
44 new DIASectionContrib(Session, Item)); in getNext()
H A DDIAEnumSourceFiles.cpp19 : Session(PDBSession), Enumerator(DiaEnumerator) {} in DIAEnumSourceFiles()
32 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getChildAtIndex()
41 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getNext()
/freebsd-12.1/crypto/openssh/
H A Dsession.h30 typedef struct Session Session; typedef
31 struct Session { struct
73 void session_destroy_all(struct ssh *, void (*)(Session *)); argument
74 void session_pty_cleanup2(Session *);
76 Session *session_new(void);
77 Session *session_by_tty(char *);
78 void session_close(struct ssh *, Session *);
H A Dsession.c117 Session *session_new(void);
662 do_pre_login(Session *s) in do_pre_login()
1483 do_pwchange(Session *s) in do_pwchange()
1774 Session *
1777 Session *s, *tmp; in session_new()
1851 Session *
1867 static Session *
1884 static Session *
1907 static Session *
2146 Session *s; in session_input_channel_req()
[all …]
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp25 std::unique_ptr<IPDBSession> &Session) { in loadDataForPDB() argument
34 return NativeSession::createFromPdb(std::move(*ErrorOrBuffer), Session); in loadDataForPDB()
38 return DIASession::createFromPdb(Path, Session); in loadDataForPDB()
45 std::unique_ptr<IPDBSession> &Session) { in loadDataForEXE() argument
48 return NativeSession::createFromExe(Path, Session); in loadDataForEXE()
51 return DIASession::createFromExe(Path, Session); in loadDataForEXE()
H A DPDBContext.cpp26 : DIContext(CK_PDB), Session(std::move(PDBSession)) { in PDBContext()
29 Session->setLoadAddress(ImageBase.get()); in PDBContext()
41 Session->findSymbolByAddress(Address, PDB_SymType::None); in getLineInfoForAddress()
50 auto LineNumbers = Session->findLineNumbersByAddress(Address, Length); in getLineInfoForAddress()
56 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress()
73 auto LineNumbers = Session->findLineNumbersByAddress(Address, Size); in getLineInfoForAddressRange()
100 Session->findSymbolByAddress(Address, PDB_SymType::Function); in getFunctionName()
108 Session->findSymbolByAddress(Address, PDB_SymType::PublicSymbol); in getFunctionName()
H A DPDBSymbolTypeFunctionSig.cpp32 : Session(PDBSession), in FunctionArgEnumerator()
37 : Session(PDBSession), Enumerator(std::move(ArgEnumerator)) {} in FunctionArgEnumerator()
47 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex()
54 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()
60 const IPDBSession &Session; member in __anon7d846e730111::FunctionArgEnumerator
67 return llvm::make_unique<FunctionArgEnumerator>(Session, *this); in getArguments()
H A DPDBSymbolFunc.cpp34 : Session(PDBSession), Func(PDBFunc) { in FunctionArgEnumerator()
58 return Session.getConcreteSymbolById<PDBSymbolData>( in getChildAtIndex()
67 return Session.getConcreteSymbolById<PDBSymbolData>(Result.getSymIndexId()); in getNext()
74 const IPDBSession &Session; member in __anon1a7336940111::FunctionArgEnumerator
83 return llvm::make_unique<FunctionArgEnumerator>(Session, *this); in getArguments()
101 return Session.findLineNumbersByAddress(RawSymbol->getVirtualAddress(), in getLineNumbers()
H A DPDBSymbolData.cpp26 return Session.findLineNumbersByRVA(RVA, Len); in getLineNumbers()
29 return Session.findLineNumbersBySectOffset( in getLineNumbers()
45 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId()
49 if (auto SecContribs = Session.getSectionContribs()) { in getCompilandId()
59 while (auto LexParent = Session.getSymbolById(LexParentId)) { in getCompilandId()
H A DPDBSymbol.cpp53 PDBSymbol::PDBSymbol(const IPDBSession &PDBSession) : Session(PDBSession) {} in PDBSymbol()
56 : Session(Other.Session), RawSymbol(std::move(Other.RawSymbol)) {} in PDBSymbol()
183 return Session.getSymbolById(Id); in getSymbolByIdHelper()
188 const IPDBSession &Session, in dumpSymbolIdField() argument
205 auto Child = Session.getSymbolById(Value); in dumpSymbolIdField()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumTypes.h27 NativeEnumTypes(NativeSession &Session,
31 NativeEnumTypes(NativeSession &Session,
42 NativeSession &Session; variable

1234