Home
last modified time | relevance | path

Searched refs:setType (Results 1 – 25 of 44) sorted by relevance

12

/NextBSD/contrib/llvm/lib/MC/
HDMCELFStreamer.cpp117 Symbol->setType(ELF::STT_TLS); in EmitLabel()
169 Begin->setType(ELF::STT_SECTION); in ChangeSection()
240 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_OBJECT)); in EmitSymbolAttribute()
262 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_FUNC)); in EmitSymbolAttribute()
266 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_GNU_IFUNC)); in EmitSymbolAttribute()
270 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_OBJECT)); in EmitSymbolAttribute()
274 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_TLS)); in EmitSymbolAttribute()
279 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_OBJECT)); in EmitSymbolAttribute()
283 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_NOTYPE)); in EmitSymbolAttribute()
312 Symbol->setType(ELF::STT_OBJECT); in EmitCommonSymbol()
[all …]
HDWinCOFFStreamer.cpp151 cast<MCSymbolCOFF>(CurSymbol)->setType((uint16_t)Type); in EmitCOFFSymbolType()
183 CSymbol->setType(COFF::IMAGE_SYM_DTYPE_FUNCTION in EmitCOFFSafeSEH()
HDMCSymbolELF.cpp94 void MCSymbolELF::setType(unsigned Type) const { in setType() function in llvm::MCSymbolELF
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h774 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
794 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
864 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
881 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
899 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
918 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCSymbolELF.h33 void setType(unsigned Type) const;
HDMCSymbolCOFF.h35 void setType(uint16_t Ty) const { in setType() function
/NextBSD/contrib/llvm/include/llvm/Object/
HDELFTypes.h175 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
349 void setType(unsigned char t, bool IsMips64EL) {
399 void setType(uint32_t t, bool IsMips64EL) {
/NextBSD/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MCExpr.cpp123 cast<MCSymbolELF>(SymRef.getSymbol()).setType(ELF::STT_TLS); in fixELFSymbolsInTLSFixupsImpl()
HDAArch64ELFStreamer.cpp162 Symbol->setType(ELF::STT_NOTYPE); in EmitMappingSymbol()
/NextBSD/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCELFStreamer.cpp105 ELFSymbol->setType(ELF::STT_OBJECT); in HexagonMCEmitCommonSymbol()
/NextBSD/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
HDSparcMCExpr.cpp183 cast<MCSymbolELF>(SymRef.getSymbol()).setType(ELF::STT_TLS); in fixELFSymbolsInTLSFixupsImpl()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDVirtualFileSystem.h66 void setType(llvm::sys::fs::file_type v) { Type = v; } in setType() function
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.h396 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp2491 NewParam->setType(NewT); in mergeParamDeclTypes()
2772 New->setType(QualType(AdjustedType, 0)); in MergeFunctionDecl()
2842 New->setType( in MergeFunctionDecl()
3010 New->setType(NewQType); in MergeFunctionDecl()
3087 New->setType(Context.getFunctionType(MergedReturn, ArgTypes, in MergeFunctionDecl()
3171 New->setType(Merged); in MergeCompatibleFunctionDecls()
3260 New->setType(Context.DependentTy); in MergeVarDeclTypes()
3289 New->setType(MergedT); in MergeVarDeclTypes()
5289 decl->setType(type); in inferObjCARCLifetime()
6366 NewVD->setType(T); in CheckVariableDeclarationType()
[all …]
HDSemaExceptionSpec.cpp261 New->setType(Context.getFunctionType( in CheckEquivalentExceptionSpec()
280 New->setType(Context.getFunctionType( in CheckEquivalentExceptionSpec()
HDSema.cpp381 ImpCast->setType(Ty); in ImpCastExprToType()
784 VD->setType(T); in ActOnEndOfTranslationUnit()
HDSemaChecking.cpp94 TheCall->setType(Ty); in SemaBuiltinAnnotation()
110 TheCall->setType(ResultType); in SemaBuiltinAddressof()
196 BuiltinCall->setType(CE->getType()); in SemaBuiltinCallWithStaticChain()
334 TheCall->setType(Context.IntTy); in CheckBuiltinFunctionCall()
338 TheCall->setType(Context.IntTy); in CheckBuiltinFunctionCall()
521 TheCall->setType(Context.VoidPtrTy); in CheckBuiltinFunctionCall()
805 TheCall->setType(ValType); in CheckARMBuiltinExclusiveCall()
820 TheCall->setType(Context.IntTy); in CheckARMBuiltinExclusiveCall()
2207 TheCall->setType(ResultType); in SemaBuiltinAtomicOverloaded()
2320 TheCall->setType(Context.VoidTy); in SemaBuiltinVAStart()
HDSemaStmt.cpp116 var->setType(type.withConst()); in ActOnForEachDeclStmt()
1789 D->setType(FirstType); in ActOnObjCForCollectionStmt()
1853 Decl->setType(InitType); in FinishForRangeVarDecl()
2153 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt()
HDSemaExpr.cpp5010 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
5184 E->setType(Context.VoidTy); // FIXME: just a place holder for now. in ActOnInitList()
5638 initE->setType(Ty); in BuildVectorLiteral()
7051 Initializer->setType(UnionType); in ConstructTransparentUnion()
13744 E->setType(SubExpr->getType()); in rebuildSugarExpr()
13764 E->setType(S.Context.getPointerType(SubExpr->getType())); in VisitUnaryAddrOf()
13773 E->setType(VD->getType()); in resolveDecl()
13838 E->setType(SubExpr->getType()); in rebuildSugarExpr()
13861 E->setType(DestType); in VisitUnaryAddrOf()
13922 E->setType(DestType.getNonLValueExprType(S.Context)); in VisitCallExpr()
[all …]
HDSemaInit.cpp135 E->setType(Ty); in updateStringLiteralType()
394 InitExpr->setType(SemaRef.Context.VoidTy); in PerformEmptyInit()
800 StructuredSubobjectInitList->setType(T); in CheckImplicitInitList()
909 IList->setType(ExprTy); in CheckExplicitInitList()
910 StructuredList->setType(ExprTy); in CheckExplicitInitList()
2556 Result->setType(ResultType); in getStructuredSubobjectInit()
6542 ILE->setType(E->getType()); in Perform()
HDSemaTemplateInstantiateDecl.cpp3132 FunctionParam->setType(T); in addInstantiatedParametersToScope()
3158 FunctionParam->setType(T); in addInstantiatedParametersToScope()
3274 New->setType(SemaRef.Context.getFunctionType( in InitFunctionInstantiation()
3579 VarSpec->setType(DI->getType()); in CompleteVarTemplateSpecializationDecl()
HDSemaDeclCXX.cpp5367 MD->setType(Context.getFunctionType(ReturnType, in CheckExplicitlyDefaultedSpecialMember()
8927 DefaultCon->setType(Context.getFunctionType(Context.VoidTy, None, EPI)); in DeclareImplicitDefaultConstructor()
9222 DerivedCtor->setType(Context.getFunctionType(FPT->getReturnType(), in declareCtor()
9393 Destructor->setType(Context.getFunctionType(Context.VoidTy, None, EPI)); in DeclareImplicitDestructor()
9530 Destructor->setType(Context.getFunctionType(Context.VoidTy, None, EPI)); in AdjustDestructorExceptionSpec()
10064 CopyAssignment->setType(Context.getFunctionType(RetType, ArgType, EPI)); in DeclareImplicitCopyAssignment()
10455 MoveAssignment->setType(Context.getFunctionType(RetType, ArgType, EPI)); in DeclareImplicitMoveAssignment()
10890 CopyConstructor->setType( in DeclareImplicitCopyConstructor()
11067 MoveConstructor->setType( in DeclareImplicitMoveConstructor()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprCXX.cpp388 setType(C.DependentTy); in OverloadExpr()
1354 setType(C.BoundMemberTy); in UnresolvedMemberExpr()
/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenDAGPatterns.h369 void setType(unsigned ResNo, const EEVT::TypeSet &T) { Types[ResNo] = T; } in setType() function
HDDAGISelMatcherGen.cpp474 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()

12