Home
last modified time | relevance | path

Searched refs:ID_FunctionIndex (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
DBinary.h46 ID_FunctionIndex, // Function summary index enumerator
126 bool isFunctionIndex() const { return TypeID == ID_FunctionIndex; } in isFunctionIndex()
/external/llvm/lib/Object/
DFunctionIndexObjectFile.cpp27 : SymbolicFile(Binary::ID_FunctionIndex, Object), Index(std::move(I)) {} in FunctionIndexObjectFile()