Searched refs:LLVMSetModuleIdentifier (Results 1 – 8 of 8) sorted by relevance
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 937 LLVMSetModuleIdentifier(M, "", 0); in llvm_echo() 941 LLVMSetModuleIdentifier(M, ModuleName, strlen(ModuleName)); in llvm_echo()
|
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | echo.cpp | 1379 LLVMSetModuleIdentifier(M, ModuleName, ModuleIdentLen); in llvm_echo()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 611 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 698 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 690 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len);
|
/external/llvm/lib/IR/ |
D | Core.cpp | 233 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len) { in LLVMSetModuleIdentifier() function
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 251 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len) { in LLVMSetModuleIdentifier() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 249 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len) { in LLVMSetModuleIdentifier() function
|