Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DTypedefDumper.cpp55 uint32_t PointeeId = Symbol.getTypeId(); in dump() local
56 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump()
DFunctionDumper.cpp232 uint32_t PointeeId = Symbol.getTypeId(); in dump() local
233 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump()