Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/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 []()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp461 return getValueIndex() == Type->getValueIndex(); in equals()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h161 return DebugStringIndexMap.getValueIndex(String); in getDebugStrIndex()
H A DDWARFLinkerCompileUnit.cpp599 encodeULEB128(DebugAddrIndexMap.getValueIndex(*BaseAddress), in emitLocListFragment()
/freebsd/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()