| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCELFStreamer.cpp | 117 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 …]
|
| HD | WinCOFFStreamer.cpp | 151 cast<MCSymbolCOFF>(CurSymbol)->setType((uint16_t)Type); in EmitCOFFSymbolType() 183 CSymbol->setType(COFF::IMAGE_SYM_DTYPE_FUNCTION in EmitCOFFSafeSEH()
|
| HD | MCSymbolELF.cpp | 94 void MCSymbolELF::setType(unsigned Type) const { in setType() function in llvm::MCSymbolELF
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | ELF.h | 774 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/ |
| HD | MCSymbolELF.h | 33 void setType(unsigned Type) const;
|
| HD | MCSymbolCOFF.h | 35 void setType(uint16_t Ty) const { in setType() function
|
| /NextBSD/contrib/llvm/include/llvm/Object/ |
| HD | ELFTypes.h | 175 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/ |
| HD | AArch64MCExpr.cpp | 123 cast<MCSymbolELF>(SymRef.getSymbol()).setType(ELF::STT_TLS); in fixELFSymbolsInTLSFixupsImpl()
|
| HD | AArch64ELFStreamer.cpp | 162 Symbol->setType(ELF::STT_NOTYPE); in EmitMappingSymbol()
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HD | HexagonMCELFStreamer.cpp | 105 ELFSymbol->setType(ELF::STT_OBJECT); in HexagonMCEmitCommonSymbol()
|
| /NextBSD/contrib/llvm/lib/Target/Sparc/MCTargetDesc/ |
| HD | SparcMCExpr.cpp | 183 cast<MCSymbolELF>(SymRef.getSymbol()).setType(ELF::STT_TLS); in fixELFSymbolsInTLSFixupsImpl()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | VirtualFileSystem.h | 66 void setType(llvm::sys::fs::file_type v) { Type = v; } in setType() function
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfUnit.h | 396 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDecl.cpp | 2491 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 …]
|
| HD | SemaExceptionSpec.cpp | 261 New->setType(Context.getFunctionType( in CheckEquivalentExceptionSpec() 280 New->setType(Context.getFunctionType( in CheckEquivalentExceptionSpec()
|
| HD | Sema.cpp | 381 ImpCast->setType(Ty); in ImpCastExprToType() 784 VD->setType(T); in ActOnEndOfTranslationUnit()
|
| HD | SemaChecking.cpp | 94 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()
|
| HD | SemaStmt.cpp | 116 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()
|
| HD | SemaExpr.cpp | 5010 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 …]
|
| HD | SemaInit.cpp | 135 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()
|
| HD | SemaTemplateInstantiateDecl.cpp | 3132 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()
|
| HD | SemaDeclCXX.cpp | 5367 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/ |
| HD | ExprCXX.cpp | 388 setType(C.DependentTy); in OverloadExpr() 1354 setType(C.BoundMemberTy); in UnresolvedMemberExpr()
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | CodeGenDAGPatterns.h | 369 void setType(unsigned ResNo, const EEVT::TypeSet &T) { Types[ResNo] = T; } in setType() function
|
| HD | DAGISelMatcherGen.cpp | 474 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
|