/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | AttributeImpl.h | 124 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, variable 89 Profile(FoldingSetNodeID & ID,Attribute::AttrKind Kind) Profile() argument 94 Profile(FoldingSetNodeID & ID,Attribute::AttrKind Kind,uint64_t Val) Profile() argument 101 Profile(FoldingSetNodeID & ID,StringRef Kind,StringRef Values) Profile() argument 106 Profile(FoldingSetNodeID & ID,Attribute::AttrKind Kind,Type * Ty) Profile() argument 127 EnumAttributeImpl(AttrEntryKind ID,Attribute::AttrKind Kind) EnumAttributeImpl() argument 131 EnumAttributeImpl(Attribute::AttrKind Kind) EnumAttributeImpl() argument 144 IntAttributeImpl(Attribute::AttrKind Kind,uint64_t Val) IntAttributeImpl() argument 183 totalSizeToAlloc(StringRef Kind,StringRef Val) totalSizeToAlloc() argument 193 TypeAttributeImpl(Attribute::AttrKind Kind,Type * Ty) TypeAttributeImpl() argument 206 hasAttribute(Attribute::AttrKind Kind) hasAttribute() argument 210 addAttribute(Attribute::AttrKind Kind) addAttribute() argument 249 hasAttribute(Attribute::AttrKind Kind) hasAttribute() argument 317 hasFnAttribute(Attribute::AttrKind Kind) hasFnAttribute() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZELFObjectWriter.cpp | 45 static unsigned getAbsoluteReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getAbsoluteReloc() 71 static unsigned getPCRelReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getPCRelReloc() 97 static unsigned getTLSLEReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSLEReloc() 107 static unsigned getTLSLDOReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSLDOReloc() 117 static unsigned getTLSLDMReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSLDMReloc() 128 static unsigned getTLSGDReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSGDReloc() 139 static unsigned getPLTReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getPLTReloc() 155 unsigned Kind = Fixup.getKind(); in getRelocType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | TokenKinds.cpp | 24 const char *tok::getTokenName(TokenKind Kind) { in getTokenName() 31 const char *tok::getPunctuatorSpelling(TokenKind Kind) { in getPunctuatorSpelling() 40 const char *tok::getKeywordSpelling(TokenKind Kind) { in getKeywordSpelling() 49 const char *tok::getPPKeywordSpelling(tok::PPKeywordKind Kind) { in getPPKeywordSpelling() 58 bool tok::isAnnotation(TokenKind Kind) { in isAnnotation() 68 bool tok::isPragmaAnnotation(TokenKind Kind) { in isPragmaAnnotation()
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Taint.cpp | 47 addTaint(ProgramStateRef State,const Stmt * S,const LocationContext * LCtx,TaintTagType Kind) addTaint() argument 52 addTaint(ProgramStateRef State,SVal V,TaintTagType Kind) addTaint() argument 80 addTaint(ProgramStateRef State,const MemRegion * R,TaintTagType Kind) addTaint() argument 87 addTaint(ProgramStateRef State,SymbolRef Sym,TaintTagType Kind) addTaint() argument 127 addPartialTaint(ProgramStateRef State,SymbolRef ParentSym,const SubRegion * SubRegion,TaintTagType Kind) addPartialTaint() argument 148 isTainted(ProgramStateRef State,const Stmt * S,const LocationContext * LCtx,TaintTagType Kind) isTainted() argument 153 isTainted(ProgramStateRef State,SVal V,TaintTagType Kind) isTainted() argument 164 isTainted(ProgramStateRef State,SymbolRef Sym,TaintTagType Kind) isTainted() argument 172 getTaintedSymbols(ProgramStateRef State,const Stmt * S,const LocationContext * LCtx,TaintTagType Kind) getTaintedSymbols() argument 177 getTaintedSymbols(ProgramStateRef State,SVal V,TaintTagType Kind) getTaintedSymbols() argument 183 getTaintedSymbols(ProgramStateRef State,SymbolRef Sym,TaintTagType Kind) getTaintedSymbols() argument 189 getTaintedSymbols(ProgramStateRef State,const MemRegion * Reg,TaintTagType Kind) getTaintedSymbols() argument 196 getTaintedSymbolsImpl(ProgramStateRef State,const Stmt * S,const LocationContext * LCtx,TaintTagType Kind,bool returnFirstOnly) getTaintedSymbolsImpl() argument 203 getTaintedSymbolsImpl(ProgramStateRef State,SVal V,TaintTagType Kind,bool returnFirstOnly) getTaintedSymbolsImpl() argument 253 getTaintedSymbolsImpl(ProgramStateRef State,SymbolRef Sym,TaintTagType Kind,bool returnFirstOnly) getTaintedSymbolsImpl() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 31 explicit SymbolRecord(SymbolRecordKind Kind) : Kind(Kind) {} in SymbolRecord() 36 SymbolRecordKind Kind; variable 45 explicit ProcSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in ProcSym() 46 ProcSym(SymbolRecordKind Kind, uint32_t RecordOffset) in ProcSym() 71 explicit Thunk32Sym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in Thunk32Sym() 72 Thunk32Sym(SymbolRecordKind Kind, uint32_t RecordOffset) in Thunk32Sym() 91 explicit TrampolineSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in TrampolineSym() 92 TrampolineSym(SymbolRecordKind Kind, uint32_t RecordOffset) in TrampolineSym() 108 explicit SectionSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in SectionSym() 109 SectionSym(SymbolRecordKind Kind, uint32_t RecordOffset) in SectionSym() [all …]
|
H A D | TypeRecord.h | 35 TypeLeafKind Kind; member 121 explicit TypeRecord(TypeRecordKind Kind) : Kind(Kind) {} in TypeRecord() 126 TypeRecordKind Kind; variable 133 explicit ModifierRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ModifierRecord() 149 explicit ProcedureRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ProcedureRecord() 174 explicit MemberFunctionRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in MemberFunctionRecord() 209 explicit LabelRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in LabelRecord() 220 explicit MemberFuncIdRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in MemberFuncIdRecord() 239 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ArgListRecord() 241 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) in ArgListRecord() [all …]
|
H A D | SymbolRecordHelpers.h | 20 inline bool symbolOpensScope(SymbolKind Kind) { in symbolOpensScope() 39 inline bool symbolEndsScope(SymbolKind Kind) { in symbolEndsScope()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCLinkerOptimizationHint.h | 48 static inline bool isValidMCLOHType(unsigned Kind) { in isValidMCLOHType() argument 67 static inline StringRef MCLOHIdToName(MCLOHType Kind) { in MCLOHIdToName() argument 83 static inline int MCLOHIdToNbArgs(MCLOHType Kind) { in MCLOHIdToNbArgs() argument 103 MCLOHType Kind; variable 117 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args) in MCLOHDirective() argument 155 addDirective(MCLOHType Kind,const MCLOHDirective::LOHArgs & Args) addDirective() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 49 static X86_64RelType getType64(MCFixupKind Kind, in getType64() argument 52 switch (unsigned(Kind)) { in getType64() local 106 MCFixupKind Kind) { in getRelocType64() argument 212 switch (unsigned(Kind)) { in getRelocType64() local 236 MCFixupKind Kind) { in getRelocType32() argument 329 MCFixupKind Kind = Fixup.getKind(); in getRelocType() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYMCCodeEmitter.h | 59 MCFixupKind Kind = getTargetFixup(MO.getExpr()); in getImmOpValue() local 109 MCFixupKind Kind = MCFixupKind(FIXUP); in getBranchSymbolOpValue() local 124 MCFixupKind Kind = MCFixupKind(FIXUP); in getConstpoolSymbolOpValue() local 139 MCFixupKind Kind = MCFixupKind(FIXUP); in getDataSymbolOpValue() local 153 MCFixupKind Kind = MCFixupKind(CSKY::fixup_csky_pcrel_imm26_scale2); in getCallSymbolOpValue() local 167 MCFixupKind Kind = MCFixupKind(CSKY::fixup_csky_pcrel_imm18_scale2); in getBareSymbolOpValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | SymbolSet.cpp | 14 Symbol *SymbolSet::addGlobalImpl(EncodeKind Kind, StringRef Name, in addGlobalImpl() argument 24 Symbol *SymbolSet::addGlobal(EncodeKind Kind, StringRef Name, SymbolFlags Flags, in addGlobal() argument 31 const Symbol *SymbolSet::findSymbol(EncodeKind Kind, StringRef Name, in findSymbol() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafety.h | 117 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock() 131 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind() 142 virtual void handleDoubleLock(StringRef Kind, Name LockName, in handleDoubleLock() 159 virtual void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope() 172 virtual void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared() 205 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld() 223 virtual void handleFunExcludesLock(StringRef Kind, Name FunName, in handleFunExcludesLock() 227 virtual void handleLockAcquiredBefore(StringRef Kind, Name L1Name, in handleLockAcquiredBefore()
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGLexer.cpp | 36 tgtok::TokKind Kind; member 181 tgtok::TokKind Kind = prepIsDirective(); in LexToken() local 348 tgtok::TokKind Kind = StringSwitch<tgtok::TokKind>(Str) in LexIdentifier() local 558 tgtok::TokKind Kind = LexExclaim() local 659 tgtok::TokKind Kind = PD.Kind; prepIsDirective() local 697 prepEatPreprocessorDirective(tgtok::TokKind Kind) prepEatPreprocessorDirective() argument 713 lexPreprocessor(tgtok::TokKind Kind,bool ReturnNextLiveToken) lexPreprocessor() argument 866 tgtok::TokKind Kind = prepIsDirective(); prepSkipRegion() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 42 static const char *getOverloadTypeName(OverloadKind Kind) { in getOverloadTypeName() argument 109 static std::string getTypeName(OverloadKind Kind, Type *Ty) { in getTypeName() argument 148 static std::string constructOverloadName(OverloadKind Kind, Type *Ty, in constructOverloadName() argument 158 constructOverloadTypeName(OverloadKind Kind,StringRef TypeName) constructOverloadTypeName() argument 178 OverloadKind Kind = getOverloadKind(OverloadTy); getResRetType() local 190 getTypeFromParameterKind(ParameterKind Kind,Type * OverloadTy) getTypeFromParameterKind() argument 231 ParameterKind Kind = ParamKinds[I]; getDXILOpFunctionType() local 242 OverloadKind Kind = getOverloadKind(OverloadTy); getOrCreateDXILOpFunction() local 311 auto Kind = ParamKinds[Prop->OverloadParamIndex]; getOverloadTy() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 24 StringRef Triple::getArchTypeName(ArchType Kind) { in getArchTypeName() argument 94 StringRef Triple::getArchName(ArchType Kind, SubArchType SubArch) { in getArchName() argument 124 getArchTypePrefix(ArchType Kind) getArchTypePrefix() argument 214 getVendorTypeName(VendorType Kind) getVendorTypeName() argument 236 getOSTypeName(OSType Kind) getOSTypeName() argument 284 getEnvironmentTypeName(EnvironmentType Kind) getEnvironmentTypeName() argument 332 getObjectFormatTypeName(ObjectFormatType Kind) getObjectFormatTypeName() argument 1382 setArch(ArchType Kind,SubArchType SubArch) setArch() argument 1386 setVendor(VendorType Kind) setVendor() argument 1390 setOS(OSType Kind) setOS() argument 1394 setEnvironment(EnvironmentType Kind) setEnvironment() argument 1402 setObjectFormat(ObjectFormatType Kind) setObjectFormat() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVTargetObjectFile.h | 28 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, in getSectionForConstant() 33 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind, in getExplicitSectionGlobal() 37 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind, in SelectSectionForGlobal()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
H A D | VEMCExpr.cpp | 27 const VEMCExpr *VEMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() argument 44 bool VEMCExpr::printVariantKind(raw_ostream &OS, VariantKind Kind) { in printVariantKind() argument 70 void VEMCExpr::printVariantKindSuffix(raw_ostream &OS, VariantKind Kind) { in printVariantKindSuffix() argument 139 VE::Fixups VEMCExpr::getFixupKind(VEMCExpr::VariantKind Kind) { in getFixupKind() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 168 isOpenACCSpecialToken(OpenACCSpecialTokenKind Kind,Token Tok) isOpenACCSpecialToken() argument 211 tryParseAndConsumeSpecialTokenKind(Parser & P,OpenACCSpecialTokenKind Kind,DirOrClauseTy DirOrClause) tryParseAndConsumeSpecialTokenKind() argument 233 isOpenACCDirectiveKind(OpenACCDirectiveKind Kind,Token Tok) isOpenACCDirectiveKind() argument 457 getClauseParensKind(OpenACCDirectiveKind DirKind,OpenACCClauseKind Kind) getClauseParensKind() argument 510 ClauseHasOptionalParens(OpenACCDirectiveKind DirKind,OpenACCClauseKind Kind) ClauseHasOptionalParens() argument 515 ClauseHasRequiredParens(OpenACCDirectiveKind DirKind,OpenACCClauseKind Kind) ClauseHasRequiredParens() argument 566 ParseOpenACCClauseVarList(OpenACCClauseKind Kind) ParseOpenACCClauseVarList() argument 630 OpenACCClauseKind Kind = getOpenACCClauseKind(getCurToken()); ParseOpenACCClause() local 643 ParseOpenACCClauseParams(OpenACCDirectiveKind DirKind,OpenACCClauseKind Kind) ParseOpenACCClauseParams() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalVariable.h | 193 void addAttribute(Attribute::AttrKind Kind) { in addAttribute() 203 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() 208 bool hasAttribute(StringRef Kind) const { in hasAttribute() 218 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() 223 Attribute getAttribute(StringRef Kind) const { in getAttribute()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ComparisonCategories.h | 82 ComparisonCategoryType Kind) in ComparisonCategoryInfo() argument 86 ComparisonCategoryResult Kind; member 122 ComparisonCategoryType Kind; variable 186 getInfo(ComparisonCategoryType Kind) getInfo() argument 207 lookupInfo(ComparisonCategoryType Kind) lookupInfo() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreTargetObjectFile.cpp | 98 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument 109 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument 144 getSectionForConstant(const DataLayout & DL,SectionKind Kind,const Constant * C,Align & Alignment) const getSectionForConstant() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchMCExpr.cpp | 29 VariantKind Kind, MCContext &Ctx, in create() argument 35 VariantKind Kind = getKind(); in printImpl() local 65 StringRef LoongArchMCExpr::getVariantKindName(VariantKind Kind) { in getVariantKindName() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ForceFunctionAttrs.cpp | 62 auto Kind = Attribute::getAttrKindFromName(AttributeText); in forceAttributes() local 71 auto Kind = ParseFunctionAndAttr(S); in forceAttributes() local 78 auto Kind = ParseFunctionAndAttr(S); in forceAttributes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetObjectFile.h | 24 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, in getSectionForConstant() 30 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind, in getExplicitSectionGlobal()
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ComparisonCategories.cpp | 103 ComparisonCategoryType Kind) { in lookupCXXRecordDecl() argument 149 CCT Kind = static_cast<CCT>(I); in lookupInfoForType() local 172 getCategoryString(ComparisonCategoryType Kind) getCategoryString() argument 185 getResultString(ComparisonCategoryResult Kind) getResultString() argument [all...] |