Searched defs:classof (Results 51 - 75 of 250) sorted by relevance

12345678910

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCExpr.h49 static bool classof(const MCExpr *E) { function in class:llvm::LanaiMCExpr
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h77 static bool classof(const MCSection *S) { function in class:llvm::final
H A DMCSymbolCOFF.h61 static bool classof(const MCSymbol *S) { return S->isCOFF(); } function in class:llvm::MCSymbolCOFF
H A DMCSymbolELF.h46 static bool classof(const MCSymbol *S) { return S->isELF(); } function in class:llvm::MCSymbolELF
H A DMCSectionCOFF.h89 static bool classof(const MCSection *S) { return S->getVariant() == SV_COFF; } function in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRObjectFile.h47 static bool classof(const Binary *v) { function in class:llvm::object::IRObjectFile
H A DTapiFile.h42 static bool classof(const Binary *v) { return v->isTapiFile(); } function in class:llvm::object::TapiFile
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DYAMLRemarkSerializer.h45 static bool classof(const RemarkSerializer *S) { function in struct:llvm::remarks::YAMLRemarkSerializer
88 static bool classof(const RemarkSerializer *S) { function in struct:llvm::remarks::YAMLStrTabRemarkSerializer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.h56 static bool classof(const RemarkParser *P) { function in struct:llvm::remarks::BitstreamRemarkParser
H A DYAMLRemarkParser.h70 static bool classof(const RemarkParser *P) { function in struct:llvm::remarks::YAMLRemarkParser
103 static bool classof(const RemarkParser *P) { function in struct:llvm::remarks::YAMLStrTabRemarkParser
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DNode.h48 static bool classof(const Node *a) { function in class:lld::GroupEnd
62 static bool classof(const Node *a) { function in class:lld::FileNode
H A DAtom.h62 static bool classof(const Atom *a) { return true; } function in class:lld::Atom
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h38 static bool classof(const PersistentExpressionState *pv) { function in class:lldb_private::ClangPersistentVariables
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h51 static bool classof(const LanguageRuntime *runtime) { function in class:lldb_private::CPPLanguageRuntime
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h61 static bool classof(const ObjectFile *obj) { return obj->isA(&ID); } function in class:lldb_private::wasm::ObjectFileWasm
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h55 static bool classof(const DebugSubsectionRef *S) { function in class:llvm::codeview::final
76 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::final
H A DDebugChecksumsSubsection.h57 static bool classof(const DebugSubsectionRef *S) { function in class:llvm::codeview::final
79 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::final
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h33 static bool classof(const DWARFUnit *U) { return !U->isTypeUnit(); } function in class:llvm::DWARFCompileUnit
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h72 static bool classof(const MCExpr *E) { function in class:llvm::ARMMCExpr
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DInputFiles.h72 static bool classof(const InputFile *f) { return f->kind() == ObjKind; } function in class:lld::macho::ObjFile
90 static bool classof(const InputFile *f) { return f->kind() == DylibKind; } function in class:lld::macho::DylibFile
102 static bool classof(const InputFile *f) { return f->kind() == ArchiveKind; } function in class:lld::macho::ArchiveFile
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DLLVMUserExpression.h40 static bool classof(const Expression *obj) { return obj->isA(&ID); } function in class:lldb_private::LLVMUserExpression
H A DUserExpression.h41 static bool classof(const Expression *obj) { return obj->isA(&ID); } function in class:lldb_private::UserExpression
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h39 static bool classof(const LanguageRuntime *runtime) { function in class:lldb_private::AppleObjCRuntimeV1
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h53 static bool classof(const SymbolFile *obj) { return obj->isA(&ID); } function in class:lldb_private::npdb::SymbolFileNativePDB
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h34 static bool classof(const SymbolFile *obj) { return obj->isA(&ID); } function in class:SymbolFilePDB

Completed in 163 milliseconds

12345678910