static JITSymbolFlags fromGlobalValue(const GlobalValue &GV)
Construct a JITSymbolFlags value based on the flags of the given global value.
bool hasCommonLinkage() const
struct fuzzer::@269 Flags
bool hasHiddenVisibility() const
Flags for symbols in the JIT.
static JITSymbolFlags fromObjectSymbol(const object::BasicSymbolRef &Symbol)
Construct a JITSymbolFlags value based on the flags of the given libobject symbol.
bool hasWeakLinkage() const
uint32_t getFlags() const
Get symbol flags (bitwise OR of SymbolRef::Flags)
bool hasLinkOnceLinkage() const
This is a value type class that represents a single symbol in the list of symbols in the object file...
bool hasLocalLinkage() const