Home
last modified time | relevance | path

Searched defs:tpi (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/test/API/types/
H A Drecursive_type_main.cpp5 tp tpi = &t; in main() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h124 llvm::pdb::TpiStream &tpi() { return *m_tpi; } in tpi() function
125 const llvm::pdb::TpiStream &tpi() const { return *m_tpi; } in tpi() function
H A DDWARFLocationExpression.cpp78 TpiStream &tpi) { in GetIntegralTypeInfo()
228 TypeIndex underlying_ti, TpiStream &tpi, const llvm::APSInt &constant, in MakeConstantLocationExpression()
H A DPdbUtil.cpp541 TpiStream &tpi) { in IsForwardRefUdt()
547 bool lldb_private::npdb::IsTagRecord(const PdbTypeSymId &id, TpiStream &tpi) { in IsTagRecord()
1045 TpiStream &tpi) { in GetBestPossibleDecl()
1070 llvm::pdb::TpiStream &tpi) { in GetSizeOfType()
H A DSymbolFileNativePDB.cpp235 const CVTagRecord &parent, TpiStream &tpi) { in GetNestedTagDefinition() argument
933 TpiStream &tpi = m_index->tpi(); CreateConstantSymbol() local
[all...]
/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h45 addTpiSource(TpiSource * tpi) addTpiSource() argument
H A DDebugTypes.cpp797 pdb::TpiStream &tpi = check(pdbFile.getPDBTpiStream()); remapTpiWithGHashes() local
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6092 for (unsigned i = 0, e = TL.getNumParams(), tpi = 0; i != e; ++i) { VisitFunctionTypeLoc() local