HomeSort by relevance Sort by last modified time
    Searched refs:LLVMLabelTypeInContext (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm-c/
Core.h 1025 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 521 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C) {
529 return LLVMLabelTypeInContext(LLVMGetGlobalContext());
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 446 return LLVMLabelTypeInContext(Context);
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go 624 func (c Context) LabelType() (t Type) { t.C = C.LLVMLabelTypeInContext(c.C); return }
    [all...]

Completed in 632 milliseconds