Searched refs:getTypeId (Results 1 – 23 of 23) sorted by relevance
45 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex()52 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()73 return Session.getSymbolById(getTypeId()); in getReturnType()
24 return Session.getSymbolById(getTypeId()); in getType()
24 return Session.getSymbolById(getTypeId()); in getElementType()
24 return Session.getSymbolById(getTypeId()); in getPointeeType()
31 return Session.getConcreteSymbolById<PDBSymbolTypeBuiltin>(getTypeId()); in getUnderlyingType()
90 return Session.getConcreteSymbolById<PDBSymbolTypeFunctionSig>(getTypeId()); in getSignature()
31 uint32_t TargetId = Symbol.getTypeId(); in start()55 uint32_t PointeeId = Symbol.getTypeId(); in dump()
195 uint32_t ElementTypeId = Symbol.getTypeId(); in dump()219 uint32_t TypeId = Symbol.getTypeId(); in dump()232 uint32_t PointeeId = Symbol.getTypeId(); in dump()
32 FORWARD_SYMBOL_METHOD(getTypeId)
33 FORWARD_SYMBOL_METHOD(getTypeId)
36 FORWARD_SYMBOL_METHOD(getTypeId)
38 FORWARD_SYMBOL_METHOD(getTypeId)
43 FORWARD_SYMBOL_METHOD(getTypeId)
45 FORWARD_SYMBOL_METHOD(getTypeId)
48 FORWARD_SYMBOL_METHOD(getTypeId)
46 FORWARD_SYMBOL_METHOD(getTypeId)
52 FORWARD_SYMBOL_METHOD(getTypeId)
69 FORWARD_SYMBOL_METHOD(getTypeId)
103 virtual uint32_t getTypeId() const = 0;
95 uint32_t getTypeId() const override;
664 uint32_t DIARawSymbol::getTypeId() const { in getTypeId() function in DIARawSymbol