Searched refs:isXCOFF (Results 1 – 3 of 3) sorted by relevance
25 static bool classof(const MCSymbol *S) { return S->isXCOFF(); } in classof()
282 bool isXCOFF() const { return Kind == SymbolKindXCOFF; } in isXCOFF() function
130 bool isXCOFF() const { return TypeID == ID_XCOFF32 || TypeID == ID_XCOFF64; } in isXCOFF() function