Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
1041 TpiStream &tpi) { in GetBestPossibleDecl()
1066 llvm::pdb::TpiStream &tpi) { in GetSizeOfType()
H A DDWARFLocationExpression.cpp78 TpiStream &tpi) { in GetIntegralTypeInfo()
228 TypeIndex underlying_ti, TpiStream &tpi, const llvm::APSInt &constant, in MakeConstantLocationExpression()
H A DSymbolFileNativePDB.cpp232 const CVTagRecord &parent, TpiStream &tpi) { in GetNestedTagDefinition()
930 TpiStream &tpi = m_index->tpi(); in CreateConstantSymbol() local
/openbsd-src/gnu/llvm/lld/COFF/
H A DCOFFLinkerContext.h45 void addTpiSource(TpiSource *tpi) { tpiSourceList.push_back(tpi); } in addTpiSource()
H A DDebugTypes.cpp795 pdb::TpiStream &tpi = check(pdbFile.getPDBTpiStream()); in remapTpiWithGHashes() local
/openbsd-src/lib/libm/src/
H A De_j1f.c25 tpi = 6.3661974669e-01, /* 0x3f22f983 */ variable
H A De_j1.c67 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
H A De_j0f.c25 tpi = 6.3661974669e-01, /* 0x3f22f983 */ variable
H A De_j0.c67 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp6405 for (unsigned i = 0, e = TL.getNumParams(), tpi = 0; i != e; ++i) { in VisitFunctionTypeLoc() local