Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1040 NumFunctionIDs(Context->getNumFunctionIDs()), in GlobalsParser()
1061 NaClBcIndexSize_t NumFunctionIDs; member in __anon013ef65f0111::GlobalsParser
1092 if (Index < NumFunctionIDs) in getGlobalDeclByID()
1094 return getGlobalVarByID(Index - NumFunctionIDs); in getGlobalDeclByID()
1215 NaClBcIndexSize_t IndexLimit = SpecifiedNumberVars + NumFunctionIDs; in ProcessRecord()