Home
last modified time | relevance | path

Searched refs:LLVMLabelTypeInContext (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp88 return LLVMLabelTypeInContext(Ctx); in Clone()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1502 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp826 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C) { in LLVMLabelTypeInContext() function
840 return LLVMLabelTypeInContext(LLVMGetGlobalContext()); in LLVMLabelType()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c613 return LLVMLabelTypeInContext(Context); in llvm_label_type()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go695 func (c Context) LabelType() (t Type) { t.C = C.LLVMLabelTypeInContext(c.C); return }