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

References

lib/Object/TapiFile.cpp
   50       Symbols.emplace_back(StringRef(), Symbol->getName(), getFlags(Symbol));
   55         Symbols.emplace_back(ObjC1ClassNamePrefix, Symbol->getName(),
   58         Symbols.emplace_back(ObjC2ClassNamePrefix, Symbol->getName(),
   60         Symbols.emplace_back(ObjC2MetaClassNamePrefix, Symbol->getName(),
   65       Symbols.emplace_back(ObjC2EHTypePrefix, Symbol->getName(),
   69       Symbols.emplace_back(ObjC2IVarPrefix, Symbol->getName(),
lib/TextAPI/MachO/TextStub.cpp
  492               Section.WeakDefSymbols.emplace_back(Symbol->getName());
  494               Section.TLVSymbols.emplace_back(Symbol->getName());
  496               Section.Symbols.emplace_back(Symbol->getName());
  501                   copyString("_" + Symbol->getName().str()));
  503               Section.Classes.emplace_back(Symbol->getName());
  508                   copyString("_OBJC_EHTYPE_$_" + Symbol->getName().str()));
  510               Section.ClassEHs.emplace_back(Symbol->getName());
  515                   copyString("_" + Symbol->getName().str()));
  517               Section.IVars.emplace_back(Symbol->getName());
  552               Section.WeakRefSymbols.emplace_back(Symbol->getName());
  554               Section.Symbols.emplace_back(Symbol->getName());
  559                   copyString("_" + Symbol->getName().str()));
  561               Section.Classes.emplace_back(Symbol->getName());
  566                   copyString("_OBJC_EHTYPE_$_" + Symbol->getName().str()));
  568               Section.ClassEHs.emplace_back(Symbol->getName());
  573                   copyString("_" + Symbol->getName().str()));
  575               Section.IVars.emplace_back(Symbol->getName());
  870                     CurrentSection.WeakSymbols.emplace_back(Symbol->getName());
  872                     CurrentSection.TlvSymbols.emplace_back(Symbol->getName());
  874                     CurrentSection.Symbols.emplace_back(Symbol->getName());
  877                   CurrentSection.Classes.emplace_back(Symbol->getName());
  880                   CurrentSection.ClassEHs.emplace_back(Symbol->getName());
  883                   CurrentSection.Ivars.emplace_back(Symbol->getName());
unittests/TextAPI/TextStubV1Tests.cpp
  116     Exports.emplace_back(ExportedSymbol{Sym->getKind(), Sym->getName(),
unittests/TextAPI/TextStubV2Tests.cpp
  118     Exports.emplace_back(ExportedSymbol{Sym->getKind(), Sym->getName(),
unittests/TextAPI/TextStubV3Tests.cpp
  127     Exports.emplace_back(ExportedSymbol{Sym->getKind(), Sym->getName(),
unittests/TextAPI/TextStubV4Tests.cpp
  147     temp = ExampleSymbol{Sym->getKind(), Sym->getName(), Sym->isWeakDefined(),