Searched defs:classof (Results 1 - 25 of 243) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DAbsoluteAtom.h30 static bool classof(const Atom *a) { function in class:lld::AbsoluteAtom
34 static bool classof(const AbsoluteAtom *) { return true; } function in class:lld::AbsoluteAtom
H A DArchiveLibraryFile.h28 static bool classof(const File *f) { function in class:lld::ArchiveLibraryFile
H A DSharedLibraryAtom.h38 static bool classof(const Atom *a) { function in class:lld::SharedLibraryAtom
42 static inline bool classof(const SharedLibraryAtom *) { return true; } function in class:lld::SharedLibraryAtom
H A DSharedLibraryFile.h22 static bool classof(const File *f) { function in class:lld::SharedLibraryFile
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConsumer.h41 static bool classof(const ASTConsumer *Consumer) { function in class:clang::SemaConsumer
H A DMultiplexExternalSemaSource.h362 static bool classof(const ExternalASTSource *S) { return S->isA(&ID); } function in class:clang::MultiplexExternalSemaSource
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionHelper.h29 static bool classof(const ExpressionTypeSystemHelper *ts) { function in class:lldb_private::ClangExpressionHelper
H A DClangDeclVendor.h29 static bool classof(const DeclVendor *vendor) { function in class:lldb_private::ClangDeclVendor
H A DClangModulesDeclVendor.h30 static bool classof(const DeclVendor *vendor) { function in class:lldb_private::ClangModulesDeclVendor
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h54 static bool classof(const ObjectFile *obj) { return obj->isA(&ID); } function in class:ObjectFileJIT
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalAlias.h86 static bool classof(const Value *V) { function in class:llvm::GlobalAlias
H A DConstant.h155 static bool classof(const Value *V) { function in class:llvm::Constant
H A DArgument.h135 static bool classof(const Value *V) { function in class:llvm::final
H A DGlobalIFunc.h68 static bool classof(const Value *V) { function in class:llvm::final
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCExpr.h72 static bool classof(const MCExpr *E) { function in class:llvm::X86MCExpr
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsection.h24 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
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h39 static bool classof(const DIContext *DICtx) { function in class:llvm::pdb::PDBContext
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h35 static bool classof(const MCObjectTargetWriter *W) { function in class:llvm::MCWinCOFFObjectTargetWriter
H A DMCXCOFFObjectWriter.h26 static bool classof(const MCObjectTargetWriter *W) { function in class:llvm::MCXCOFFObjectTargetWriter
H A DMCWasmObjectWriter.h32 static bool classof(const MCObjectTargetWriter *W) { function in class:llvm::MCWasmObjectTargetWriter
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwoDwp.h25 static bool classof(const SymbolFile *obj) { return obj->isA(&ID); } function in class:SymbolFileDWARFDwoDwp
H A DSymbolFileDWARFDwo.h24 static bool classof(const SymbolFile *obj) { return obj->isA(&ID); } function in class:SymbolFileDWARFDwo
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverFileRegex.h52 static inline bool classof(const BreakpointResolverFileRegex *) { function in class:lldb_private::BreakpointResolverFileRegex
55 static inline bool classof(const BreakpointResolver *V) { function in class:lldb_private::BreakpointResolverFileRegex
H A DBreakpointResolverAddress.h54 static inline bool classof(const BreakpointResolverAddress *) { return true; } function in class:lldb_private::BreakpointResolverAddress
55 static inline bool classof(const BreakpointResolver *V) { function in class:lldb_private::BreakpointResolverAddress
H A DBreakpointResolverScripted.h51 static inline bool classof(const BreakpointResolverScripted *) { return true; } function in class:lldb_private::BreakpointResolverScripted
52 static inline bool classof(const BreakpointResolver *V) { function in class:lldb_private::BreakpointResolverScripted

Completed in 334 milliseconds

12345678910