Home
last modified time | relevance | path

Searched refs:getValueIndex (Results 1 – 12 of 12) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DIndexedValuesMap.h23 uint64_t getValueIndex(T Value) { in getValueIndex() function
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h191 size_t getValueIndex() const override { return ValueIndex; } in getValueIndex() function
231 size_t getValueIndex() const override { return ValueIndex; } in getValueIndex() function
H A DLVSymbol.h124 size_t getValueIndex() const override { return ValueIndex; } in getValueIndex() function
H A DLVElement.h261 virtual size_t getValueIndex() const { return 0; } in getValueIndex() function
/src/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp91 std::optional<unsigned> getValueIndex(const VarDecl *d) const;
107 std::optional<unsigned> DeclToIndex::getValueIndex(const VarDecl *d) const { in getValueIndex() function in DeclToIndex
168 std::optional<unsigned> idx = declToIndex.getValueIndex(vd); in getValue()
228 return scratch[*declToIndex.getValueIndex(vd)]; in operator []()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.h72 return DebugStringIndexMap.getValueIndex(String); in getDebugStrIndex()
H A DDWARFLinkerUnit.h161 return DebugStringIndexMap.getValueIndex(String); in getDebugStrIndex()
H A DDWARFLinkerCompileUnit.h437 return DebugAddrIndexMap.getValueIndex(Addr); in getDebugAddrIndex()
H A DDWARFLinkerCompileUnit.cpp599 encodeULEB128(DebugAddrIndexMap.getValueIndex(*BaseAddress), in emitLocListFragment()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp461 return getValueIndex() == Type->getValueIndex(); in equals()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp582 MS->emitULEB128IntValue(AddrPool.getValueIndex(*BaseAddress)); in emitDwarfDebugRngListsTableFragment()
779 MS->emitULEB128IntValue(AddrPool.getValueIndex(*BaseAddress)); in emitDwarfDebugLocListsTableFragment()
H A DDWARFLinker.cpp1065 StringOffsetPool.getValueIndex(StringEntry.getOffset()); in cloneStringAttribute()
1401 auto AddrIndex = AddrPool.getValueIndex(*Addr); in cloneAddressAttribute()