Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DType.h451 static Type *getLabelTy(LLVMContext &C);
/openbsd/gnu/llvm/llvm/tools/bugpoint/
H A DCrashDebugger.cpp533 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks()
641 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks()
734 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DType.cpp46 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
225 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
H A DBasicBlock.cpp49 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) { in BasicBlock()
H A DCore.cpp847 return wrap(Type::getLabelTy(*unwrap(C))); in LLVMLabelTypeInContext()
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp805 TYPEKEYWORD("label", Type::getLabelTy(Context)); in LexIdentifier()
H A DLLParser.cpp3345 getVal(Name, Type::getLabelTy(F.getContext()), Loc)); in getBB()
3350 getVal(ID, Type::getLabelTy(F.getContext()), Loc)); in getBB()
7289 parseValue(Type::getLabelTy(Context), Op1, PFS) || in parsePHI()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2329 ResultTy = Type::getLabelTy(Context); in parseTypeTableBody()