Searched refs:subFunctionsNameMap (Results 1 – 1 of 1) sorted by relevance
1617 std::map<std::string, G4_Kernel*> subFunctionsNameMap; in Compile() local1629 subFunctionsNameMap[std::string(func->getName())] = func->getKernel(); in Compile()1639 subFunctionsNameMap[std::string(func->getName())] = func->getKernel(); in Compile()1665 Stitch_Compiled_Units(func->getKernel(), subFunctionsNameMap, origFCallFRet); in Compile()1681 for (auto&& iter : subFunctionsNameMap) in Compile()