Home
last modified time | relevance | path

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

/freebsd/contrib/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 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 DDWARFLocationExpression.cpp78 TpiStream &tpi) { in GetIntegralTypeInfo() argument
228 TypeIndex underlying_ti, TpiStream &tpi, const llvm::APSInt &constant, in MakeConstantLocationExpression() argument
H A DSymbolFileNativePDB.cpp235 const CVTagRecord &parent, TpiStream &tpi) { in GetNestedTagDefinition()
933 TpiStream &tpi = m_index->tpi(); in CreateConstantSymbol() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h45 void addTpiSource(TpiSource *tpi) { tpiSourceList.push_back(tpi); } in addTpiSource()
H A DDebugTypes.cpp797 pdb::TpiStream &tpi = check(pdbFile.getPDBTpiStream()); in remapTpiWithGHashes() local
/freebsd/lib/msun/src/
H A De_j1.c68 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
H A De_j1f.c31 tpi = 6.3661974669e-01, /* 0x3f22f983 */ variable
H A De_j0f.c31 tpi = 6.3661974669e-01, /* 0x3f22f983 */ variable
H A De_j0.c68 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6147 for (unsigned i = 0, e = TL.getNumParams(), tpi = 0; i != e; ++i) { in VisitFunctionTypeLoc() local