Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp127 Elts.push_back(Clone(LLVMStructGetTypeAtIndex(Src, i))); in Clone()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1382 LLVMTypeRef LLVMStructGetTypeAtIndex(LLVMTypeRef StructTy, unsigned i);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp756 LLVMTypeRef LLVMStructGetTypeAtIndex(LLVMTypeRef StructTy, unsigned i) { in LLVMStructGetTypeAtIndex() function