Searched refs:getEntryPointMangledName (Results 1 – 5 of 5) sorted by relevance
99 entryPointMangledName = unit.getEntryPointMangledName(); in mergeCallGraphs()962 if (node->getName().compare(getEntryPointMangledName().c_str()) != 0) in checkCallGraphBodies()973 if (call->caller.compare(getEntryPointMangledName().c_str()) == 0) in checkCallGraphBodies()
1416 iter_binding_live.pushFunction(intermediate.getEntryPointMangledName().c_str()); in addStage()1515 iter_binding_live.pushFunction(intermediate.getEntryPointMangledName().c_str()); in addStage()
443 const std::string& getEntryPointMangledName() const { return entryPointMangledName; } in getEntryPointMangledName() function
9946 intermediate.addToCallGraph(infoSink, intermediate.getEntryPointMangledName().c_str(), in addPatchConstantInvocation()10011 currentCaller = intermediate.getEntryPointMangledName().c_str(); in addPatchConstantInvocation()
4570 return node->getName().compare(glslangIntermediate->getEntryPointMangledName().c_str()) == 0; in isShaderEntryPoint()