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

1234567891011>>

/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCSPIRVObjectWriter.h24 static bool classof(const MCObjectTargetWriter *W) { function in class:llvm::MCSPIRVObjectTargetWriter
H A DMCDXContainerWriter.h29 static bool classof(const MCObjectTargetWriter *W) { function in class:llvm::MCDXContainerTargetWriter
H A DMCSymbolGOFF.h24 static bool classof(const MCSymbol *S) { return S->isGOFF(); } function in class:llvm::MCSymbolGOFF
H A DMCWasmObjectWriter.h33 static bool classof(const MCObjectTargetWriter *W) { function in class:llvm::MCWasmObjectTargetWriter
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
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DNoInferenceModelRunner.h25 static bool classof(const MLModelRunner *R) { function in class:llvm::NoInferenceModelRunner
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSemaConsumer.h41 static bool classof(const ASTConsumer *Consumer) { function in class:clang::SemaConsumer
H A DMultiplexExternalSemaSource.h368 static bool classof(const ExternalASTSource *S) { return S->isA(&ID); } function in class:clang::MultiplexExternalSemaSource
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionHelper.h32 static bool classof(const ExpressionTypeSystemHelper *ts) { function in class:lldb_private::ClangExpressionHelper
H A DClangModulesDeclVendor.h29 static bool classof(const DeclVendor *vendor) { function in class:lldb_private::ClangModulesDeclVendor
H A DClangDeclVendor.h32 static bool classof(const DeclVendor *vendor) { function in class:lldb_private::ClangDeclVendor
/openbsd-current/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverAddress.h56 static inline bool classof(const BreakpointResolverAddress *) { return true; } function in class:lldb_private::BreakpointResolverAddress
57 static inline bool classof(const BreakpointResolver *V) { function in class:lldb_private::BreakpointResolverAddress
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 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
H A DBreakpointResolverFileLine.h50 static inline bool classof(const BreakpointResolverFileLine *) { function in class:lldb_private::BreakpointResolverFileLine
53 static inline bool classof(const BreakpointResolver *V) { function in class:lldb_private::BreakpointResolverFileLine
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h56 static bool classof(const ObjectFile *obj) { return obj->isA(&ID); } function in class:ObjectFileJIT
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DDataBufferLLVM.h40 static bool classof(const DataBuffer *data_buffer) { function in class:lldb_private::DataBufferLLVM
66 static bool classof(const DataBuffer *data_buffer) { function in class:lldb_private::WritableDataBufferLLVM
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DArgument.h173 static bool classof(const Value *V) { function in class:llvm::final
H A DTypedPointerType.h47 static bool classof(const Type *T) { function in class:llvm::TypedPointerType
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h39 static bool classof(const DIContext *DICtx) { function in class:llvm::pdb::PDBContext
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DExtensibleRTTI.h127 static bool classof(const RTTIRoot *R) { return R->isA<ThisT>(); } function in class:llvm::RTTIExtends
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.h25 static bool classof(const SymbolFile *obj) { return obj->isA(&ID); } function in class:SymbolFileDWARFDwo
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsection.h26 static bool classof(const DebugSubsectionRef *S) { return true; } function in class:llvm::codeview::DebugSubsectionRef
39 static bool classof(const DebugSubsection *S) { return true; } function in class:llvm::codeview::DebugSubsection
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCExpr.h73 static bool classof(const MCExpr *E) { function in class:llvm::X86MCExpr

Completed in 379 milliseconds

1234567891011>>