Searched refs:mEntryPoints (Results 1 – 2 of 2) sorted by relevance
44 mEntryPointsDeleter(mEntryPoints), in Module()54 mEntryPointsDeleter(mEntryPoints), in Module()128 DeserializeZeroOrMore<EntryPointDefinition>(IS, mEntryPoints); in DeserializeInternal()130 for (auto entry : mEntryPoints) { in DeserializeInternal()226 mEntryPoints.push_back(entry); in addEntryPoint()
99 for (auto entry : mEntryPoints) { in accept()235 std::vector<EntryPointDefinition *> mEntryPoints; variable