Home
last modified time | relevance | path

Searched refs:getDataIndex (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWindowsResource.h174 uint32_t getDataIndex() const { return DataIndex; } in getDataIndex() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributes.h54 ptrdiff_t getDataIndex() const { in getDataIndex() function
256 return reinterpret_cast<const T *>(this->getData())[this->getDataIndex()];
/llvm-project-15.0.7/llvm/lib/Object/
H A DWindowsResource.cpp944 RelocationAddresses[DataNodes->getDataIndex()] = CurrentRelativeOffset; in writeDirectoryTree()
946 Entry->DataSize = Data[DataNodes->getDataIndex()].size(); in writeDirectoryTree()
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp645 return getBit(getData(), getDataIndex()); in operator *()
659 getDataIndex() * getDenseElementStorageWidth(bitWidth), in operator *()
679 size_t offset = getDataIndex() * storageWidth * 2; in operator *()