Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFaultMaps.h93 static const size_t NumFunctionsOffset = variable
96 NumFunctionsOffset + sizeof(NumFunctionsType);
199 return read<NumFunctionsType>(P + NumFunctionsOffset, E); in getNumFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h330 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]); in getNumFunctions()
424 static const unsigned NumFunctionsOffset = HeaderOffset + sizeof(uint32_t); variable
425 static const unsigned NumConstantsOffset = NumFunctionsOffset + sizeof(uint32_t);