Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Decho.cpp86 return LLVMLabelTypeInContext(Ctx); in Clone()
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp88 return LLVMLabelTypeInContext(Ctx); in Clone()
/external/llvm/include/llvm-c/
DCore.h1163 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp601 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C) { in LLVMLabelTypeInContext() function
609 return LLVMLabelTypeInContext(LLVMGetGlobalContext()); in LLVMLabelType()
/external/llvm-project/llvm/include/llvm-c/
DCore.h1489 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1465 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C);
/external/llvm-project/llvm/lib/IR/
DCore.cpp806 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C) { in LLVMLabelTypeInContext() function
820 return LLVMLabelTypeInContext(LLVMGetGlobalContext()); in LLVMLabelType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp783 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C) { in LLVMLabelTypeInContext() function
797 return LLVMLabelTypeInContext(LLVMGetGlobalContext()); in LLVMLabelType()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c579 return LLVMLabelTypeInContext(Context); in llvm_label_type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c491 return LLVMLabelTypeInContext(Context); in llvm_label_type()
/external/llvm/bindings/go/llvm/
Dir.go624 func (c Context) LabelType() (t Type) { t.C = C.LLVMLabelTypeInContext(c.C); return }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go695 func (c Context) LabelType() (t Type) { t.C = C.LLVMLabelTypeInContext(c.C); return }