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