Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp127 Elts.push_back(Clone(LLVMStructGetTypeAtIndex(Src, i))); in Clone()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h1370 LLVMTypeRef LLVMStructGetTypeAtIndex(LLVMTypeRef StructTy, unsigned i);
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp755 LLVMTypeRef LLVMStructGetTypeAtIndex(LLVMTypeRef StructTy, unsigned i) { in LLVMStructGetTypeAtIndex() function