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/
Decho.cpp127 Elts.push_back(Clone(LLVMStructGetTypeAtIndex(Src, i))); in Clone()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h1382 LLVMTypeRef LLVMStructGetTypeAtIndex(LLVMTypeRef StructTy, unsigned i);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp756 LLVMTypeRef LLVMStructGetTypeAtIndex(LLVMTypeRef StructTy, unsigned i) { in LLVMStructGetTypeAtIndex() function