HomeSort by relevance Sort by last modified time
    Searched refs:getGlobalSection (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/rsov/compiler/spirit/
module.cpp 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)
    [all...]
module.h 132 GlobalSection *getGlobalSection();
  /frameworks/rs/rsov/compiler/
Wrapper_test.cpp 57 GlobalSection *gs = m.getGlobalSection();
Wrapper.cpp 352 m->getGlobalSection()->accept(&v);

Completed in 161 milliseconds