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

References

include/llvm/TextAPI/MachO/InterfaceFile.h
  338   using SymbolMapType = DenseMap<SymbolsMapKey, Symbol *>;
  358                       std::function<bool(const Symbol *)>>;
  367     std::function<bool(const Symbol *)> fn = [](const Symbol *Symbol) {
  376     std::function<bool(const Symbol *)> fn = [](const Symbol *Symbol) {
lib/Object/TapiFile.cpp
   28 static uint32_t getFlags(const Symbol *Sym) {
   44   for (const auto *Symbol : interface.symbols()) {
lib/TextAPI/MachO/InterfaceFile.cpp
  116     result.first->second = new (Allocator) Symbol{Kind, Name, Targets, Flags};
lib/TextAPI/MachO/Symbol.cpp
   48 Symbol::const_filtered_target_range
lib/TextAPI/MachO/TextStub.cpp
  465       std::map<const Symbol *, ArchitectureSet> SymbolToArchSet;
  466       for (const auto *Symbol : File->exports()) {
  488           const auto *Symbol = SymArch.first;
  534       for (const auto *Symbol : File->undefineds()) {
  548           const auto *Symbol = SymArch.first;
  849             std::map<const Symbol *, TargetList> SymbolToTargetList;
  850             for (const auto *Symbol : Symbols) {
  866                 const auto *Symbol = IT.first;
unittests/TextAPI/TextStubV1Tests.cpp
  113   for (const auto *Sym : File->symbols()) {
unittests/TextAPI/TextStubV2Tests.cpp
  115   for (const auto *Sym : File->symbols()) {
unittests/TextAPI/TextStubV3Tests.cpp
  124   for (const auto *Sym : File->symbols()) {
unittests/TextAPI/TextStubV4Tests.cpp
  146   for (const auto *Sym : File->symbols()) {