reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/TextAPI/MachO/Symbol.h
   44   LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/Rexported),
   88     return (Flags & SymbolFlags::Rexported) == SymbolFlags::Rexported;
   88     return (Flags & SymbolFlags::Rexported) == SymbolFlags::Rexported;
lib/TextAPI/MachO/TextStub.cpp
  971       handleSymbols(Reexports, SymbolFlags::Rexported);