Home
last modified time | relevance | path

Searched refs:CVSymbolVisitor (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCVSymbolVisitor.h22 template <typename Derived> class CVSymbolVisitor {
24 CVSymbolVisitor(SymbolVisitorDelegate *Delegate) : Delegate(Delegate) {} in CVSymbolVisitor() function
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp29 class CVSymbolDumperImpl : public CVSymbolVisitor<CVSymbolDumperImpl> {
33 : CVSymbolVisitor(ObjDelegate), CVTD(CVTD), ObjDelegate(ObjDelegate), in CVSymbolDumperImpl()