LLVM
8.0.1
|
This is the complete list of members for llvm::pdb::NativeSession, including all inherited members.
addressForRVA(uint32_t RVA, uint32_t &Section, uint32_t &Offset) const override | llvm::pdb::NativeSession | virtual |
addressForVA(uint64_t VA, uint32_t &Section, uint32_t &Offset) const override | llvm::pdb::NativeSession | virtual |
createFromExe(StringRef Path, std::unique_ptr< IPDBSession > &Session) | llvm::pdb::NativeSession | static |
createFromPdb(std::unique_ptr< MemoryBuffer > MB, std::unique_ptr< IPDBSession > &Session) | llvm::pdb::NativeSession | static |
findCompilandsForSourceFile(llvm::StringRef Pattern, PDB_NameSearchFlags Flags) const override | llvm::pdb::NativeSession | virtual |
findLineNumbers(const PDBSymbolCompiland &Compiland, const IPDBSourceFile &File) const override | llvm::pdb::NativeSession | virtual |
findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override | llvm::pdb::NativeSession | virtual |
findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const override | llvm::pdb::NativeSession | virtual |
findLineNumbersBySectOffset(uint32_t Section, uint32_t Offset, uint32_t Length) const override | llvm::pdb::NativeSession | virtual |
findOneCompilandForSourceFile(llvm::StringRef Pattern, PDB_NameSearchFlags Flags) const override | llvm::pdb::NativeSession | virtual |
findOneSourceFile(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, PDB_NameSearchFlags Flags) const override | llvm::pdb::NativeSession | virtual |
findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, PDB_NameSearchFlags Flags) const override | llvm::pdb::NativeSession | virtual |
findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override | llvm::pdb::NativeSession | virtual |
findSymbolByRVA(uint32_t RVA, PDB_SymType Type) const override | llvm::pdb::NativeSession | virtual |
findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, PDB_SymType Type) const override | llvm::pdb::NativeSession | virtual |
getAllSourceFiles() const override | llvm::pdb::NativeSession | virtual |
getConcreteSymbolById(SymIndexId SymbolId) const | llvm::pdb::IPDBSession | inline |
getDebugStreams() const override | llvm::pdb::NativeSession | virtual |
getEnumTables() const override | llvm::pdb::NativeSession | virtual |
getFrameData() const override | llvm::pdb::NativeSession | virtual |
getGlobalScope() override | llvm::pdb::NativeSession | virtual |
getInjectedSources() const override | llvm::pdb::NativeSession | virtual |
getLoadAddress() const override | llvm::pdb::NativeSession | virtual |
getNativeGlobalScope() const | llvm::pdb::NativeSession | |
getPDBFile() | llvm::pdb::NativeSession | inline |
getPDBFile() const | llvm::pdb::NativeSession | inline |
getSectionContribs() const override | llvm::pdb::NativeSession | virtual |
getSourceFileById(uint32_t FileId) const override | llvm::pdb::NativeSession | virtual |
getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const override | llvm::pdb::NativeSession | virtual |
getSymbolById(SymIndexId SymbolId) const override | llvm::pdb::NativeSession | virtual |
getSymbolCache() | llvm::pdb::NativeSession | inline |
getSymbolCache() const | llvm::pdb::NativeSession | inline |
NativeSession(std::unique_ptr< PDBFile > PdbFile, std::unique_ptr< BumpPtrAllocator > Allocator) | llvm::pdb::NativeSession | |
setLoadAddress(uint64_t Address) override | llvm::pdb::NativeSession | virtual |
~IPDBSession() | llvm::pdb::IPDBSession | virtual |
~NativeSession() override | llvm::pdb::NativeSession |