Home | History | Annotate | Download | only in Renderscript

Lines Matching defs:module

24 #include <llvm/IR/Module.h>
131 const llvm::Module &module = pSource.getModule();
132 const char *module_name = module.getModuleIdentifier().c_str();
135 module.getNamedMetadata(pragma_metadata_name);
137 module.getNamedMetadata(export_var_metadata_name);
139 module.getNamedMetadata(export_func_metadata_name);
141 module.getNamedMetadata(export_foreach_name_metadata_name);
143 module.getNamedMetadata(export_foreach_metadata_name);
145 module.getNamedMetadata(object_slot_metadata_name);
350 module.getModuleIdentifier().c_str());
355 module.getModuleIdentifier().c_str());
425 static_cast<uint8_t>(module.getNamedMetadata("llvm.dbg.cu") != NULL);