Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DType.h462 static Type *getTokenTy(LLVMContext &C);
DConstants.h830 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
/openbsd/src/gnu/llvm/llvm/lib/IR/
DType.cpp50 case TokenTyID : return getTokenTy(C); in getPrimitiveType()
231 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() function in Type
DCore.cpp850 return wrap(Type::getTokenTy(*unwrap(C))); in LLVMTokenTypeInContext()
3176 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCleanupPad()
3191 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCatchSwitch()
DFunction.cpp1377 case IITDescriptor::Token: return Type::getTokenTy(Context); in DecodeFixedType()
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLLexer.cpp809 TYPEKEYWORD("token", Type::getTokenTy(Context)); in LexIdentifier()
DLLParser.cpp6804 if (parseValue(Type::getTokenTy(Context), CleanupPad, PFS)) in parseCleanupRet()
6833 if (parseValue(Type::getTokenTy(Context), CatchPad, PFS)) in parseCatchRet()
6857 if (parseValue(Type::getTokenTy(Context), ParentPad, PFS)) in parseCatchSwitch()
6905 if (parseValue(Type::getTokenTy(Context), CatchSwitch, PFS)) in parseCatchPad()
6928 if (parseValue(Type::getTokenTy(Context), ParentPad, PFS)) in parseCleanupPad()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2341 ResultTy = Type::getTokenTy(Context); in parseTypeTableBody()
5289 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody()
5309 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody()
5329 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody()
5370 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody()