Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFaultMaps.h89 typedef uint32_t NumFunctionsType; typedef
94 NumFunctionsOffset + sizeof(NumFunctionsType);
200 NumFunctionsType getNumFunctions() const { in getNumFunctions()
201 return read<NumFunctionsType>(P + NumFunctionsOffset, E); in getNumFunctions()