Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DFaultMapParser.h29 using NumFunctionsType = uint32_t; variable
38 NumFunctionsOffset + sizeof(NumFunctionsType);
147 NumFunctionsType getNumFunctions() const { in getNumFunctions()
148 return read<NumFunctionsType>(P + NumFunctionsOffset, E); in getNumFunctions()