Lines Matching refs:getGlobalSection
233 GlobalSection *Module::getGlobalSection() {
241 return getGlobalSection()->getConstant(type, value);
245 return getGlobalSection()->getConstant(type, value);
249 return getGlobalSection()->getConstant(type, value);
255 return getGlobalSection()->getConstantComposite(type, components, width);
280 return getGlobalSection()->getVoidType();
284 return getGlobalSection()->getIntType(bits, isSigned);
292 return getGlobalSection()->getFloatType(bits);
296 return getGlobalSection()->getVectorType(componentType, width);
301 return getGlobalSection()->getPointerType(storage, pointeeType);
305 return getGlobalSection()->getRuntimeArrayType(elementType);
309 return getGlobalSection()->getStructType(fieldType, numField);
319 return getGlobalSection()->getFunctionType(retType, argType, numArg);
325 return getGlobalSection()->getFunctionType(retType, argTypes.data(),
404 return getGlobalSection()->getInvocationId();
408 return getGlobalSection()->getNumWorkgroups();
412 getGlobalSection()->addStructType(structType);
417 getGlobalSection()->addVariable(var);