Searched defs:Kind (Results 1 - 25 of 275) sorted by relevance

1234567891011

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp31 const char *clang::getOpenMPDirectiveName(OpenMPDirectiveKind Kind) { argument
H A DOperatorPrecedence.cpp18 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator, argument
H A DTokenKinds.cpp25 const char *tok::getTokenName(enum TokenKind Kind) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttrKinds.h23 enum Kind { enum in namespace:clang::attr
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCSection.h43 SectionKind Kind; member in class:llvm::MCSection
H A DMCELFStreamer.h32 MCELFStreamer(StreamerKind Kind, MCContext &Context, MCAsmBackend &TAB, argument
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCSectionELF.cpp150 unsigned MCSectionELF::DetermineEntrySize(SectionKind Kind) { argument
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DError.cpp25 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, argument
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp17 ARMMCExpr::Create(VariantKind Kind, const MCExpr *Expr, argument
H A DARMMCExpr.h26 const VariantKind Kind; member in class:llvm::ARMMCExpr
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp83 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeTargetObjectFile.cpp77 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp105 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, argument
[all...]
H A DMipsMCInstLower.cpp39 MCSymbolRefExpr::VariantKind Kind; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h93 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp33 OpenMPDirectiveKind Kind = Tok.isAnnotation() ? local
70 ParseOpenMPSimpleVarList( OpenMPDirectiveKind Kind, SmallVectorImpl<DeclarationNameInfo> &IdList) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTCommon.cpp149 bool serialization::isRedeclarableDeclKind(unsigned Kind) { argument
H A DModule.cpp23 ModuleFile::ModuleFile(ModuleKind Kind, unsigned Generation) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp25 AArch64MCExpr::Create(VariantKind Kind, const MCExpr *Expr, argument
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp38 MCSymbolRefExpr::VariantKind Kind = MCSymbolRefExpr::VK_None; local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaFixItUtils.h50 OverloadFixItKind Kind; member in struct:clang::ConversionFixItGenerator
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h82 explicit MachineJumpTableInfo(JTEntryKind Kind): EntryKind(Kind) {} argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DGCMetadata.cpp132 static const char *DescKind(GC::PointKind Kind) { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp109 MCSymbolRefExpr::VariantKind Kind = SRE->getKind(); local
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCObjectWriter.cpp46 static unsigned getAbsoluteReloc(unsigned Kind) { argument
57 static unsigned getPCRelReloc(unsigned Kind) { argument
71 static unsigned getTLSLEReloc(unsigned Kind) { argument
80 getPLTReloc(unsigned Kind) argument
96 unsigned Kind = Fixup.getKind(); local
[all...]

Completed in 196 milliseconds

1234567891011