ARM‐specific JIT symbol flags. FIXME: This should be moved into a target‐specific header.

Synopsis

Declared in <llvm/ExecutionEngine/JITSymbol.h>

class ARMJITSymbolFlags;

Enums

Name

Description

FlagNames

Named ARM target‐specific JIT symbol flag bits.

Member Functions

Name

Description

ARMJITSymbolFlags [constructor]

Default‐construct ARM‐specific JIT symbol flags with no bits set.

operator JITSymbolFlags::TargetFlagsType&

Convert to a mutable reference to the underlying target‐flags integer.

Static Member Functions

Name

Description

fromObjectSymbol

Build ARMJITSymbolFlags from the given object‐file symbol.

Created with MrDocs