Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCVSymbolVisitor.h29 Error visitSymbolStream(const CVSymbolArray &Symbols);
30 Error visitSymbolStream(const CVSymbolArray &Symbols, uint32_t InitialOffset);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DCVSymbolVisitor.cpp67 Error CVSymbolVisitor::visitSymbolStream(const CVSymbolArray &Symbols) { in visitSymbolStream() function in CVSymbolVisitor
75 Error CVSymbolVisitor::visitSymbolStream(const CVSymbolArray &Symbols, in visitSymbolStream() function in CVSymbolVisitor
DSymbolDumper.cpp644 return Visitor.visitSymbolStream(Symbols); in dump()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCVSymbolVisitor.h75 void visitSymbolStream(const CVSymbolArray &Symbols) { in visitSymbolStream() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1356 Visitor.visitSymbolStream(ModS.getSymbolArray(), SS.Offset)) { in dumpModuleSymsForPdb()
1393 if (auto E = Visitor.visitSymbolStream(Records.getSymbolArray(), 0)) in dumpGSIRecords()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp640 Dumper.visitSymbolStream(Symbols); in dump()