Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp116 S = LLVMGetTypeByName2(Ctx, Name); in Clone()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h672 LLVMTypeRef LLVMGetTypeByName2(LLVMContextRef C, const char *Name);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp777 LLVMTypeRef LLVMGetTypeByName2(LLVMContextRef C, const char *Name) { in LLVMGetTypeByName2() function