MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / initialize

Method initialize

lib/Bytecode/Reader/BytecodeReader.cpp:832–839  ·  view source on GitHub ↗

This method initializes the debug info reader after construction.

Source from the content-addressed store, hash-verified

830
831 /// This method initializes the debug info reader after construction.
832 void initialize(ArrayRef<uint64_t> indices, ArrayRef<uint32_t> indexOffsets,
833 ArrayRef<uint8_t> data, ArrayRef<uint32_t> offsets) {
834 diIndices = indices;
835 diIndexOffsets = indexOffsets;
836 diData = data;
837 diOffsets = offsets;
838 diCache.resize(offsets.size());
839 }
840
841private:
842 /// This method returns a debug info attribute for a given index.

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected