Home
last modified time | relevance | path

Searched refs:getLabelTy (Results 1 – 25 of 148) sorted by relevance

123456

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Target/LLVMIR/
H A DTypeToLLVM.cpp68 return llvm::Type::getLabelTy(context); in translateType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Target/LLVMIR/
H A DTypeToLLVM.cpp68 return llvm::Type::getLabelTy(context); in translateType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Target/LLVMIR/
H A DTypeToLLVM.cpp68 return llvm::Type::getLabelTy(context); in translateType()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Target/LLVMIR/
H A DTypeToLLVM.cpp68 return llvm::Type::getLabelTy(context); in translateType()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A DBasicBlock.cpp44 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(0) { in BasicBlock()
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DType.cpp47 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
161 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DType.cpp48 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
162 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DType.cpp48 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
162 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DType.cpp49 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
171 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DType.cpp49 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
171 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DType.cpp49 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
181 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DType.cpp49 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
171 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
/dports/devel/llvm10/llvm-10.0.1.src/lib/IR/
H A DType.cpp48 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
166 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DType.cpp48 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
166 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/IR/
H A DType.cpp48 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
166 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DType.cpp49 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
181 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DType.h404 static Type *getLabelTy(LLVMContext &C);
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DType.h409 static Type *getLabelTy(LLVMContext &C);
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/
H A DType.h396 static const Type *getLabelTy(LLVMContext &C);
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DType.h398 static Type *getLabelTy(LLVMContext &C);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DType.h409 static Type *getLabelTy(LLVMContext &C);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h378 static Type *getLabelTy(LLVMContext &C);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DType.h402 static Type *getLabelTy(LLVMContext &C);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DType.h409 static Type *getLabelTy(LLVMContext &C);
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A DType.h396 static Type *getLabelTy(LLVMContext &C);

123456