llvm::CodeGenDataReader::releaseStableFunctionMap

Return the stable function map that is released from the reader.

Synopsis

Declared in <llvm/CGData/CodeGenDataReader.h>

std::unique_ptr<StableFunctionMap>
releaseStableFunctionMap();

Return Value

Ownership of the stable function map previously held by the reader.