Home
last modified time | relevance | path

Searched defs:Tpi (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp80 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in createTypeEnumerator() local
157 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in findSymbolByTypeIndex() local
DNativeTypeFunctionSig.cpp102 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in initializeArgList() local
DNativeTypeEnum.cpp66 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in NativeEnumEnumEnumerators() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFileBuilder.h95 std::unique_ptr<TpiStreamBuilder> Tpi; variable
DPDBFile.h135 std::unique_ptr<TpiStream> Tpi; variable