Home
last modified time | relevance | path

Searched defs:classof (Results 26 - 50 of 136) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DYAMLRemarkParser.h70 static bool classof(const RemarkParser *P) { in classof() function
103 static bool classof(const RemarkParser *P) { in classof() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCExpr.h49 static bool classof(const MCExpr *E) { in classof() function in llvm::LanaiMCExpr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h55 static bool classof(const DebugSubsectionRef *S) { in classof() function in llvm::codeview::final
76 static bool classof(const DebugSubsection *S) { in classof() function in llvm::codeview::final
H A DDebugChecksumsSubsection.h57 static bool classof(const DebugSubsectionRef *S) { in classof() function in llvm::codeview::final
79 static bool classof(const DebugSubsection *S) { in classof() function in llvm::codeview::final
H A DDebugInlineeLinesSubsection.h68 static bool classof(const DebugSubsectionRef *S) { in classof() function in llvm::codeview::final
98 static bool classof(const DebugSubsection *S) { in classof() function in llvm::codeview::final
H A DDebugLinesSubsection.h87 static bool classof(const DebugSubsectionRef *S) { in classof() function in llvm::codeview::final
119 static bool classof(const DebugSubsection *S) { in classof() function in llvm::codeview::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h33 static bool classof(const DWARFUnit *U) { return !U->isTypeUnit(); } in classof() function in llvm::DWARFCompileUnit
H A DDWARFTypeUnit.h41 static bool classof(const DWARFUnit *U) { return U->isTypeUnit(); } in classof() function in llvm::DWARFTypeUnit
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbolXCOFF.h25 static bool classof(const MCSymbol *S) { return S->isXCOFF(); } in classof() function in llvm::MCSymbolXCOFF
H A DMCSectionCOFF.h92 static bool classof(const MCSection *S) { return S->getVariant() == SV_COFF; } in classof() function in llvm::final
H A DMCSectionXCOFF.h57 static bool classof(const MCSection *S) { in classof() function in llvm::final
H A DMCSymbolMachO.h136 static bool classof(const MCSymbol *S) { return S->isMachO(); } in classof() function
H A DMCSectionELF.h89 static bool classof(const MCSection *S) { in classof() function in llvm::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h72 static bool classof(const MCExpr *E) { in classof() function in llvm::ARMMCExpr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DIntrinsicInst.cpp170 bool ConstrainedFPIntrinsic::classof(const IntrinsicInst *I) { in classof() function in ConstrainedFPIntrinsic
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DCOFFImportFile.h35 static bool classof(Binary const *V) { return V->isCOFFImportFile(); } in classof() function in llvm::object::COFFImportFile
H A DTapiUniversal.h99 static bool classof(const Binary *v) { return v->isTapiUniversal(); } in classof() function in llvm::object::TapiUniversal
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h152 static bool classof(const RemarkSerializer *S) { in classof() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DValueList.cpp49 static bool classof(const Value *V) { in classof() function in llvm::__anon23964::ConstantPlaceHolder
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerMIPS32.h370 static bool classof(const Assembler *Asm) { in classof() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.h69 static bool classof(const MCExpr *E) { in classof() function in llvm::AVRMCExpr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h82 static bool classof(const MCExpr *E) { in classof() function in llvm::NVPTXFloatMCExpr
124 static bool classof(const MCExpr *E) { in classof() function in llvm::NVPTXGenericMCSymbolRefExpr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h95 static bool classof(const MCExpr *E) { in classof() function in llvm::PPCMCExpr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.h79 static bool classof(const MCExpr *E) { in classof() function in llvm::RISCVMCExpr
83 static bool classof(const RISCVMCExpr *) { return true; } in classof() function in llvm::RISCVMCExpr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DGlobalVariable.h251 static bool classof(const Value *V) { in classof() function in llvm::GlobalVariable

Completed in 8 milliseconds

123456