Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp124 Elts.push_back(Clone(LLVMStructGetTypeAtIndex(Src, i))); in Clone()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1355 LLVMTypeRef LLVMStructGetTypeAtIndex(LLVMTypeRef StructTy, unsigned i);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp744 LLVMTypeRef LLVMStructGetTypeAtIndex(LLVMTypeRef StructTy, unsigned i) { in LLVMStructGetTypeAtIndex() function