Lines Matching refs:module
114 const llvm::Module &module = pSource.getModule(); in ExtractFromSource() local
115 const char *module_name = module.getModuleIdentifier().c_str(); in ExtractFromSource()
118 module.getNamedMetadata(pragma_metadata_name); in ExtractFromSource()
120 module.getNamedMetadata(export_var_metadata_name); in ExtractFromSource()
122 module.getNamedMetadata(export_func_metadata_name); in ExtractFromSource()
124 module.getNamedMetadata(export_foreach_name_metadata_name); in ExtractFromSource()
126 module.getNamedMetadata(export_foreach_metadata_name); in ExtractFromSource()
128 module.getNamedMetadata(object_slot_metadata_name); in ExtractFromSource()
321 module.getModuleIdentifier().c_str()); in ExtractFromSource()
326 module.getModuleIdentifier().c_str()); in ExtractFromSource()
363 static_cast<uint8_t>(module.getNamedMetadata("llvm.dbg.cu") != NULL); in ExtractFromSource()