Searched refs:getValueIndex (Results 1 – 11 of 11) sorted by relevance
23 uint64_t getValueIndex(T Value) { in getValueIndex() function
195 size_t getValueIndex() const override { return ValueIndex; } in getValueIndex() function235 size_t getValueIndex() const override { return ValueIndex; } in getValueIndex() function
125 size_t getValueIndex() const override { return ValueIndex; } in getValueIndex() function
275 virtual size_t getValueIndex() const { return 0; } in getValueIndex() function
89 std::optional<unsigned> getValueIndex(const VarDecl *d) const;105 std::optional<unsigned> DeclToIndex::getValueIndex(const VarDecl *d) const { in getValueIndex() function in DeclToIndex165 std::optional<unsigned> idx = declToIndex.getValueIndex(vd); in getValue()225 return scratch[*declToIndex.getValueIndex(vd)]; in operator []()
465 return getValueIndex() == Type->getValueIndex(); in equals()
161 return DebugStringIndexMap.getValueIndex(String); in getDebugStrIndex()
437 return DebugAddrIndexMap.getValueIndex(Addr); in getDebugAddrIndex()
596 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()