Searched refs:LLVMGetModuleIdentifier (Results 1 – 4 of 4) sorted by relevance
1384 const char *ModuleName = LLVMGetModuleIdentifier(Src, &ModuleIdentLen); in llvm_echo()
716 const char *LLVMGetModuleIdentifier(LLVMModuleRef M, size_t *Len);
346 const char *Name = LLVMGetModuleIdentifier(M, &Len); in llvm_get_module_identifier()
269 const char *LLVMGetModuleIdentifier(LLVMModuleRef M, size_t *Len) { in LLVMGetModuleIdentifier() function