Home
last modified time | relevance | path

Searched defs:Kind (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCObjectWriter.cpp40 static unsigned getAbsoluteReloc(unsigned Kind) { in getAbsoluteReloc()
51 static unsigned getPCRelReloc(unsigned Kind) { in getPCRelReloc()
63 static unsigned getTLSLEReloc(unsigned Kind) { in getTLSLEReloc()
72 static unsigned getTLSLDOReloc(unsigned Kind) { in getTLSLDOReloc()
81 static unsigned getTLSLDMReloc(unsigned Kind) { in getTLSLDMReloc()
91 static unsigned getTLSGDReloc(unsigned Kind) { in getTLSGDReloc()
101 static unsigned getPLTReloc(unsigned Kind) { in getPLTReloc()
113 unsigned Kind = Fixup.getKind(); in GetRelocType() local
DSystemZMCAsmBackend.cpp23 static uint64_t extractBitsForFixup(MCFixupKind Kind, uint64_t Value) { in extractBitsForFixup()
27 switch (unsigned(Kind)) { in extractBitsForFixup() local
90 MCFixupKind Kind = Fixup.getKind(); in applyFixup() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h82 virtual void handleInvalidLockExp(StringRef Kind, SourceLocation Loc) {} in handleInvalidLockExp()
90 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock()
102 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind()
111 virtual void handleDoubleLock(StringRef Kind, Name LockName, in handleDoubleLock()
127 virtual void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope()
140 virtual void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared()
150 virtual void handleNoMutexHeld(StringRef Kind, const NamedDecl *D, in handleNoMutexHeld()
175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
185 virtual void handleFunExcludesLock(StringRef Kind, Name FunName, in handleFunExcludesLock()
190 virtual void handleLockAcquiredBefore(StringRef Kind, Name L1Name, in handleLockAcquiredBefore()
/external/llvm/lib/Support/
DTriple.cpp18 const char *Triple::getArchTypeName(ArchType Kind) { in getArchTypeName()
63 const char *Triple::getArchTypePrefix(ArchType Kind) { in getArchTypePrefix()
120 const char *Triple::getVendorTypeName(VendorType Kind) { in getVendorTypeName()
140 const char *Triple::getOSTypeName(OSType Kind) { in getOSTypeName()
173 const char *Triple::getEnvironmentTypeName(EnvironmentType Kind) { in getEnvironmentTypeName()
433 static const char *getObjectFormatTypeName(Triple::ObjectFormatType Kind) { in getObjectFormatTypeName()
843 void Triple::setArch(ArchType Kind) { in setArch()
847 void Triple::setVendor(VendorType Kind) { in setVendor()
851 void Triple::setOS(OSType Kind) { in setOS()
855 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment()
[all …]
/external/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h48 static inline bool isValidMCLOHType(unsigned Kind) { in isValidMCLOHType()
66 static inline StringRef MCLOHIdToName(MCLOHType Kind) { in MCLOHIdToName()
81 static inline int MCLOHIdToNbArgs(MCLOHType Kind) { in MCLOHIdToNbArgs()
101 MCLOHType Kind; variable
115 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args) in MCLOHDirective()
172 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective()
DMCStreamer.h396 virtual void EmitLinkerOptions(ArrayRef<std::string> Kind) {} in EmitLinkerOptions()
399 virtual void EmitDataRegion(MCDataRegionType Kind) {} in EmitDataRegion()
478 virtual void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {} in EmitLOHDirective()
/external/clang/lib/Basic/
DTokenKinds.cpp25 const char *tok::getTokenName(TokenKind Kind) { in getTokenName()
32 const char *tok::getPunctuatorSpelling(TokenKind Kind) { in getPunctuatorSpelling()
41 const char *tok::getKeywordSpelling(TokenKind Kind) { in getKeywordSpelling()
DOpenMPKinds.cpp31 const char *clang::getOpenMPDirectiveName(OpenMPDirectiveKind Kind) { in getOpenMPDirectiveName()
61 const char *clang::getOpenMPClauseName(OpenMPClauseKind Kind) { in getOpenMPClauseName()
76 unsigned clang::getOpenMPSimpleClauseType(OpenMPClauseKind Kind, in getOpenMPSimpleClauseType()
125 const char *clang::getOpenMPSimpleClauseTypeName(OpenMPClauseKind Kind, in getOpenMPSimpleClauseTypeName()
370 bool clang::isOpenMPPrivate(OpenMPClauseKind Kind) { in isOpenMPPrivate()
376 bool clang::isOpenMPThreadPrivate(OpenMPClauseKind Kind) { in isOpenMPThreadPrivate()
/external/llvm/lib/IR/
DAttributeImpl.h75 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile()
80 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile()
98 Attribute::AttrKind Kind; variable
101 EnumAttributeImpl(AttrEntryKind ID, Attribute::AttrKind Kind) in EnumAttributeImpl()
105 EnumAttributeImpl(Attribute::AttrKind Kind) in EnumAttributeImpl()
116 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl()
129 std::string Kind; variable
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp100 SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
112 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal()
145 XCoreTargetObjectFile::getSectionForConstant(SectionKind Kind, in getSectionForConstant()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCExpr.h106 const VariantKind Kind; variable
108 explicit AArch64MCExpr(const MCExpr *Expr, VariantKind Kind) in AArch64MCExpr()
132 static VariantKind getSymbolLoc(VariantKind Kind) { in getSymbolLoc()
136 static VariantKind getAddressFrag(VariantKind Kind) { in getAddressFrag()
140 static bool isNotChecked(VariantKind Kind) { return Kind & VK_NC; } in isNotChecked()
DAArch64MCCodeEmitter.cpp234 MCFixupKind Kind = MCFixupKind(FixupKind); in getLdStUImm12OpValue() local
256 MCFixupKind Kind = MI.getOpcode() == AArch64::ADR in getAdrLabelOpValue() local
288 MCFixupKind Kind = MCFixupKind(AArch64::fixup_aarch64_add_imm12); in getAddSubImmOpValue() local
308 MCFixupKind Kind = MCFixupKind(AArch64::fixup_aarch64_pcrel_branch19); in getCondBranchTargetOpValue() local
330 MCFixupKind Kind = MCFixupKind(AArch64::fixup_aarch64_ldr_pcrel_imm19); in getLoadLiteralOpValue() local
378 MCFixupKind Kind = MCFixupKind(AArch64::fixup_aarch64_pcrel_branch14); in getTestBranchTargetOpValue() local
400 MCFixupKind Kind = MI.getOpcode() == AArch64::BL in getBranchTargetOpValue() local
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCExpr.cpp29 SparcMCExpr::Create(VariantKind Kind, const MCExpr *Expr, in Create()
48 bool SparcMCExpr::printVariantKind(raw_ostream &OS, VariantKind Kind) in printVariantKind()
126 Sparc::Fixups SparcMCExpr::getFixupKind(SparcMCExpr::VariantKind Kind) { in getFixupKind()
/external/clang/lib/AST/
DExprClassification.cpp90 ExprValueKind Kind) { in ClassifyExprValueKind()
108 #define ABSTRACT_STMT(Kind) in ClassifyInternal() argument
109 #define STMT(Kind, Base) case Expr::Kind##Class: in ClassifyInternal() argument
110 #define EXPR(Kind, Base) in ClassifyInternal() argument
574 Cl::Kinds Kind, SourceLocation &Loc) { in IsModifiable()
/external/clang/lib/Parse/
DParseOpenMP.cpp286 bool Parser::ParseOpenMPSimpleVarList(OpenMPDirectiveKind Kind, in ParseOpenMPSimpleVarList()
486 OMPClause *Parser::ParseOpenMPSingleExprClause(OpenMPClauseKind Kind) { in ParseOpenMPSingleExprClause()
515 OMPClause *Parser::ParseOpenMPSimpleClause(OpenMPClauseKind Kind) { in ParseOpenMPSimpleClause()
555 OMPClause *Parser::ParseOpenMPClause(OpenMPClauseKind Kind) { in ParseOpenMPClause()
569 OMPClause *Parser::ParseOpenMPSingleExprWithArgClause(OpenMPClauseKind Kind) { in ParseOpenMPSingleExprWithArgClause()
673 OMPClause *Parser::ParseOpenMPVarListClause(OpenMPClauseKind Kind) { in ParseOpenMPVarListClause()
/external/llvm/include/llvm/IR/
DValueHandle.h63 explicit ValueHandleBase(HandleBaseKind Kind) in ValueHandleBase()
65 ValueHandleBase(HandleBaseKind Kind, Value *V) in ValueHandleBase()
70 ValueHandleBase(HandleBaseKind Kind, const ValueHandleBase &RHS) in ValueHandleBase()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h87 const MCSection *getSectionForConstant(SectionKind Kind, in getSectionForConstant()
93 SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp205 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
225 static StringRef getSectionPrefixForGlobal(SectionKind Kind) { in getSectionPrefixForGlobal()
250 SectionKind Kind, Mangler &Mang, in selectELFSectionForGlobal()
312 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal()
356 TargetLoweringObjectFileELF::getSectionForConstant(SectionKind Kind, in getSectionForConstant()
544 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
586 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal()
653 TargetLoweringObjectFileMachO::getSectionForConstant(SectionKind Kind, in getSectionForConstant()
865 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
894 static const char *getCOFFSectionNameForUniqueGlobal(SectionKind Kind) { in getCOFFSectionNameForUniqueGlobal()
[all …]
/external/clang/lib/Driver/
DAction.cpp58 JobAction::JobAction(ActionClass Kind, std::unique_ptr<Action> Input, in JobAction()
62 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction()
128 VerifyJobAction::VerifyJobAction(ActionClass Kind, in VerifyJobAction()
135 VerifyJobAction::VerifyJobAction(ActionClass Kind, ActionList &Inputs, in VerifyJobAction()
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp101 bool isConvertibleTo(ast_type_traits::ASTNodeKind Kind, in isConvertibleTo()
159 bool isConvertibleTo(ast_type_traits::ASTNodeKind Kind, in isConvertibleTo()
202 bool isConvertibleTo(ast_type_traits::ASTNodeKind Kind, in isConvertibleTo()
343 bool VariantValue::isConvertibleTo(ArgKind Kind, unsigned *Specificity) const { in isConvertibleTo()
368 for (const ArgKind& Kind : Kinds) { in isConvertibleTo() local
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h156 enum Kind { enum
265 enum Kind Kind; variable
279 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(None) { } in CodeCompletionContext()
284 : Kind(Kind), in Kind() function
386 ChunkKind Kind; member
/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h128 MCLOHType Kind; variable
136 MILOHDirective(MCLOHType Kind, const LOHArgs &Args) in MILOHDirective()
151 void addLOHDirective(MCLOHType Kind, const MILOHArgs &Args) { in addLOHDirective()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp114 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal()
140 getSectionForConstant(SectionKind Kind, const Constant *C) const { in getSectionForConstant()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp36 unsigned Kind = Fixup.getKind(); in adjustFixupValue() local
168 static bool needsMMLEByteOrder(unsigned Kind) { in needsMMLEByteOrder()
187 MCFixupKind Kind = Fixup.getKind(); in applyFixup() local
/external/clang/lib/Sema/
DSemaAttr.cpp144 void Sema::ActOnPragmaOptionsAlign(PragmaOptionsAlignKind Kind, in ActOnPragmaOptionsAlign()
190 void Sema::ActOnPragmaPack(PragmaPackKind Kind, IdentifierInfo *Name, in ActOnPragmaPack()
268 void Sema::ActOnPragmaMSStruct(PragmaMSStructKind Kind) { in ActOnPragmaMSStruct()
272 void Sema::ActOnPragmaMSComment(PragmaMSCommentKind Kind, StringRef Arg) { in ActOnPragmaMSComment()
303 void Sema::ActOnPragmaMSVtorDisp(PragmaVtorDispKind Kind, in ActOnPragmaMSVtorDisp()

12345678910>>...17