Searched refs:getLabelTy (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Type.cpp | 48 case LabelTyID : return getLabelTy(C); in getPrimitiveType() 162 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
|
| H A D | BasicBlock.cpp | 43 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) { in BasicBlock()
|
| H A D | Core.cpp | 776 return wrap(Type::getLabelTy(*unwrap(C))); in LLVMLabelTypeInContext()
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 524 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks() 631 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks() 723 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Type.h | 396 static Type *getLabelTy(LLVMContext &C);
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 811 TYPEKEYWORD("label", Type::getLabelTy(Context)); in LexIdentifier()
|
| H A D | LLParser.cpp | 2907 GetVal(Name, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); in GetBB() 2912 GetVal(ID, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); in GetBB() 6398 ParseValue(Type::getLabelTy(Context), Op1, PFS) || in ParsePHI() 6419 ParseValue(Type::getLabelTy(Context), Op1, PFS) || in ParsePHI()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1602 ResultTy = Type::getLabelTy(Context); in parseTypeTableBody()
|