Searched refs:PDB_TableType (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp26 PDB_TableType DIATable::getTableType() const {
29 return PDB_TableType::TableInvalid;
32 return PDB_TableType::Symbols;
34 return PDB_TableType::SourceFiles;
36 return PDB_TableType::SectionContribs;
38 return PDB_TableType::LineNumbers;
40 return PDB_TableType::Segments;
42 return PDB_TableType::InjectedSources;
44 return PDB_TableType::FrameData;
46 return PDB_TableType
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIATable.h23 PDB_TableType getTableType() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBTable.h22 virtual PDB_TableType getTableType() const = 0;
H A DPDBTypes.h84 enum class PDB_TableType { class in namespace:llvm::pdb
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp171 case PDB_TableType::Symbols:
177 case PDB_TableType::LineNumbers:

Completed in 130 milliseconds