HomeSort by relevance Sort by last modified time
    Searched defs:NativeRawSymbol (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h 1 //==- NativeRawSymbol.h - Native implementation of IPDBRawSymbol -*- C++ -*-==//
24 class NativeRawSymbol : public IPDBRawSymbol {
26 NativeRawSymbol(NativeSession &PDBSession, SymIndexId SymbolId);
28 virtual std::unique_ptr<NativeRawSymbol> clone() const = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
NativeRawSymbol.cpp 1 //===- NativeRawSymbol.cpp - Native implementation of IPDBRawSymbol -------===//
11 #include "llvm/DebugInfo/PDB/Native/NativeRawSymbol.h"
17 NativeRawSymbol::NativeRawSymbol(NativeSession &PDBSession, SymIndexId SymbolId)
20 void NativeRawSymbol::dump(raw_ostream &OS, int Indent) const {}
23 NativeRawSymbol::findChildren(PDB_SymType Type) const {
28 NativeRawSymbol::findChildren(PDB_SymType Type, StringRef Name,
34 NativeRawSymbol::findChildrenByAddr(PDB_SymType Type, StringRef Name,
40 NativeRawSymbol::findChildrenByVA(PDB_SymType Type, StringRef Name,
46 NativeRawSymbol::findChildrenByRVA(PDB_SymType Type, StringRef Name
    [all...]

Completed in 288 milliseconds