Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/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
H A DBasicBlock.cpp43 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) { in BasicBlock()
H A DCore.cpp776 return wrap(Type::getLabelTy(*unwrap(C))); in LLVMLabelTypeInContext()
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp524 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 DType.h396 static Type *getLabelTy(LLVMContext &C);
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp811 TYPEKEYWORD("label", Type::getLabelTy(Context)); in LexIdentifier()
H A DLLParser.cpp2907 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 DBitcodeReader.cpp1602 ResultTy = Type::getLabelTy(Context); in parseTypeTableBody()