Home | History | Annotate | Download | only in Object

Lines Matching refs:Index

1 //===- FunctionIndexObjectFile.h - Function index file implementation -----===//
27 /// This class is used to read just the function summary index related
29 /// bitcode or be a combined index bitcode file). It builds a FunctionInfoIndex
32 std::unique_ptr<FunctionInfoIndex> Index;
65 FunctionInfoIndex &getIndex() { return *Index; }
86 /// \brief Parse function index in the given memory buffer.
88 /// summary/index.
95 /// stored on the index object saved in this object.
103 /// Parse the function index out of an IR file and return the function
104 /// index object if found, or nullptr if not.