Searched refs:getValueIndex (Results 1 – 9 of 9) sorted by relevance
191 size_t getValueIndex() const override { return ValueIndex; } in getValueIndex() function231 size_t getValueIndex() const override { return ValueIndex; } in getValueIndex() function
124 size_t getValueIndex() const override { return ValueIndex; } in getValueIndex() function
261 virtual size_t getValueIndex() const { return 0; } in getValueIndex() function
91 std::optional<unsigned> getValueIndex(const VarDecl *d) const;107 std::optional<unsigned> DeclToIndex::getValueIndex(const VarDecl *d) const { in getValueIndex() function in DeclToIndex168 std::optional<unsigned> idx = declToIndex.getValueIndex(vd); in getValue()228 return scratch[*declToIndex.getValueIndex(vd)]; in operator []()
461 return getValueIndex() == Type->getValueIndex(); in equals()
161 return DebugStringIndexMap.getValueIndex(String); in getDebugStrIndex()
599 encodeULEB128(DebugAddrIndexMap.getValueIndex(*BaseAddress), in emitLocListFragment()
582 MS->emitULEB128IntValue(AddrPool.getValueIndex(*BaseAddress)); in emitDwarfDebugRngListsTableFragment()779 MS->emitULEB128IntValue(AddrPool.getValueIndex(*BaseAddress)); in emitDwarfDebugLocListsTableFragment()
1065 StringOffsetPool.getValueIndex(StringEntry.getOffset()); in cloneStringAttribute()1401 auto AddrIndex = AddrPool.getValueIndex(*Addr); in cloneAddressAttribute()