Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DFaultMapParser.h35 static const size_t NumFunctionsOffset = variable
38 NumFunctionsOffset + sizeof(NumFunctionsType);
148 return read<NumFunctionsType>(P + NumFunctionsOffset, E); in getNumFunctions()
H A DStackMapParser.h350 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]); in getNumFunctions()
444 static const unsigned NumFunctionsOffset = HeaderOffset + sizeof(uint32_t); variable
445 static const unsigned NumConstantsOffset = NumFunctionsOffset + sizeof(uint32_t);