Home
last modified time | relevance | path

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

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