Home
last modified time | relevance | path

Searched refs:LLVMGetTypeByName2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp116 S = LLVMGetTypeByName2(Ctx, Name); in Clone()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h660 LLVMTypeRef LLVMGetTypeByName2(LLVMContextRef C, const char *Name);
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp776 LLVMTypeRef LLVMGetTypeByName2(LLVMContextRef C, const char *Name) { in LLVMGetTypeByName2() function