HomeSort by: relevance | last modified time | path
    Searched defs:classof (Results 1 - 25 of 179) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 33 static bool classof(const DWARFUnit *U) { return !U->isTypeUnit(); } function in class:llvm::DWARFCompileUnit
DWARFTypeUnit.h 41 static bool classof(const DWARFUnit *U) { return U->isTypeUnit(); } function in class:llvm::DWARFTypeUnit
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 369 static bool classof(const ExternalASTSource *S) { return S->isA(&ID); } function in class:clang::MultiplexExternalSemaSource
SemaConsumer.h 41 static bool classof(const ASTConsumer *Consumer) { function in class:clang::SemaConsumer
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalAlias.h 86 static bool classof(const Value *V) { function in class:llvm::GlobalAlias
GlobalIFunc.h 68 static bool classof(const Value *V) { function in class:llvm::final
Argument.h 173 static bool classof(const Value *V) { function in class:llvm::final
Constant.h 167 static bool classof(const Value *V) { function in class:llvm::Constant
GlobalIndirectSymbol.h 79 static bool classof(const Value *V) { function in class:llvm::GlobalIndirectSymbol
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolELF.h 46 static bool classof(const MCSymbol *S) { return S->isELF(); } function in class:llvm::MCSymbolELF
MCWasmObjectWriter.h 32 static bool classof(const MCObjectTargetWriter *W) { function in class:llvm::MCWasmObjectTargetWriter
MCWinCOFFObjectWriter.h 35 static bool classof(const MCObjectTargetWriter *W) { function in class:llvm::MCWinCOFFObjectTargetWriter
MCXCOFFObjectWriter.h 26 static bool classof(const MCObjectTargetWriter *W) { function in class:llvm::MCXCOFFObjectTargetWriter
MCSectionCOFF.h 89 static bool classof(const MCSection *S) { return S->getVariant() == SV_COFF; } function in class:llvm::final
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCExpr.h 72 static bool classof(const MCExpr *E) { function in class:llvm::X86MCExpr
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
LocInfoType.h 50 static bool classof(const Type *T) { function in class:clang::LocInfoType
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugSubsection.h 24 static bool classof(const DebugSubsectionRef *S) { return true; } function in class:llvm::codeview::DebugSubsectionRef
37 static bool classof(const DebugSubsection *S) { return true; } function in class:llvm::codeview::DebugSubsection
DebugSymbolRVASubsection.h 32 static bool classof(const DebugSubsectionRef *S) { function in class:llvm::codeview::final
49 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::final
DebugCrossExSubsection.h 32 static bool classof(const DebugSubsectionRef *S) { function in class:llvm::codeview::final
51 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::final
DebugFrameDataSubsection.h 24 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::final
46 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::final
DebugStringTableSubsection.h 35 static bool classof(const DebugSubsectionRef *S) { function in class:llvm::codeview::DebugStringTableSubsectionRef
60 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::DebugStringTableSubsection
DebugSymbolsSubsection.h 23 static bool classof(const DebugSubsectionRef *S) { function in class:llvm::codeview::final
39 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::final
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBContext.h 39 static bool classof(const DIContext *DICtx) { function in class:llvm::pdb::PDBContext
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ExtensibleRTTI.h 130 static bool classof(const RTTIRoot *R) { return R->isA<ThisT>(); } function in class:llvm::RTTIExtends
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ABIInfo.h 144 static bool classof(const ABIInfo *info) { function in class:clang::CodeGen::SwiftABIInfo

Completed in 32 milliseconds

1 2 3 4 5 6 7 8