Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Decho.cpp86 return LLVMLabelTypeInContext(Ctx); in Clone()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp382 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C) { in LLVMLabelTypeInContext() function
390 return LLVMLabelTypeInContext(LLVMGetGlobalContext()); in LLVMLabelType()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h435 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C);
/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/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c387 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 }