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

Declarations

include/llvm/Object/MachO.h
   77   uint64_t flags() const;

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  518         normExport.kind = ExportSymbolKind(trieExport.flags() & EXPORT_SYMBOL_FLAGS_KIND_MASK);
  519         normExport.flags = trieExport.flags() & ~EXPORT_SYMBOL_FLAGS_KIND_MASK;
tools/llvm-nm/llvm-nm.cpp
 1333           uint64_t EFlags = Entry.flags();
tools/llvm-objdump/MachODump.cpp
10258     uint64_t Flags = Entry.flags();