Searched refs:getTokenTy (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 458 static Type *getTokenTy(LLVMContext &C);
|
| H A D | Constants.h | 829 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 50 case TokenTyID : return getTokenTy(C); in getPrimitiveType() 244 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() function in Type
|
| H A D | Core.cpp | 905 return wrap(Type::getTokenTy(*unwrap(C))); in LLVMTokenTypeInContext() 3220 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCleanupPad() 3235 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCatchSwitch()
|
| H A D | Function.cpp | 1333 case IITDescriptor::Token: return Type::getTokenTy(Context); in DecodeFixedType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 832 TYPEKEYWORD("token", Type::getTokenTy(Context)); in LexIdentifier()
|
| H A D | LLParser.cpp | 6983 if (parseValue(Type::getTokenTy(Context), CleanupPad, PFS)) in parseCleanupRet() 7012 if (parseValue(Type::getTokenTy(Context), CatchPad, PFS)) in parseCatchRet() 7036 if (parseValue(Type::getTokenTy(Context), ParentPad, PFS)) in parseCatchSwitch() 7084 if (parseValue(Type::getTokenTy(Context), CatchSwitch, PFS)) in parseCatchPad() 7107 if (parseValue(Type::getTokenTy(Context), ParentPad, PFS)) in parseCleanupPad()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2378 ResultTy = Type::getTokenTy(Context); in parseTypeTableBody() 5333 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody() 5353 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody() 5373 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody() 5416 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody()
|