Searched defs:tpi (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbIndex.h | 124 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 D | PdbUtil.cpp | 541 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 D | DWARFLocationExpression.cpp | 78 TpiStream &tpi) { in GetIntegralTypeInfo() 228 TypeIndex underlying_ti, TpiStream &tpi, const llvm::APSInt &constant, in MakeConstantLocationExpression()
|
H A D | SymbolFileNativePDB.cpp | 232 const CVTagRecord &parent, TpiStream &tpi) { in GetNestedTagDefinition() 930 TpiStream &tpi = m_index->tpi(); in CreateConstantSymbol() local
|
/openbsd-src/gnu/llvm/lld/COFF/ |
H A D | COFFLinkerContext.h | 45 void addTpiSource(TpiSource *tpi) { tpiSourceList.push_back(tpi); } in addTpiSource()
|
H A D | DebugTypes.cpp | 795 pdb::TpiStream &tpi = check(pdbFile.getPDBTpiStream()); in remapTpiWithGHashes() local
|
/openbsd-src/lib/libm/src/ |
H A D | e_j1f.c | 25 tpi = 6.3661974669e-01, /* 0x3f22f983 */ variable
|
H A D | e_j1.c | 67 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
|
H A D | e_j0f.c | 25 tpi = 6.3661974669e-01, /* 0x3f22f983 */ variable
|
H A D | e_j0.c | 67 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaType.cpp | 6405 for (unsigned i = 0, e = TL.getNumParams(), tpi = 0; i != e; ++i) { in VisitFunctionTypeLoc() local
|