Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDType.cpp48 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
166 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
HDBasicBlock.cpp42 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) { in BasicBlock()
HDCore.cpp784 return wrap(Type::getLabelTy(*unwrap(C))); in LLVMLabelTypeInContext()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDType.h409 static Type *getLabelTy(LLVMContext &C);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDCrashDebugger.cpp533 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/
HDLLLexer.cpp825 TYPEKEYWORD("label", Type::getLabelTy(Context)); in LexIdentifier()
HDLLParser.cpp3014 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/
HDBitcodeReader.cpp1746 ResultTy = Type::getLabelTy(Context); in parseTypeTableBody()