Home
last modified time | relevance | path

Searched refs:dumpTpiStream (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.h36 Error dumpTpiStream();
DDumpOutputStyle.h85 Error dumpTpiStream(uint32_t StreamIdx);
DYAMLOutputStyle.cpp65 if (auto EC = dumpTpiStream()) in dump()
277 Error YAMLOutputStyle::dumpTpiStream() { in dumpTpiStream() function in YAMLOutputStyle
DDumpOutputStyle.cpp143 if (auto EC = dumpTpiStream(StreamTPI)) in dump()
149 if (auto EC = dumpTpiStream(StreamIPI)) in dump()
1198 Error DumpOutputStyle::dumpTpiStream(uint32_t StreamIdx) { in dumpTpiStream() function in DumpOutputStyle
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.h33 Error dumpTpiStream(uint32_t StreamIdx);
DLLVMOutputStyle.cpp63 if (auto EC = dumpTpiStream(StreamTPI)) in dump()
66 if (auto EC = dumpTpiStream(StreamIPI)) in dump()
354 Error LLVMOutputStyle::dumpTpiStream(uint32_t StreamIdx) { in dumpTpiStream() function in LLVMOutputStyle