Searched refs:getLabelTy (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 440 LLVM_ABI static Type *getLabelTy(LLVMContext &C);
|
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 539 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks() 640 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks() 726 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 49 case LabelTyID : return getLabelTy(C); in getPrimitiveType() 282 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
|
| H A D | BasicBlock.cpp | 146 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) { in BasicBlock()
|
| H A D | Core.cpp | 945 return wrap(Type::getLabelTy(*unwrap(C))); in LLVMLabelTypeInContext()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 890 TYPEKEYWORD("label", Type::getLabelTy(Context)); in LexIdentifier()
|
| H A D | LLParser.cpp | 3837 getVal(Name, Type::getLabelTy(F.getContext()), Loc)); in getBB() 3842 getVal(ID, Type::getLabelTy(F.getContext()), Loc)); in getBB() 8216 parseValue(Type::getLabelTy(Context), Op1, PFS) || in parsePHI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2580 ResultTy = Type::getLabelTy(Context); in parseTypeTableBody()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 22462 {"_ZN4llvm4Type10getLabelTyERNS_11LLVMContextE", "llvm::Type::getLabelTy(llvm::LLVMContext&)"},
|