Searched refs:getLabelTy (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Type.cpp | 48 case LabelTyID : return getLabelTy(C); in getPrimitiveType() 166 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
|
| HD | BasicBlock.cpp | 42 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) { in BasicBlock()
|
| HD | Core.cpp | 784 return wrap(Type::getLabelTy(*unwrap(C))); in LLVMLabelTypeInContext()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Type.h | 409 static Type *getLabelTy(LLVMContext &C);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/ |
| HD | CrashDebugger.cpp | 533 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks() 640 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks() 732 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/ |
| HD | LLLexer.cpp | 825 TYPEKEYWORD("label", Type::getLabelTy(Context)); in LexIdentifier()
|
| HD | LLParser.cpp | 3014 GetVal(Name, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); in GetBB() 3019 GetVal(ID, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); in GetBB() 6671 ParseValue(Type::getLabelTy(Context), Op1, PFS) || in ParsePHI() 6692 ParseValue(Type::getLabelTy(Context), Op1, PFS) || in ParsePHI()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| HD | BitcodeReader.cpp | 1746 ResultTy = Type::getLabelTy(Context); in parseTypeTableBody()
|