Searched defs:Tpi (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.h57 TpiStream *Tpi = nullptr; member in class:llvm::pdb::TypeReferenceTracker
H A DStreamUtil.cpp71 auto Tpi = File.getPDBTpiStream(); local
H A Dllvm-pdbutil.cpp837 const auto &Tpi = YamlObj.TpiStream.getValueOr(DefaultTpiStream); local
1308 auto &Tpi = ExitOnErr(File.getPDBTpiStream()); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h135 std::unique_ptr<TpiStream> Tpi; member in class:llvm::pdb::PDBFile
H A DPDBFileBuilder.h92 std::unique_ptr<TpiStreamBuilder> Tpi; member in class:llvm::pdb::PDBFileBuilder
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp102 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); local
H A DNativeInlineSiteSymbol.cpp58 auto Tpi = Session.getPDBFile().getPDBTpiStream(); local
H A DNativeTypeEnum.cpp66 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); local
H A DSymbolCache.cpp90 auto Tpi = Session.getPDBFile().getPDBTpiStream(); local
168 auto Tpi = Session.getPDBFile().getPDBTpiStream(); local

Completed in 147 milliseconds