• Home
  • Raw
  • Download

Lines Matching defs:BlockID

666   BlockParserBaseClass(unsigned BlockID, TopLevelParser *Context)  in BlockParserBaseClass()
669 BlockParserBaseClass(unsigned BlockID, BlockParserBaseClass *EnclosingParser, in BlockParserBaseClass()
693 BlockParserBaseClass(unsigned BlockID, BlockParserBaseClass *EnclosingParser) in BlockParserBaseClass()
806 bool BlockParserBaseClass::ParseBlock(unsigned BlockID) { in ParseBlock()
833 TypesParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser) in TypesParser()
1037 GlobalsParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser) in GlobalsParser()
1254 ValuesymtabParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser) in ValuesymtabParser()
1357 FunctionParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser, in FunctionParser()
1365 FunctionParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser, in FunctionParser()
2794 ConstantsParser(unsigned BlockID, FunctionParser *FuncParser) in ConstantsParser()
2911 FunctionValuesymtabParser(unsigned BlockID, FunctionParser *EnclosingParser) in FunctionValuesymtabParser()
2972 bool FunctionParser::ParseBlock(unsigned BlockID) { in ParseBlock()
3001 ModuleParser(unsigned BlockID, TopLevelParser *Context) in ModuleParser()
3051 ModuleValuesymtabParser(unsigned BlockID, ModuleParser *MP) in ModuleValuesymtabParser()
3096 CfgParserWorkItem(unsigned BlockID, NaClBcIndexSize_t FcnId, in CfgParserWorkItem()
3106 const unsigned BlockID; member in __anond2d83f150111::CfgParserWorkItem
3129 bool ModuleParser::ParseBlock(unsigned BlockID) { in ParseBlock()
3245 bool TopLevelParser::ParseBlock(unsigned BlockID) { in ParseBlock()