Searched refs:isGOFF (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolGOFF.h24 static bool classof(const MCSymbol *S) { return S->isGOFF(); }
H A DMCSymbol.h287 bool isGOFF() const { return Kind == SymbolKindGOFF; } function
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h149 bool isGOFF() const { return TypeID == ID_GOFF; } function in class:llvm::object::Binary
170 if (isGOFF())
H A DGOFFObjectFile.h47 static inline bool classof(const Binary *V) { return V->isGOFF(); }
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp136 } else if (isGOFF()) {

Completed in 112 milliseconds