Home
last modified time | relevance | path

Searched refs:isXCOFF (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolXCOFF.h25 static bool classof(const MCSymbol *S) { return S->isXCOFF(); } in classof()
DMCSymbol.h282 bool isXCOFF() const { return Kind == SymbolKindXCOFF; } in isXCOFF() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h130 bool isXCOFF() const { return TypeID == ID_XCOFF32 || TypeID == ID_XCOFF64; } in isXCOFF() function