Searched refs:mFunctionDefinitions (Results 1 – 2 of 2) sorted by relevance
45 mFunctionDefinitionsDeleter(mFunctionDefinitions) { in Module()55 mFunctionDefinitionsDeleter(mFunctionDefinitions) { in Module()141 DeserializeZeroOrMore<FunctionDefinition>(IS, mFunctionDefinitions); in DeserializeInternal()143 if (mFunctionDefinitions.empty()) { in DeserializeInternal()382 mFunctionDefinitions.push_back(func); in addFunctionDefinition()392 for (auto fdef : mFunctionDefinitions) { in getFunctionDefinitionFromInstruction()
115 for (auto def : mFunctionDefinitions) { in accept()239 std::vector<FunctionDefinition *> mFunctionDefinitions; variable