Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h450 LLVM_ABI static Type *getTokenTy(LLVMContext &C);
H A DConstants.h854 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp52 case TokenTyID : return getTokenTy(C); in getPrimitiveType()
288 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() function in Type
H A DIntrinsics.cpp510 return Type::getTokenTy(Context); in DecodeFixedType()
H A DCore.cpp948 return wrap(Type::getTokenTy(*unwrap(C))); in LLVMTokenTypeInContext()
3488 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCleanupPad()
3503 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCatchSwitch()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp893 TYPEKEYWORD("token", Type::getTokenTy(Context)); in LexIdentifier()
H A DLLParser.cpp7732 if (parseValue(Type::getTokenTy(Context), CleanupPad, PFS)) in parseCleanupRet()
7761 if (parseValue(Type::getTokenTy(Context), CatchPad, PFS)) in parseCatchRet()
7785 if (parseValue(Type::getTokenTy(Context), ParentPad, PFS)) in parseCatchSwitch()
7833 if (parseValue(Type::getTokenTy(Context), CatchSwitch, PFS)) in parseCatchPad()
7856 if (parseValue(Type::getTokenTy(Context), ParentPad, PFS)) in parseCleanupPad()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2594 ResultTy = Type::getTokenTy(Context); in parseTypeTableBody()
5602 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody()
5622 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody()
5642 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody()
5685 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody()